WebSharper.UI 6.0.0
This is first stable release of WebSharper.UI 6. NuGet version 6.0.0.228
.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::6.0.0.228
Features
- #228 You can now initialize values of
ws-var
holes in templates with a server-side value. - #237 Added a
Doc.Hydrate
helper, which is similar toDoc.ClientSide
but it also invokes the parameter function on the server to render a placeholder for layouting and/or SEO purposes.
Enhancements
- #231 C# templating now can also use server-side functions for setting event handlers in templates.
- #230 C# templating now can use server-side OnAfterRender overload that has access to current client-side state of the template.
Fixes
- #234 Resolved ambigous overload of
Var.Update
method and extension method.