Skip to content

Releases: unoplatform/uno.extensions

4.1.14

22 Apr 19:47
390629a
Compare
Choose a tag to compare

See our blog post for more information!

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.6

4.0.0

31 Jan 14:39
8caf092
Compare
Choose a tag to compare

This new release of Uno.Extensions is introducing breaking change as it is dropping the support for .NET 7 to provide better support for Maui Embedding. For more information take a look at our blog post!

What's Changed

New Contributors

Full Changelog: 3.0.10...4.0.0

3.0.10

01 Nov 20:54
Compare
Choose a tag to compare

This new release of Uno.Extensions brings the support for C# Markup, MVUX Hot Reload support and Uno Platform 5.0. For more information take a look at our blog post!

What's Changed

Read more

2.5.11

07 Sep 15:56
24e037c
Compare
Choose a tag to compare

This new release of Uno.Extensions brings the support for MAUI Embedding. For more information take a look at our documentation and blog post!

What's Changed

New Contributors

Full Changelog: 2.4.1...2.5.11

2.4.1

05 Jun 15:43
d6bae62
Compare
Choose a tag to compare

This Uno.Extensions 2.4 release is primarily a bug fix release with a focus on Localization, Extended Splash Screen and better support for x:Bind in Navigation.

What's Changed

New Contributors

Full Changelog: 2.3.2...2.4.1

2.3.2

21 Mar 20:24
8ea5886
Compare
Choose a tag to compare

See our blog post about this release, discussing updates and the new Wizard and dotnet template.

What's Changed

Read more

2.1.1

05 Jul 15:44
0d4d2dd
Compare
Choose a tag to compare

Bug Fixes

  • Navigation fixes for responsive nav (906eca3)

Contributions

  • fix: Navigation to details page not working consistently (backport #584) by @mergify in #585

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

05 Jul 15:43
dce531f
Compare
Choose a tag to compare

(660c4b1))

  • Correcting logic for tabs (4e71dfe)
  • Correcting message dialog test case (b36698e)
  • Correcting paths (8fb9891)
  • Disable broken styles (8b7fe6a)
  • Disabling creation of auth packages (f328bf2)
  • Error with restoring during to conflicting versions of dependencies (349b10f)
  • feed: Fix possible StackOverflow and missing Replace event (a2acedb)
  • feeds: Add safety check on FV.Refresh command to avoid double refresh (15ec6b6)
  • feeds: Fix ChangeSet (collection changes) might not being forwarded properly by some operators (6092dd7)
  • feeds: Fix possible threading issues while sending requests (a92f136)
  • feeds: Fix propagation of the changes when using async operators (e7e0c8c)
  • feeds: Make the CollectionAnalyzer trully generic and fix support of ImmutableList which are not IList (6f3090b)
  • Fix issue with cyclic navigation in todo app after responsive nav changes (c504dc8)
  • Fix test cases (2d3e954)
  • generated code (c7d254e)
  • Getting tests to start new browser for each run (91ab0fc)
  • Improve formatting of bug workaround banner (f39b06f)
  • Making AndroidMessageHandler conditional on net6-android (9996c83)
  • Null ref argumentwarning (69c26fb)
  • nullable warning (d6f8b10)
  • reg: Make sure to clear the Refresh.IsExecuting when FV's subscription is disposed (56e5b5a)
  • Remove excess nested routemap (3ea7d38)
  • Removing duplicates (d0c0344)
  • Removing unpackaged option and updating to winappsdk 1.1.0 (7d098b4)
  • Removing UWP from build configuration (925ec9c)
  • Replacing ancestralbinding with toolkit ancestorbinding (c94c17b)
  • Reverting update to material due to error loading materialprogressringstyle (14b7513)
  • Review and updating basic nav docs (1c18db6)
  • Switching to AndroidMessageHandler instead of deprecated AndroidClientHandler (f9d8a41)
  • test: smoketest (7a06e1b)
  • UI tests (e132539)
  • Updated playground wasm to net6 (d4c70d0)
  • Updated readme and links (1bfa5c4)
  • Updated to latest uno.ext in order to fix responsive nav issue (0d17ddc)
  • Updates and corrections to nav docs (a0cc7fd)
  • Updating Android version (2390259)
  • Updating CI scripts (53d68c1)
  • Updating extensions templatefeat: Adjusting folder structure and fixing uitests (86192bf)
  • Updating mac sln filters (df0a655)
  • Updating to latest uno.extensions to get products list to display (74600dd)
  • Updating UI test (367d112)
  • Updating Uno.Ext and fixing navigation (dd9f8c7)
  • Updating vsconfig (47c49a1)
  • Web fonts and issue with running responsive nav on windows (93dabe2)

Features

  • Adding basic harness functionality (083142c)
  • Adding basic XAML page navigation test (f3e5d80)
  • Adding commerce app sample (263caf3)
  • Adding extensions etc from uno SampleApp UITests (838a053)
  • Adding Favorites list (67f90af)
  • Adding INavigator as Source on nav request (3dbe8a4)
  • Adding ListView page (a506c6b)
  • Adding mapping classes to navigation package (d2aab43)
  • Adding message dialog test cases (ee83684)
  • Adding page navigation tests (c9e85e2)
  • Adding reactive classes (ea71cec)
  • Adding responsive navigation pattern using depends on (5cd5fb2)
  • Adding responsive navigation test (b4ffed2)
  • Adding test harness (28c9b34)
  • Adding test sections (1a3bb8b)
  • Adding todo sample app (b1d799c)
  • Adding Todo sample app nav logic (2662bfb)
  • Allowing for httphandler chaining (f6ebf15)
  • Authentication extensions (4332245)
  • Authentication extensions (169457b)
  • Automating testing of commerce app sample (59a8411)
  • Change Shared to UI ([2295414](https://github.com/unop...
Read more