Releases: enisn/UraniumUI
Releases · enisn/UraniumUI
v2.8.0-pre.2
What's Changed
- Updated material icons font to latest version by @Dokug in #546
- Enhance default dialog popups by @enisn in #553
- Add
IsVisible
property to TabItem by @enisn in #554 - Add Commands for TabView events by @enisn in #555
- Added Material Symbols fonts by @Dokug in #550
New Contributors
Full Changelog: v2.8.0-pre.1...v2.8.0-pre.2
v2.8.0-pre.1
What's Changed
- Merge
rel-2.7
intodev
by @enisn in #518 - Switch to BlurView for better performance on Android by @enisn in #529
- ⬆️ Bump xunit from 2.5.3 to 2.6.2 by @dependabot in #487
- Initialize UraniumUI in test mock app by @enisn in #535
- Add events to TabView by @enisn in #541
Full Changelog: v2.7.4...v2.8.0-pre.1
v2.7.4
What's Changed
- Fix typo in Button docs by @jfversluis in #517
- MultiplePickerField Binding fix - use same collection always by @enisn in #530
- Update InputKit to 4.4.1 by @enisn in #531
- Enhance ServiceProvider for Unit Tests by @enisn in #532
- Add new unit tests for TreeView by @enisn in #533
- TreeView arrow fix for RTL by @enisn in #534
Full Changelog: v2.7.3...v2.7.4
v2.7.3
v2.7.2
v2.7.1
v2.7.0
What's Changed
- Treeview line selection support (Single-Multiple) by @enisn in #486
- Remove unnecessary Core resources by @enisn in #495
- ⬆️ Bump xunit.runner.visualstudio from 2.5.1 to 2.5.4 by @dependabot in #488
- ⬆️ Bump ReactiveUI.Fody from 19.4.1 to 19.5.1 by @dependabot in #456
- Make sure events are released while setting the Content of InputField by @enisn in #483
- Update dependencies by @enisn in #497
- Convert frames to border by @enisn in #496
- Add TreeView Selection documentation by @enisn in #498
- Update TreeView Style Customizations docs by @enisn in #499
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- fix contributing guide link by @mapendleton in #360
- Fix ItemDisplayBinding of PickerField on Windows by @mapendleton in #363
- Update CommunityToolkit.Maui to
5.2.0
by @enisn in #392 - ⬆️ Bump FluentAssertions from 6.10.0 to 6.11.0 by @dependabot in #403
- ⬆️ Bump xunit from 2.4.2 to 2.5.0 by @dependabot in #404
- ⬆️ Bump ReactiveUI.Fody from 18.4.1 to 19.4.1 by @dependabot in #405
- ⬆️ Bump NSubstitute from 4.4.0 to 5.0.0 by @dependabot in #399
- ⬆️ Bump coverlet.collector from 3.1.2 to 6.0.0 by @dependabot in #402
- ⬆️ Bump Shouldly from 4.1.0 to 4.2.1 by @dependabot in #408
- ⬆️ Bump Newtonsoft.Json from 13.0.2 to 13.0.3 by @dependabot in #401
- ⬆️ Bump xunit.runner.visualstudio from 2.4.2 to 2.5.0 by @dependabot in #409
- ⬆️ Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.6.3 by @dependabot in #400
- #442 by @BinaryAssault in #423
- ⬆️ Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 by @dependabot in #426
- ‘IsSelected’ is now a property and and binding is 'OneWay' by @babenkovitaliy in #431
- ⬆️ Bump NSubstitute from 5.0.0 to 5.1.0 by @dependabot in #441
- ⬆️ Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.2 by @dependabot in #433
- ⬆️ Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 by @dependabot in #442
- ⬆️ Bump FluentAssertions from 6.11.0 to 6.12.0 by @dependabot in #432
- ⬆️ Bump xunit from 2.5.0 to 2.5.1 by @dependabot in #443
- fix: Catch error 🥅 by @roswer13 in #450
- .NET 8 Update by @enisn in #451
- TabView Fix by @enisn in #452
- Fix the name of the TreeViewHierarchicalSelectBehavior by @enisn in #455
- Fix wrong property names of InputField by @enisn in #467
- Add
EntryBehaviours
to TextField by @enisn in #468 - Add missing FontSize properties to InputFields by @enisn in #469
- ⬆️ Bump xunit from 2.5.1 to 2.5.3 by @dependabot in #466
- Fix input border when there is no title by @Laboss in #472
- fix UIHoverGestureRecognizer exception on iOS12 by @zalke in #473
- Fix DataGrid separator ColumnSpan by @enisn in #479
- ⬆️ Bump CommunityToolkit.Maui from 6.0.0 to 6.1.0 by @dependabot in #478
- ⬆️ Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #480
- ⬆️ Bump CommunityToolkit.Maui from 6.1.0 to 7.0.0 by @dependabot in #482
- Add using DataTemplateSelector with TreeView by @KOE73 in #485
- ⬆️ Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in #484
- Add sorting algorithm to AutoCompleteView by @enisn in #492
New Contributors
- @mapendleton made their first contribution in #360
- @dependabot made their first contribution in #403
- @babenkovitaliy made their first contribution in #431
- @roswer13 made their first contribution in #450
- @Laboss made their first contribution in #472
- @zalke made their first contribution in #473
- @KOE73 made their first contribution in #485
Full Changelog: v2.5.6...v2.6.0
v2.6.0-pre.3
What's Changed
- ⬆️ Bump xunit from 2.5.1 to 2.5.3 by @dependabot in #466
- Fix input border when there is no title by @Laboss in #472
- fix UIHoverGestureRecognizer exception on iOS12 by @zalke in #473
New Contributors
Full Changelog: v2.6.0-pre.2...v2.6.0-pre.3
v2.6.0-pre.2
What's Changed
- Fix the name of the TreeViewHierarchicalSelectBehavior by @enisn in #455
- Fix wrong property names of InputField by @enisn in #467
- Add
EntryBehaviours
to TextField by @enisn in #468 - Add missing FontSize properties to InputFields by @enisn in #469
Full Changelog: v2.6.0-pre.1...v2.6.0-pre.2