Skip to content

Releases: enisn/UraniumUI

v2.13.0

17 Oct 17:37
9dc5487

Choose a tag to compare

What's Changed

  • Include display information in documentation by @BrunoApparecido in #907
  • [FIX] Dialog with DisplayFormAsync does not properly dismiss popup on selecting "Close" instead of "Submit" by @StepKie in #891
  • [FIX] InputField.TitleFontSize is no longer bindable as of 2.10.0 by @StepKie in #892
  • DatePickerField Windows tap workaround. by @tkouba in #914
  • FIX CheckBox Windows handler NullReferenceException #912 by @tkouba in #913
  • #920 - FIX: RadioButton identical fix to Checkbox, c.f. #913 by @StepKie in #921
  • Drop .NET 8 Support by @enisn in #922
  • Update dependencies by @enisn in #923

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.1

06 May 14:06
8c88a33

Choose a tag to compare

Do not use v2.12.0. The release was not on the main branch!

What's Changed

  • feat: extends datagrid column auto names with DisplayAttribute Name p… by @lucafabbri in #878
  • Fix TextField ClearIcon not appearing in latest MAUI version, AllowClear in Style no longer causes crash by @StepKie in #872
  • Add initial version of an .editorconfig file by @StepKie in #871
  • Refactor: TreeView to replace BindingLayout with CollectionView by @mos379 in #873

New Contributors

Full Changelog: v2.11.1...v2.12.1

v2.11.1

11 Apr 16:11
885fbdb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.0...v2.11.1

v2.11.0

12 Dec 18:49
7e03afd

Choose a tag to compare

What's Changed

  • Workaround for DatePicker and TimePicker controls not being able to set to value present in wrapped MAUI control by @StepKie in #804
  • Fix Typos in Icons.md by @nnoboa in #808
  • MultiplePickerField added SelectedItems Change Event by @Dhvanith in #807
  • Override header background color only when not set by @Yosif-Smint in #817
  • .NET 9 Support by @enisn in #818
  • Change VerticalStack and ScrollView by @NiX3r in #828
  • PickerField Animation Fix by @enisn in #833
  • Scrolling for AutoFormView inside Dialogs by @enisn in #834
  • Better selection handler for Date & Time Picker by @enisn in #835

New Contributors

Full Changelog: v2.10.2...v2.11.0

v2.11.0-pre.1

14 Nov 22:58
5d25675

Choose a tag to compare

v2.11.0-pre.1 Pre-release
Pre-release

What's Changed

  • Workaround for DatePicker and TimePicker controls not being able to set to value present in wrapped MAUI control by @StepKie in #804
  • Fix Typos in Icons.md by @nnoboa in #808
  • MultiplePickerField added SelectedItems Change Event by @Dhvanith in #807
  • Override header background color only when not set by @Yosif-Smint in #817
  • .NET 9 Support by @enisn in #818

New Contributors

Full Changelog: v2.10.2...v2.11.0-pre.1

v2.10.2

04 Oct 09:53
6fb51cb

Choose a tag to compare

What's Changed

  • Align InputField spacing on all platforms by @enisn in #779
  • Use behaviour instead custom Binding for DataAnnotations by @enisn in #785
  • Remove duplicate FontFamily property from TextField by @enisn in #788

Full Changelog: v2.10.1...v2.10.2

v2.10.1 - hotfix

26 Sep 18:31
00a3bc0

Choose a tag to compare

What's Changed

  • Gradient colors for containers by @enisn in #773
  • Arrange apple native arrow colors for dropdown by @enisn in #774
  • Fix Border bindings of InputField by @enisn in #778
  • Handle lazy loading Icon of InputField by @enisn in #783
  • Update MultiplePickerField state when selected items changed by @enisn in #782
  • Remove InputField Windows workaround & use theme bindings by @enisn in #784

Full Changelog: v2.10.0...v2.10.1

v2.10.0

23 Sep 18:41
96b3805

Choose a tag to compare

What's Changed

  • Memory usage optimizations by @enisn in #728
  • Tweaks for MacCatalyst by @rdurfee in #732
  • Register base events for InputField controls by @enisn in #734
  • Update Docs for MaterialSymbols by @scheidtdav in #735
  • Fix typo in UraniumContentPage.md by @joelcavarroc in #737
  • Update Getting-Started.md by @Luiz-Zeitplan in #741
  • Update MaterialSymbols and include Filled variant in docs by @scheidtdav in #740
  • Include tablets in CalculateSize condition (fixes #750) by @rdurfee in #752
  • Add icon to DropdownHandler and update InputKit.Maui (#748) by @rdurfee in #749
  • Move all DialogService implementations to instance methods by @enisn in #754
  • Inputfield animation fix by @enisn in #755
  • Add SelectAllTextOnFocus to TextField by @enisn in #756
  • Rename Items as Tabs in TabView by @enisn in #758
  • Add ItemDisplayBinding to Dropdown & DropdownField by @enisn in #759
  • Use Batch update for InputField borders by @enisn in #760
  • Add ContentAutomationId to InputField by @enisn in #761
  • Update InputKit to 4.4.7 by @enisn in #765
  • Add missing properties to InputFields by @enisn in #767
  • Wrap MultiplePickerField chips instead horizontal scroll by @enisn in #768
  • SelfDestruct logic for Chips by @enisn in #769
  • Fix disabled states in DemoApp by @enisn in #771
  • InputField prevent changing BindingContext of descendants by @enisn in #772

New Contributors

Full Changelog: v2.9.1...v2.10.0

v2.10.0-pre.3

20 Sep 17:16
00854d9

Choose a tag to compare

v2.10.0-pre.3 Pre-release
Pre-release

What's Changed

  • Rename Items as Tabs in TabView by @enisn in #758
  • Add ItemDisplayBinding to Dropdown & DropdownField by @enisn in #759
  • Use Batch update for InputField borders by @enisn in #760
  • Add ContentAutomationId to InputField by @enisn in #761
  • Update InputKit to 4.4.7 by @enisn in #765

Full Changelog: v2.10.0-pre.2...v2.10.0-pre.3

v2.10.0-pre.2

12 Sep 23:14
8e1a106

Choose a tag to compare

v2.10.0-pre.2 Pre-release
Pre-release

What's Changed

  • Include tablets in CalculateSize condition (fixes #750) by @rdurfee in #752
  • Add icon to DropdownHandler and update InputKit.Maui (#748) by @rdurfee in #749
  • Move all DialogService implementations to instance methods by @enisn in #754
  • Inputfield animation fix by @enisn in #755
  • Add SelectAllTextOnFocus to TextField by @enisn in #756

Full Changelog: v2.10.0-pre.1...v2.10.0-pre.2