Releases: fabulous-dev/Fabulous
Releases · fabulous-dev/Fabulous
0.30.0
- Added support for Xamarin.Forms 3.4 (#257)
- Added new GTK template (#268)
- Changed behavior of SKCanvasView "invalidate" (always triggers an invalidation while the property is true) (#262)
- Updated WPF template to target .NET Framework 4.7.2 by default (#267)
- Updated NuGet inside the template to v4.9.2 (#271)
- Fixed MacOS template by adding some missing references (#276)
0.29.0
BREAKING CHANGES:
- Replaced Minimum and Maximum properties of Slider/Stepper by a single MinimumMaximum property (tuple) (#246)
- Replaced the "fscd" daemon (embedded in the Fabulous.LiveUpdate package) by a new dotnet CLI tool "fabulous-cli". See https://fsprojects.github.io/Fabulous/tools.html for more informations. (#247)
0.28.0
0.27.1
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
- Added support for SourceLink (https://github.com/dotnet/sourcelink)
- Fixed wrong type for the new ViewRef #200
- Fixed missing incremental update for ListView rows #201
0.22.0
- Added support for Focus and Animations (access to the underlying control with "created" event & ViewRef)
- Added "invalidate" flag to SkiaSharp extension
- Added WPF to template