Input Update
TextBox
updates: (#179)- Correctly apply the
style
property - Correctly apply
decoration
to the background - Added
foregroundDecoration
andhighlightColor
property. They can not be specified at the same time - BREAKING replaced
maxLengthEnforeced
withmaxLengthEnforcement
- Correctly apply the
- Expose more propertied to
TextFormBox
AutoSuggestBox
updates:- Improved fidelity of the suggestions overlay expose more customization properties (#174)
- When a suggestion is picked, the overlay is automatically closed and the text box is unfocused
- Clear button now only shows when the text box is focused
- Add directionality support (#184)
- Correctly apply elevation for
DropDownButton
overlay (#182) - Show app bar even if
NavigationPane
is not provided onNavigationView
(#187) - Ensure
NavigationAppBar.actions
are rendered on the top of the other widgets (#177) - All Form widgets now have the same height by default
- Only show one scrollbar on
ComboBox
overlay - Fix opened pane opacity
- Added
menuColor
for theme, which is now used by dropdown button, auto suggest box, tooltip and content dialog - Added
Card
andcardColor
for theme - Update fluent text controls and added support for
SelectableText
(#196)
What's Changed
- Update README.md by @MohamadNezar in #180
- Text input update by @bdlukaa in #179
- Right to Left support by @bdlukaa in #184
- Appbar navigationview by @bdlukaa in #189
- Dropdown corners by @bdlukaa in #188
- Example app by @bdlukaa in #191
- fix opened pane opacity by @maxnemoy in #195
- Selection controls by @bdlukaa in #196
- Colors update by @bdlukaa in #201
New Contributors
- @MohamadNezar made their first contribution in #180
- @maxnemoy made their first contribution in #195
Full Changelog: v3.9.0...v3.9.1