From c26440d03eba9a9c35c3ed0df5b662d550b89ddf Mon Sep 17 00:00:00 2001 From: Zaid Date: Fri, 5 Nov 2021 11:11:45 +0100 Subject: [PATCH] Feliz v1.55 & Feliz.UseElmish v1.6 :rocket: (#414) --- Feliz.UseElmish/Feliz.UseElmish.fsproj | 4 ++-- Feliz/Feliz.fsproj | 4 ++-- README.md | 5 +---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Feliz.UseElmish/Feliz.UseElmish.fsproj b/Feliz.UseElmish/Feliz.UseElmish.fsproj index 7e56ab2b..237f3d89 100644 --- a/Feliz.UseElmish/Feliz.UseElmish.fsproj +++ b/Feliz.UseElmish/Feliz.UseElmish.fsproj @@ -6,10 +6,10 @@ fsharp;fable;react;html;feliz Zaid Ajaj - 1.5.1 + 1.6.0 netstandard2.0 true - Remove generated JS artifacts from the nuget package + Use and accept a full Elmish program instead of re-implementing it diff --git a/Feliz/Feliz.fsproj b/Feliz/Feliz.fsproj index d26189d2..3763af8c 100644 --- a/Feliz/Feliz.fsproj +++ b/Feliz/Feliz.fsproj @@ -7,10 +7,10 @@ https://github.com/Zaid-Ajaj/Feliz/blob/master/LICENSE fsharp;fable;react;html Zaid Ajaj - 1.54.0 + 1.55.0 netstandard2.0 true - Fixed a typo in the selectionEnd property + Addition to style.borderRadius and fixed keys.o diff --git a/README.md b/README.md index cd240c36..46d3e659 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file