Releases: enisn/UraniumUI
Releases · enisn/UraniumUI
v2.13.0
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
- @BrunoApparecido made their first contribution in #907
- @tkouba made their first contribution in #914
Full Changelog: v2.12.0...v2.13.0
v2.12.1
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
- @lucafabbri made their first contribution in #878
- @mos379 made their first contribution in #873
Full Changelog: v2.11.1...v2.12.1
v2.11.1
What's Changed
- Add missing ContentProperty attribute to DropdownField by @enisn in #836
- Fix for bug 825 - AutoCompleteTextField not closing keyboard area in android by @ketakidevendra in #839
- Update DataGridColumn.cs by @PatrickAgeev in #868
- Update DataGrid.cs by @PatrickAgeev in #867
- Update DataGrid.cs Resize Column Bindable by @PatrickAgeev in #869
New Contributors
- @ketakidevendra made their first contribution in #839
Full Changelog: v2.11.0...v2.11.1
v2.11.0
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
- @nnoboa made their first contribution in #808
- @Dhvanith made their first contribution in #807
- @Yosif-Smint made their first contribution in #817
- @NiX3r made their first contribution in #828
Full Changelog: v2.10.2...v2.11.0
v2.11.0-pre.1
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
- @nnoboa made their first contribution in #808
- @Dhvanith made their first contribution in #807
- @Yosif-Smint made their first contribution in #817
Full Changelog: v2.10.2...v2.11.0-pre.1
v2.10.2
v2.10.1 - hotfix
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
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
SelectAllTextOnFocusto TextField by @enisn in #756 - Rename
ItemsasTabsin 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
ContentAutomationIdto InputField by @enisn in #761 - Update InputKit to
4.4.7by @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
- @rdurfee made their first contribution in #732
- @scheidtdav made their first contribution in #735
- @joelcavarroc made their first contribution in #737
- @Luiz-Zeitplan made their first contribution in #741
Full Changelog: v2.9.1...v2.10.0
v2.10.0-pre.3
What's Changed
- Rename
ItemsasTabsin 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
ContentAutomationIdto InputField by @enisn in #761 - Update InputKit to
4.4.7by @enisn in #765
Full Changelog: v2.10.0-pre.2...v2.10.0-pre.3
v2.10.0-pre.2
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
SelectAllTextOnFocusto TextField by @enisn in #756
Full Changelog: v2.10.0-pre.1...v2.10.0-pre.2