Releases: praeclarum/Ooui
Releases · praeclarum/Ooui
Xamarin.Forms 5.0 Support
This version of Ooui include Xamarin.Forms 5.0 support
v0.11.303
Merge pull request #228 from mallibone/UpdateAspNetPlatformSample Bump AspNetCoreMvc to (ASP) .Net Core 2.2
ListView and many more improvements
This has improved font measuring code, lots of little features, and scrolling in ListView and ScrollView now work.
WASM Fixes
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)
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
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
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
v0.5.123 Add Anchor, Forms.LinkLabel and LinkView
Xamarin.Forms Improvements
This adds support for Image, Switch, and Frame controls and fixes many layout bugs.
Xamarin.Forms and ASP.NET MVC Support
Merge pull request #38 from jsuarezruiz/master Added Forms EditorRenderer and Editor sample