2.0.2
What's Changed
- Fluent System Icons updated to 1.1.176
- New custom Visual Studio 2022 icons for controls preview
- New extended
TreeViewItem
with symbol icon support #277 - Refactor NotifyIcon and fix #264
- Extend navigation aware pages with
INavigableView<T>
interface - Demo App.xaml.cs more like Win Ui projects
- Refactor
ThemeResource
markup extension enumeration - Dont force a default font #242
- Add text wrapping, footer, buttons control and focus to Dialog
- Fix legacy ArcylicEffect by @U-C-S in #232
- Include metadata manifest in NuGet package for controls visibility
- Add dependency injection for snackbar, dialog by @IvanDmitriev1 in #231
- Fix reveal functionality of PasswordBox by @mastry in #274
- Assign navigation event handler to new collection in navigation to allow sourced items
- Refactor the Dialog control and service #231 #229
- Abstract the Snackbar control and refactor the Snackbar service #231
- Verify transparency for Acrylic effect in UiWindow #232
UnsafeNativeMethods
updated- GitHub lock workflow added
Breaking changes
- Remove
ViewModelBase
because the MVVM / DI frameworks provide the appropriate interfaces and classes - Use
ControlsDictionary
andThemesDictionary
instead ofResources
for markup initialization
New Contributors
- @IvanDmitriev1 made their first contribution in #231
- @mastry made their first contribution in #274
Full Changelog: 2.0.1...2.0.2