Skip to content

Releases: praeclarum/Ooui

Xamarin.Forms 5.0 Support

13 May 01:57
d3a9b9d
Compare
Choose a tag to compare

This version of Ooui include Xamarin.Forms 5.0 support

v0.11.303

09 Mar 01:10
ce22521
Compare
Choose a tag to compare
Merge pull request #228 from mallibone/UpdateAspNetPlatformSample

Bump AspNetCoreMvc to (ASP) .Net Core 2.2

ListView and many more improvements

20 Apr 00:37
bde1e55
Compare
Choose a tag to compare

This has improved font measuring code, lots of little features, and scrolling in ListView and ScrollView now work.

WASM Fixes

24 Mar 00:40
190f102
Compare
Choose a tag to compare

Lots of bug fixes in this one including URL image support in Xamarin.Forms WASM.

We also get the Picker control!

WASM Support (the sequel)

14 Mar 21:21
50dfdbc
Compare
Choose a tag to compare

v0.8.183 was great but I made a mistake - I made "" the default path for wasm page UIs when it clearly should have been "/". A small but important change.

WASM Support

14 Mar 01:12
bbf7d35
Compare
Choose a tag to compare

You can now run Ooui fully in the browser as a WebAssembly.

The Ooui.Wasm nuget package contains a build step that generates everything you need.

New Controls, New Forms, Old Bugs Destroyed

01 Feb 23:20
Compare
Choose a tag to compare
Fix returning to pages without re-requesting them

Chrome likes to cache HTML and was making a new web socket
request without first requesting a new page. The server however
expires a web socket url after its first use.

To fix this, web socket urls have a rolling cache policy and
can be reconnected to.

Fixes #52

Link Support and More Forms

28 Dec 20:23
Compare
Choose a tag to compare
v0.5.123

Add Anchor, Forms.LinkLabel and LinkView

Xamarin.Forms Improvements

11 Dec 03:18
Compare
Choose a tag to compare

This adds support for Image, Switch, and Frame controls and fixes many layout bugs.

Xamarin.Forms and ASP.NET MVC Support

29 Nov 04:27
0bebc81
Compare
Choose a tag to compare
Merge pull request #38 from jsuarezruiz/master

Added Forms EditorRenderer and Editor sample