Releases: fabulous-dev/Fabulous
Releases · fabulous-dev/Fabulous
0.32.0
- [Fabulous.Core] Added better type annotation to make the functions init and update easier to read (#313)
- [Template] Added new UWP template (#324)
- [Fabulous.Core] Added new helpers to extract data from ViewElement. Helpful for unit testing the views (#325)
- [Xamarin.Forms controls] Added the property ScrollTo and the event Scrolled for ScrollView (#332)
- [Xamarin.Forms controls] Added the events ChildrenReordered, MeasureInvalidated, Focused, SizeChanged and Unfocused for VisualElement (#327)
- [Fabulous.Core] Changed the modules behind View; The builder functions are no longer hidden from IntelliSense (#325)
- [Xamarin.Forms controls] Fixed the update of TableSection.Title (#330)
0.31.0
- [Fabulous.Core] Added XML docs for Fabulous helpers (#284)
- [Xamarin.Forms controls] Fixed the TitleView attached property on Page (#305)
- [Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (#301)
- [Template] Fixed a typo in assembly name in macOS project (#300)
- [Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (#290)
- [LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (#286)
- [LiveUpdate] Fixed: Using a list produces a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (#286)
- [LiveUpdate] Fixed: Calling a function that takes unit from a module in a separate dll produces a "No member found for key" error (#286)
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)