Skip to content

Releases: lepoco/wpfui

4.0.0

01 Feb 23:33
bb560af
Compare
Choose a tag to compare

Fresh Features & Fixes!

Hey, amazing people! 👋

It’s been a while (yes, keeping tiny humans alive takes a lot of time ⏳), but we’re back with a packed release full of improvements, fixes, and even support for .NET 9! Let’s dive in.

💡 What’s New?
🔹 .NET 9 Support – Staying ahead of the game.
🔹 Package Signing – Our NuGet package is now digitally signed, ensuring package integrity.
🔹 New Abstractions Package – We’ve introduced Wpf.Ui.Abstractions to separate WPF-specific and non-WPF code, making it easier to work across different platforms.
🔹 Updated Fluent System Icons – The latest Fluent System Icons are now included, bringing new symbols and improved visuals.
🔹 Flow Improvements – Moving from main to release instead of development for a smoother workflow.
🔹 Expander Fix – Content height now behaves properly (because we love consistency).
🔹 Performance Boost – Optimized string comparison and excluded unnecessary fields for snappier performance.

…And many more!

🎉 A Huge Welcome to New Contributors!
A massive shoutout to our first-time contributors who jumped in and made a difference! 🌟

💖 @JakobFerdinand, @bayeggex, @glenn-slayden, @Shavixinio, @JohnTasler, @nitheeshgovind, @elliot-gawthrop, @guspan-tanadi, @newtype0096, @xv, @4nonym0us, @jonlipsky, @AncientGrief, and @keeleycenc – welcome to the WPF UI family! 🎊

What's Changed

New Contributors

Full Changelog: 3.0.5...4.0.0

3.1.0

01 Feb 23:24
Compare
Choose a tag to compare

Cherry-picked fixes from 4.0.0

4.0.0-rc.2

11 Aug 14:23
c3a50f7
Compare
Choose a tag to compare
4.0.0-rc.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.0.0-rc.1...4.0.0-rc.2

4.0.0-rc.1

26 Jul 11:51
9bf4b05
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • Abstractions separated into a WPF-UI.Abstractions NuGet package.
  • .NET hosting related implementation moved to WPF-UI.DependencyInjection NuGet package
  • Assumption of asynchronous operations in navigation.
  • Organization of examples

Full Changelog: 3.0.5...4.0.0-rc.1

3.0.5

26 Jul 11:50
9f73807
Compare
Choose a tag to compare

What's Changed

  • Prevent icons in MenuItems from being tabstops by @Difegue in #1055
  • Fix incorrectly refactored High Contrast theme dictionary selection by @Difegue in #1063
  • Fixed the markup extension for the SymbolIcon and FontIcon class not working at all. by @m0lDaViA in #1067
  • Update themes.md documentation for 3.x namespace and type name changes by @jonmotos in #1080
  • Update UiApplication.cs by @ricaun in #1082
  • [TYPO] link to 404 by @JulesDebeaumont in #1102
  • Fix warnings by @drolevar in #1104
  • Fix non-legacy backdrop when switching themes and applying Mica or other effect by @Muniwedesu in #1094
  • Fix: possible NullReferenceException in PasswordBox by @textGamex in #1091
  • fix: TextBox, NumberBox, PasswordBox Placeholder Not Working Properly. by @textGamex in #1109
  • fix: PlaceholderText may not display promptly under certain circumstances by @textGamex in #1115
  • Update themes.md by @jm6271 in #1114
  • Fix titlebar color when using backdrop in WPF Window by @pomianowski in #1122
  • Fix: Possible multiple invocations of the INavigationAware interface methods by @textGamex in #1116
  • Update INotifyCollectionChanged events in MenuItems and FooterMenuItems of the NavigationView by @ioswald in #1098
  • Update themes.md by @getup700 in #1124
  • Fix not being able to use Icon markup extensions as the Value of a Setter by @Difegue in #1159
  • Fix DynamicScrollViewer not responding to touch events by @Difegue in #1154
  • Fix: SnackbarPresenter might throw ObjectDisposedException, display problems. by @textGamex in #1138
  • Fix MessageBox Button Icons by @stepwise-alan in #1164
  • Fix typos in RadioButton.xaml by @eltociear in #1135
  • Workaround for touch input triggering alongside the hwnd hook on titlebar by @Difegue in #1153
  • Fix: setting NotifyIcon.TooltipText at runtime doesn't work by @textGamex in #1132
  • Doc: supplement the document content. by @textGamex in #1119
  • Fix: MessageBox does not support WindowStartupLocation by @textGamex in #1130
  • Replace Assembly.Location to AppContext.BaseDirectory by @sappho192 in #1149
  • Fix: PasswordBox does not accept PasswordChar as input by @textGamex in #1141
  • Release 3.0.5 by @pomianowski in #1165

New Contributors

Full Changelog: 3.0.4...3.0.5

3.0.4

26 Jul 11:48
303f0ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.3

26 Jul 11:47
bf3c4a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

26 Jul 11:45
f59daa0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

26 Jul 10:37
65e7bc6
Compare
Choose a tag to compare

What's Changed

  • Fix focus issues with ContentDialog by @jackBonadies in #931
  • Update README.md by @ricaun in #932
  • Fixed progressbar orientation property. by @m0lDaViA in #988
  • Eliminate un-selectable space between ComboBoxItems by @tmijail in #978
  • Fix Close Button icon color in TitleBar while mouse over by @seasonyuu in #993
  • [NavSvc] make INavigationService.Navigate*() accepts dataContext as argument by @Palatis in #944
  • ApplicationManager.ApplySystemTheme UpdateAccent fix by @SamKr in #994
  • Don't focus on inline buttons or icons in text input controls when pressing Tab by @tmijail in #975
  • Update NavigationView.Properties.cs by @scanfing in #964
  • make NavigationService throw-helpers protected (instead of private) by @Palatis in #943
  • Let TitleBar show 'SystemMenu' on mouse right button up. by @LHTXQ in #627
  • Update TitleBar.xaml by @Nirmal2506 in #940
  • Update NavigationViewCompact.xaml by @Nirmal2506 in #938
  • Make TitleBarButton public to enable re-templating TitleBar. by @kevfrench in #946
  • Update NavigationViewLeftMinimalCompact.xaml by @Nirmal2506 in #939
  • Update pipelines and bump version by @pomianowski in #995
  • Merge development and bump version to 3.0.1 by @pomianowski in #996

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

04 Feb 22:39
baaf749
Compare
Choose a tag to compare

TBA - Will update this release note soon <3

What's Changed

Read more