Skip to content

Commit

Permalink
Merge pull request #712 from TimLariviere/v0.53-release-notes
Browse files Browse the repository at this point in the history
v0.53 release notes
  • Loading branch information
TimLariviere authored Apr 17, 2020
2 parents 76f92c9 + 08afad8 commit 7d138df
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 7 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<Project>
<!-- NuGet Specs -->
<PropertyGroup>
<Version>0.52.0</Version>
<Version>0.53.0</Version>
<Authors>Fabulous Contributors</Authors>
<PackageVersion>0.52.0</PackageVersion>
<PackageReleaseNotes>[Fabulous.XamarinForms] Added support for Xamarin.Forms 4.4 (https://github.com/fsprojects/Fabulous/pull/644)
[Fabulous.XamarinForms] Fixed an issue with Minimum/Maximum in Slider/Stepper (https://github.com/fsprojects/Fabulous/pull/640 &amp; https://github.com/fsprojects/Fabulous/pull/643)
[Fabulous.XamarinForms] [Extensions] Changed the `ref` parameter to be a typed ViewRef in extensions (https://github.com/fsprojects/Fabulous/pull/636)</PackageReleaseNotes>
<PackageVersion>0.53.0</PackageVersion>
<PackageReleaseNotes>BREAKING CHANGES: Please read the migration guide to know how to update to this new version (https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/migration-guide-to-0.53.html)
[Fabulous.XamarinForms] Added support for Xamarin.Forms 4.5 (https://github.com/fsprojects/Fabulous/pull/709)
[Fabulous.XamarinForms] Added missing RemainingItemsThreshold to ItemsView and derivative controls (https://github.com/fsprojects/Fabulous/pull/694)
[Fabulous.CodeGen] Supports reference to existing mapping files, enabling 3rd party libs binding generation (https://github.com/fsprojects/Fabulous/pull/690)
[Fabulous.XamarinForms] [Generator] Now able to generate bindings for 3rd party libs (https://github.com/fsprojects/Fabulous/pull/690)</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fsprojects/Fabulous</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Elmish",
"Cross-platform"
],
"name": "Fabulous Xamarin.Forms App v0.52.0",
"name": "Fabulous Xamarin.Forms App v0.53.0",
"groupIdentity": "Fabulous.XamarinForms.App",
"identity": "Fabulous.XamarinForms.FSharp",
"shortName": "fabulous-xf-app",
Expand Down Expand Up @@ -162,7 +162,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgsVersion",
"defaultValue": "0.52.0"
"defaultValue": "0.53.0"
},
"NewtonsoftJsonPkg": {
"type": "parameter",
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### 0.53.0

BREAKING CHANGES: Please read the migration guide to know how to update to this new version (https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/migration-guide-to-0.53.html)

* [Fabulous.XamarinForms] Added support for Xamarin.Forms 4.5 (https://github.com/fsprojects/Fabulous/pull/709)
* [Fabulous.XamarinForms] Added missing RemainingItemsThreshold to ItemsView and derivative controls (https://github.com/fsprojects/Fabulous/pull/694)
* [Fabulous.CodeGen] Supports reference to existing mapping files, enabling 3rd party libs binding generation (https://github.com/fsprojects/Fabulous/pull/690)
* [Fabulous.XamarinForms] [Generator] Now able to generate bindings for 3rd party libs (https://github.com/fsprojects/Fabulous/pull/690)

#### 0.52.0

* [Fabulous.XamarinForms] Added support for Xamarin.Forms 4.4 (https://github.com/fsprojects/Fabulous/pull/644)
Expand Down

0 comments on commit 7d138df

Please sign in to comment.