v4.4.1
-
Dynamically adding/removing items in NavigationPane (#744)
-
Fix example application was showing window icons twice on transparency change and maximizing
-
Add
TextFormBox.initialValue
(#749) -
Add
PaneItem.enabled
(#748) -
Add Thai localization (#750)
-
FocusTraversalGroup
is no longer added abovepaneBodyBuilder
(#700) -
BREAKING
NavigationView.paneBodyBuilder
now takes two arguments (#700)
Before:NavigationView( paneBodyBuilder: (child) { return child; } ),
Now:
NavigationView( paneBodyBuilder: (item, child) { return child; } )
-
Use correct height and padding on
TextBox
(#754) -
Updated
TextBox
cursor to match the native implementation (#754) -
TextBox
state is now updated correctly when focused (#754)
What's Changed
- Adding Thai localization by @lines-of-codes in #750
- GoRouter Example by @mstfkhazaal in #700
- fixes issue #744, and example application WindowsIcons bug by @Tsuzat in #752
- Perform updates to TextBox by @bdlukaa in #754
- add build workflows by @bdlukaa in #753
New Contributors
- @lines-of-codes made their first contribution in #750
- @mstfkhazaal made their first contribution in #700
- @Tsuzat made their first contribution in #752
Full Changelog: v4.4.0...v4.4.1