4.0.2
- Add
NavigationView.paneBodyBuilder
for customization of widget built for body of pane. (#548) - Fixed
NavigationAppBar
unnecessary leading icon when no pane is provided inNavigationView
(#551) - Added
NavigationView.minimalPaneOpen
and, with it, the possibility to open minimal pane programatically (#564) - Assign an index to pane item expanders (#566)
- Update
NavigationView
compact mode transition TreeView
updates (#555):- BREAKING Added
TreeViewItemInvokeReason
parameter toTreeView.onItemInvoked
andTreeViewItem.onInvoked
. - Fix clearing out selection state on initial state build in certain cases for a single selection mode tree view.
- Fix single selection mode to properly deselect hidden child items when selecting a collapsed parent item.
- Add
TreeView.includePartiallySelectedItems
so that items who have children with a mixed selection state will be included in theonSelectionChanged
callback. - Add
TreeView.deselectParentWhenChildrenDeselected
optional behavior so that parent items can remain selected when all of their children are deselected. - Add
TreeViewItem.setSelectionStateForMultiSelectionMode
helper method and[TreeViewItem].selectedItems
extension method, to make it easier for application code to programmatically change selection state of items in a multi-selection mode tree view.
- BREAKING Added
- Added support for Uzbek language
What's Changed
- Add support for Hebrew language by @YehudaKremer in #550
- Fix #544: TimePicker popup gets cut on a small application by @YehudaKremer in #547
- fix: PaneItemAction tap event called twice by @MasterHiei in #546
- I have added Uzbek language by @bobobekturdiyev in #563
- TreeView selection state fixes by @klondikedragon in #556
- Add NavigationView.paneBodyBuilder by @klondikedragon in #553
- Fix unnecessary NavigationAppBar leading icon when no NavigationPane was provided by @DMouayad in #551
- [Example Project] Colorful Code Snippets by @YehudaKremer in #567
- NavigationView updates by @bdlukaa in #569
New Contributors
- @MasterHiei made their first contribution in #546
- @bobobekturdiyev made their first contribution in #563
- @DMouayad made their first contribution in #551
Full Changelog: v4.0.1...v4.0.2