Skip to content

WebSharper 6.0.1

Compare
Choose a tag to compare
@Jand42 Jand42 released this 06 Sep 15:50
· 508 commits to master since this release

This is a minor enhancement release of WebSharper 6. NuGet version 6.0.1.233.

Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::6.0.1.233

Enhancements

  • #1262 Whenever a method with JavaScript-enabled parameter also needs value of expression passed, like Doc.Hydrate, a warning is given if you use explicit <@ @> F# quotation instead of an auto-quoted parameter. This ensures the intended use of Doc.Hydrate to generate a server-side DOM too for SEO but it's still non-breaking if value cannot be found.
  • #1263 Compiler prints errors happening during offline Sitelet generation with all their inner exception info.