Releases: enisn/UraniumUI
Releases Β· enisn/UraniumUI
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
SelectAllTextOnFocus
to TextField by @enisn in #756 - Rename
Items
asTabs
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
- @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
Items
asTabs
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
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
v2.10.0-pre.1
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
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-pre.1
v2.9.1
v2.9.0
What's Changed
- No parallel running tests in pipeline (
dotnet test
) by @enisn in #604 - Revert "No parallel running tests in pipeline (
dotnet test
)" by @enisn in #605 - Added material symbol font conversions with filled parameter by @trdsolutions in #621
- #373 Focus issues fixes by @DevFromDownUnder in #627
- More styling options for InputField & TextField by @enisn in #631
- TextField SelectionHighlightColor and Font properties by @enisn in #632
- #630 Add style keys by @DevFromDownUnder in #634
- #635 Update properties for two way binding to EntryView by @DevFromDownUnder in #639
- #618 clear icon focus handling by @DevFromDownUnder in #638
- Expanding Pickerfield by @enisn in #642
- #643 Update IsEnabled & IsReadOnly bindings to be one-way by @DevFromDownUnder in #644
- Fixed missing notification by @MAICO-Diagnostics in #651
- Allow binding to HeaderTemplate and ContentTemplate of material:TabItem by @StepKie in #662
- Paginator by @enisn in #669
- Add Initial Paginator documentation by @enisn in #679
- fix bug: #684 by @jcyuan in #685
- Fix transparent icon color for InputField on Android by @enisn in #689
- Update MopupsDialogService.cs by @PatrickAgeev in #698
- Update CommunityToolkitDialogService.cs by @PatrickAgeev in #699
- Update MopupsDialogService.cs by @PatrickAgeev in #702
- Update MopupsDialogService.cs by @PatrickAgeev in #700
- Update MopupsDialogService.cs by @PatrickAgeev in #701
- Update Mopups to 1.3.0 by @enisn in #703
- Update MAUI to 8.0.21 & CommunityToolkit.Maui dependency by @enisn in #704
- Progress Dialog & Enhancements by @enisn in #706
- Close specific popup instead the last one by @enisn in #707
- Fix errors when
IAnimationManager
isn't initialized by @enisn in #708 - Use same instance of ItemsSource of AutoCompleteView by @enisn in #710
- Introduce Dropdown by @enisn in #670
- Add initial Dropdown documentation by @enisn in #712
- Introduce DropdownField by @enisn in #713
New Contributors
- @trdsolutions made their first contribution in #621
- @DevFromDownUnder made their first contribution in #627
- @MAICO-Diagnostics made their first contribution in #651
- @jcyuan made their first contribution in #685
- @PatrickAgeev made their first contribution in #698
Full Changelog: v2.8.1...v2.9.0
v2.9.0-pre.5
What's Changed
- Update MopupsDialogService.cs by @PatrickAgeev in #698
- Update CommunityToolkitDialogService.cs by @PatrickAgeev in #699
- Update MopupsDialogService.cs by @PatrickAgeev in #702
- Update MopupsDialogService.cs by @PatrickAgeev in #700
- Update MopupsDialogService.cs by @PatrickAgeev in #701
- Update Mopups to 1.3.0 by @enisn in #703
- Update MAUI to 8.0.21 & CommunityToolkit.Maui dependency by @enisn in #704
New Contributors
- @PatrickAgeev made their first contribution in #698
Full Changelog: v2.9.0-pre.4...v2.9.0-pre.5