Skip to content

Releases: unoplatform/uno.toolkit.ui

6.0.18

22 Apr 18:49
22e72fb
Compare
Choose a tag to compare

See our blog post for more information!

What's Changed

New Contributors

Full Changelog: 5.1.0...6.0.0

5.1.0

31 Jan 14:38
d7eaf4b
Compare
Choose a tag to compare

This new release of Uno.Toolkit brings the support for ResponsiveView and Responsive Markup. See our blog post for more information!

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.15

01 Nov 20:54
Compare
Choose a tag to compare

This new release of Uno.Toolkit brings the support for C# Markup and Uno Platform 5.0. See our blog post for more information!

What's Changed

Read more

4.2.22

07 Sep 15:55
5b0064b
Compare
Choose a tag to compare

This new release of Uno.Toolkit brings the support for lightweight styling and a new ShadowContainer using in a new Neumorphic theme. See our documentation and blog post for more information!

What's Changed

  • chore: Bump to themes 2.6 by @jeromelaban in #587
  • fix: Fixes Material Card themed backgrounds by @lesterbotello in #582
  • fix: dispatch safearea inset setter logic by @kazo0 in #567
  • fix: add CupertinoToolkitResources to sample app by @kazo0 in #599
  • fix: use proper appicon set by @kazo0 in #602
  • ci: do not pack markup projects by @kazo0 in #600
  • fix: SpaceBetween causing wrong size by @iurycarlos in #590
  • build: update min ios version by @kazo0 in #603
  • fix(NavigationView): Made content visible when the NavigationView is … by @Marc-Antoine-Soucy in #601
  • fix: Fixes text truncation in TabBarItem by @lesterbotello in #598
  • fix(Theme): Fixed the theme toggle button for windows and WASM by @Marc-Antoine-Soucy in #592
  • chore: update packages by @carlh98 in #606
  • feat(SamplePageLayout): Added Fluent option for sample pages layout by @Marc-Antoine-Soucy in #613
  • fix: Properly resubscribe to nested prop changes by @kazo0 in #622
  • fix: Add default back button icon for NavBar by @silviuo in #614
  • refactor(chip): Add lightweight styling to Chip style and add Fluent theme for Chip and ChipGroup by @nguyeenvy in #612
  • refactor: check for missing explicit and implicit v2 styles by @silviuo in #621
  • refactor(tabbar): Add lightweight styling to tab bar style by @nguyeenvy in #604
  • fix: NavBar Icon fixes by @kazo0 in #589
  • fix: add safearea to shell and add margin to control by @carlh98 in #616
  • docs: Add missing namespaces definition (backport #641) by @mergify in #648
  • fix: Right padding becomes negative under certain conditions (backport #634) by @mergify in #645
  • chore(sample): hide debug panel (backport #656) by @mergify in #670
  • doc: fix deadlink (backport #659) by @mergify in #672
  • feat(autolayout): collapsed children don't count in the measure (backport #663) by @mergify in #674
  • feat(NavigationBar): Add lightweight styling to Navigation bar (backport #608) by @mergify in #678
  • chore: Removing markup from legacy branch by @nickrandolph in #684
  • chore: Lambda function call instance method (backport #686) by @mergify in #688
  • chore: Increase timeout on build packages stage (backport #689) by @mergify in #690
  • Avoid unnecessary allocations on DependencyObjectExtensions.RegisterDisposableNestedPropertyChangedCallback (backport #705) by @mergify in #711
  • build: Few build adjustments to reduce flakiness (backport #700) by @mergify in #702
  • [Legacy] Bump Uno.Material and Material.WinUI version by @pictos in #723
  • fix: cupertino tabbar sliding (backport #605) by @mergify in #725
  • chore: legacy update Material and MUX by @Arieldelossantos in #727
  • docs: lightweight styling (backport #713) by @mergify in #733
  • docs(ShadowContainer): Adjusting docs after review (backport #729) by @mergify in #738
  • Shadow container (backport #638) by @mergify in #703
  • Backport from PR 696 by @pictos in #739
  • Small improvements (backport #701) by @mergify in #743
  • [ShadowContainer][Docs] Simple improvement for easier reading and understanding (backport #709) by @mergify in #717
  • docs(ShadowContainer): Adding note for shadows order (backport #741) by @mergify in #749
  • fix(shadows): background theming issue (backport #737) by @mergify in #750
  • chore: Update to Toolkit WinUI samples (backport #745) by @mergify in #755
  • Revert "fix(shadows): background theming issue" (backport #751) by @mergify in #753
  • bump skiasharp to 2.88.5 (backport #758) by @mergify in #759
  • build: properly ignore xamarin+winui targets for shadows by @kazo0 in #762
  • Dev/xygu/20230823/shadow-rework (backport #752) by @mergify in #766
  • fix: Bump uno.check to avoid auto update checks (backport #770) by @mergify in #771
  • ci(perf): Disable unused .NET native for uwp (backport #776) by @mergify in #777
  • chore: merge legacy branch by @kazo0 in #775
  • [WinUI/ShadowContainer] ShadowContainer content not stretching by default #708 (backport #716) by @mergify in #781
  • [ShadowContainer] Inner Shadows not properly fitted in Rectangle and Ellipse (backport #757) by @mergify in #787
  • fix: skia and IOS shadows not updating properly (backport #756) by @mergify in #793
  • fix: Templatebound Margin to remove hardcoded margin (backport #715) by @mergify in #774
  • feat: add lightweight styling to divider (backport #765) by @mergify in #785
  • refactor(docs): updating Chips PointerOver styling pic and doc (backport #799) by @mergify in #801
  • fix(ShadowContainer): Properly invalidate on shadows collection changed (backport #806) by @mergify in #809
  • fix(ShadowContainer): ensure canvas does not have negative dimension (backport #804) by @mergify in #811
  • [ShadowContainer][All Platforms] ShadowContainer not resizing properly (backport #807) by @mergify in #820
  • docs(shadows): add remarks about shadow background (backport #816) by @mergify in #823
  • docs: clean up lightweight styling docs (backport #813) by @mergify in #818
  • chore: fix shadows runtime tests (backport #812) by @mergify in #815
  • test: Added Test for ShadowContainer re-layout issue (backport #797) by @mergify in #825

New Contributors

Full Changelog: 3.0.4...4.2.22

3.0.4

05 Jun 15:33
Compare
Choose a tag to compare

The release 3.0.4 for Uno.Toolkit introduces a major refactoring of the AutoLayout control, which is now faster and lighter. This change is a binary breaking change, but is not a behavior breaking change.

What's Changed

  • AutoLayout is now a Panel by @carldebilly in #569
  • feat: add surface tint to tabbar by @kazo0 in #508
  • fix: avoid winappsdk crash by @kazo0 in #517
  • fix: Handle case when SelectedItem is not of type TabBarItem by @kazo0 in #516
  • fix: Remove fixed height for TabBar by @kazo0 in #519
  • fix(autolayout): padding refactoring by @Robert-Louis in #507
  • fix: Ensure iOS NavigationBar renders when inside of AutoLayout by @kazo0 in #525
  • fix: add tint support back to tabbar, refactor tabbar styles by @kazo0 in #527
  • fix: Ensure NavBar properly displays MainCommand button in all scenarios by @kazo0 in #534
  • fix: update tabbaritem font size to match design by @kazo0 in #542
  • feat: Add IndicatorPlacement to TabBar by @kazo0 in #540
  • ItemsRepeaterExtensions fixes by @Xiaoy312 in #538
  • feat: Adding splash screen to skia and wasm targets by @nickrandolph in #535
  • feat: Adding ability to disable animations by @nickrandolph in #553
  • fix(NavigationBar): Ensure proper iOS back button behavior by @kazo0 in #548
  • chore: update GitHub templates by @kazo0 in #493
  • Rename DisableAnimations to UseTransitions by @nickrandolph in #554
  • chore: add tool to debug visual tree for SampleApp by @Xiaoy312 in #559
  • fix(ChipGroup): Chip.Icon being overwritten by @Xiaoy312 in #560
  • fix: Loading appxmanifest.xml and package.appxmanifest from file or embedded resource by @nickrandolph in #564
  • fix(test): XamlHelper unable to process xmlns'd attribute by @Xiaoy312 in #573
  • fix: align CardContentControl with material guidance by @kazo0 in #570
  • fix: Correct positioning of image by @nickrandolph in #577
  • fix: Fix SelectorExtensions not updating NumberOfPages on Selector load by @Youssef1313 in #565
  • style: add XamlStyler settings by @Xiaoy312 in #581
  • fix(Android): Make NavBar Renderer MainCommandMode nullable by @kazo0 in #583

Full Changelog: 2.5.5...3.0.4

2.5.5

21 Mar 13:29
3059000
Compare
Choose a tag to compare

What's Changed

  • perf: png optimisations - saving approx 934.92 KB by @mikeirvingweb in #430
  • fix: Windows crash by @kazo0 in #432
  • chore: chip selection rework by @Xiaoy312 in #422
  • fix(autolayout): When SpaceBetween no spacing by @Robert-Louis in #433
  • fix(winui): when attempting to dismiss keyboard by @ajpinedam in #440
  • feat(TabBar): Vertical TabBar by @kazo0 in #434
  • Bump Uno 4.6.19 -> 4.6.41 by @kazo0 in #445
  • fix(autolayout): conflict with padding and spacing vs primary alignment by @Robert-Louis in #443
  • fix: Remove unnecessary GestureInterceptorMargin and TrueToVisible converter in the DrawerControl style to fix UWP Sample by @agneszitte-nventive in #448
  • fix: DrawerFlyout still displaying the LightDismissOverlayBackground after tapping outside by @agneszitte-nventive in #453
  • fix(AutoLayout): Making sure the AutoLayout is correctly loaded before updating the layout by @agneszitte-nventive in #458
  • fix(AutoLayout): Properly call the UpdateAutoLayout method during the OnLoaded by @agneszitte-nventive in #462
  • fix: Adjust measure/arrange for TabBarListPanel by @kazo0 in #467
  • fix: Ensure NavBar closes Popup regardless of being within a Page by @kazo0 in #466
  • fix: TabBarItem Icon should respect templated parent Foreground by @kazo0 in #472
  • fix(autolayout): padding rules when all children are strech by @Robert-Louis in #475
  • feat: Simplify Toolkit Initialization by @kazo0 in #474
  • test: UITest CI Enhancements by @kazo0 in #471
  • fix: Removing framework reference requirement by @nickrandolph in #476
  • feat: add generic selection support for ItemsRepeater by @Xiaoy312 in #451
  • fix: Restore net6.0 compatible TargetPlatformVersion by @jeromelaban in #487
  • fix: ignore safearea ui tests for android temp by @kazo0 in #486
  • fix: use proper color for tabbaritem text by @kazo0 in #479
  • ci: restore build with net6.0 to keep compatibility with 6.0.XX SDKs by @jeromelaban in #488
  • build: Simplify Directory.Build.props and PlatformItemGroups.props by @Youssef1313 in #439
  • Enable TabBar Selection Indicator Customization by @kazo0 in #477
  • feat(Cards): add IsClickable property by @Xiaoy312 in #481
  • fix: Remove frameworkreference by @nickrandolph in #490
  • fix: TabBar Selection Indicator adapts to collapsed items by @kazo0 in #491
  • fix(AutoLayout): remove issue where padding did not behave expectedly by @Robert-Louis in #496
  • docs: add additional resources section by @kazo0 in #499
  • fix(autolayout): Horizontal padding issue when spacebetween and independant. by @Robert-Louis in #503
  • fix: TabBar issues by @kazo0 in #502
  • docs: Fix MaterialToolkitTheme namespace by @Youssef1313 in #500
  • chore: bump to stable themes (backport #504) by @mergify in #505
  • feat: add surface tint to tabbar (backport #508) by @mergify in #510
  • fix: avoid winappsdk crash (backport #517) by @mergify in #520
  • fix: Handle case when SelectedItem is not of type TabBarItem (backport #516) by @mergify in #522

New Contributors

Full Changelog: 2.4.0...2.5.5

2.3.0

14 Sep 15:49
7ecfbff
Compare
Choose a tag to compare

Features

Bug Fixes

  • NavigationBar: Avoid null BitmapIcon.UriSource (d1fb179)
  • Remove the extra FAB space above the TabBar (#286) (66a26ed)
  • drawer: manipulation canceled in uno4 & eatten by scrollable/swipable elements (#266) (b98ad87)
  • sample app background not toggling with theme (#271) (792866d)