diff --git a/Directory.Build.props b/Directory.Build.props index 10d8adac1..30712cd0b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,15 +1,17 @@ - 0.30.0 + 0.31.0 Fabulous Contributors - 0.30.0 - Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257) -Added new GTK template (https://github.com/fsprojects/Fabulous/pull/268) -Changed behavior of SKCanvasView "invalidate" (always triggers an invalidation while the property is true) (https://github.com/fsprojects/Fabulous/pull/262) -Updated WPF template to target .NET Framework 4.7.2 by default (https://github.com/fsprojects/Fabulous/pull/267) -Updated NuGet inside the template to v4.9.2 (https://github.com/fsprojects/Fabulous/pull/271) -Fixed MacOS template by adding some missing references (https://github.com/fsprojects/Fabulous/pull/276) + 0.31.0 + [Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284) +[Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305) +[Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301) +[Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300) +[Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290) +[LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286) +[LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286) +[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) False https://github.com/fsprojects/Fabulous/blob/master/LICENSE.md https://github.com/fsprojects/Fabulous diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1a5e7f538..bd245e69e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +#### 0.31.0 + +* [Fabulous.Core] Added XML docs for Fabulous helpers (https://github.com/fsprojects/Fabulous/pull/284) +* [Xamarin.Forms controls] Fixed the TitleView attached property on Page (https://github.com/fsprojects/Fabulous/pull/305) +* [Xamarin.Forms controls] Fixed the Accelerator property on MenuItem (https://github.com/fsprojects/Fabulous/pull/301) +* [Template] Fixed a typo in assembly name in macOS project (https://github.com/fsprojects/Fabulous/pull/300) +* [Template] Fixed an issue where NuGet restore would fail due to a space in path on Windows (https://github.com/fsprojects/Fabulous/pull/290) +* [LiveUpdate] Fixed: Using ViewRef produces a "No member found for key Fabulous.DynamicViews.ViewRef" error (https://github.com/fsprojects/Fabulous/pull/286) +* [LiveUpdate] Fixed: Using a list a "No member found for key Microsoft.FSharp.Collections.FSharpList" error (https://github.com/fsprojects/Fabulous/pull/286) +* [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) + #### 0.30.0 * Added support for Xamarin.Forms 3.4 (https://github.com/fsprojects/Fabulous/pull/257) diff --git a/templates/content/blank/.template.config/template.json b/templates/content/blank/.template.config/template.json index a5da973ca..feb592d2c 100644 --- a/templates/content/blank/.template.config/template.json +++ b/templates/content/blank/.template.config/template.json @@ -143,7 +143,7 @@ "type": "parameter", "dataType": "string", "replaces": "FabulousPkgsVersion", - "defaultValue": "0.30.0" + "defaultValue": "0.31.0" }, "NewtonsoftJsonPkg": { "type": "parameter",