4.1.1
- Ensure acrylic is updated only if it's mounted (#634)
- Ensure the provided
startYear
andendYear
inDateTime
are used properly (#627) - Fix left arrow key not moving to parent item on collapsed
TreeViewItem
(#632) - Added
NavigationPane.scrollBehavior
(#640) - Added
CommandBarCard.borderRadius
(#641) - Ensure combobox scroll controller has a client attached before using it (#620)
- Correctly use
TextFormBox.initialValue
- Added
TreeViewState.toggleItem
, which toggles the item expanded state (#493) - Ensure
NavigationView
pane items are brought into view when selected - Fixed
TreeView
selection state behavior for items that are not expanded (#578) - Added support for Romanian language (#602)
- Ensure the body state in
NavigationView
is properly preserved (#607) - BREAKING Renamed
ExpanderState.open
toExpanderState.isExpanded
- The same identifier is no longer used for every
Expander
(#596) - Ensure the TabView scroll controller has clients before using it (#615)
- TabView now waits a time to resize after closed (#617)
ToggleButton
border width is uniform (#610)
What's Changed
- Fix TreeView selection state for unexpanded items by @klondikedragon in #597
- Add suport for Romanian language by @antoniocranga in #602
- Use PageView to build the view content by @bdlukaa in #607
- Remove Expander identifier by @bdlukaa in #609
- Bug fixes by @bdlukaa in #618
- Added Bahasa Indonesia by @ekasetiawans in #625
- Fix left arrow key not moving to parent item on collapsed TreeViewItem by @robkri in #636
- Ensure the provided
startYear
andendYear
inDateTime
are used properly by @bdlukaa in #637 - Acrylic state fix by @bdlukaa in #638
New Contributors
- @antoniocranga made their first contribution in #602
- @ekasetiawans made their first contribution in #625
Full Changelog: v4.0.3...v4.1.1