Skip to content

Commit 3344d7c

Browse files
authored
Merge pull request #334 from TimLariviere/releases/0.32.0
0.32.0
2 parents 2f49abc + ba2ad06 commit 3344d7c

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

Directory.Build.props

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<Project>
22
<!-- NuGet Specs -->
33
<PropertyGroup>
4-
<Version>0.31.0</Version>
4+
<Version>0.32.0</Version>
55
<Authors>Fabulous Contributors</Authors>
6-
<PackageVersion>0.31.0</PackageVersion>
7-
<PackageReleaseNotes>[Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284)
8-
[Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305)
9-
[Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301)
10-
[Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300)
11-
[Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290)
12-
[LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286)
13-
[LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286)
14-
[LiveUpdate] Fixed: Calling a function that takes unit from a module in a separate dll produces a "No member found for key" error (https://github.com/fsprojects/Fabulous/pull/286)</PackageReleaseNotes>
6+
<PackageVersion>0.32.0</PackageVersion>
7+
<PackageReleaseNotes>[Fabulous.Core] Added better type annotation to make the functions init and update easier to read (https://github.com/fsprojects/Fabulous/pull/313)
8+
[Template] Added new UWP template (https://github.com/fsprojects/Fabulous/pull/324)
9+
[Fabulous.Core] Added new helpers to extract data from ViewElement. Helpful for unit testing the views (https://github.com/fsprojects/Fabulous/pull/325)
10+
[Xamarin.Forms controls] Added the property ScrollTo and the event Scrolled for ScrollView (https://github.com/fsprojects/Fabulous/pull/332)
11+
[Xamarin.Forms controls] Added the events ChildrenReordered, MeasureInvalidated, Focused, SizeChanged and Unfocused for VisualElement (https://github.com/fsprojects/Fabulous/pull/327)
12+
[Fabulous.Core] Changed the modules behind View; The builder functions are no longer hidden from IntelliSense (https://github.com/fsprojects/Fabulous/pull/325)
13+
[Xamarin.Forms controls] Fixed the update of TableSection.Title (https://github.com/fsprojects/Fabulous/pull/330)</PackageReleaseNotes>
1514
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1615
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1716
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 0.32.0
2+
3+
* [Fabulous.Core] Added better type annotation to make the functions init and update easier to read (https://github.com/fsprojects/Fabulous/pull/313)
4+
* [Template] Added new UWP template (https://github.com/fsprojects/Fabulous/pull/324)
5+
* [Fabulous.Core] Added new helpers to extract data from ViewElement. Helpful for unit testing the views (https://github.com/fsprojects/Fabulous/pull/325)
6+
* [Xamarin.Forms controls] Added the property ScrollTo and the event Scrolled for ScrollView (https://github.com/fsprojects/Fabulous/pull/332)
7+
* [Xamarin.Forms controls] Added the events ChildrenReordered, MeasureInvalidated, Focused, SizeChanged and Unfocused for VisualElement (https://github.com/fsprojects/Fabulous/pull/327)
8+
* [Fabulous.Core] Changed the modules behind View; The builder functions are no longer hidden from IntelliSense (https://github.com/fsprojects/Fabulous/pull/325)
9+
* [Xamarin.Forms controls] Fixed the update of TableSection.Title (https://github.com/fsprojects/Fabulous/pull/330)
10+
111
#### 0.31.0
212

313
* [Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284)

templates/content/blank/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"type": "parameter",
156156
"dataType": "string",
157157
"replaces": "FabulousPkgsVersion",
158-
"defaultValue": "0.31.0"
158+
"defaultValue": "0.32.0"
159159
},
160160
"NewtonsoftJsonPkg": {
161161
"type": "parameter",

0 commit comments

Comments
 (0)