Skip to content

Commit

Permalink
Feliz v1.55 & Feliz.UseElmish v1.6 🚀 (Zaid-Ajaj#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj authored and panmona committed Feb 1, 2022
1 parent 455f5aa commit 503eeff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Feliz.UseElmish/Feliz.UseElmish.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<PackageIconUrl></PackageIconUrl>
<PackageTags>fsharp;fable;react;html;feliz</PackageTags>
<Authors>Zaid Ajaj</Authors>
<Version>1.5.1</Version>
<Version>1.6.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>Remove generated JS artifacts from the nuget package</PackageReleaseNotes>
<PackageReleaseNotes>Use and accept a full Elmish program instead of re-implementing it</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Compile Include="UseElmish.fs" />
Expand Down
4 changes: 2 additions & 2 deletions Feliz/Feliz.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PackageLicenseUrl>https://github.com/Zaid-Ajaj/Feliz/blob/master/LICENSE</PackageLicenseUrl>
<PackageTags>fsharp;fable;react;html</PackageTags>
<Authors>Zaid Ajaj</Authors>
<Version>1.54.0</Version>
<Version>1.55.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>Fixed a typo in the selectionEnd property</PackageReleaseNotes>
<PackageReleaseNotes>Addition to style.borderRadius and fixed keys.o</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<NpmDependencies>
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,4 @@ ReactDOM.render(Counter(), document.getElementById "root")

### Documentation

> Documentation on the improvements implemented in Feliz with respect to Fable 3 are currently WIP! Please hold tight until we update it and publish a migration guide.
Feliz has extensive documentation at [https://zaid-ajaj.github.io/Feliz](https://zaid-ajaj.github.io/Feliz) with live examples along side code samples, check them out and if you have any question, let us know!

Feliz has extensive documentation at [https://zaid-ajaj.github.io/Feliz](https://zaid-ajaj.github.io/Feliz) with live examples along side code samples, check them out and if you have any question, let us know!

0 comments on commit 503eeff

Please sign in to comment.