Skip to content

WebSharper.UI 6.1

Compare
Choose a tag to compare
@Jooseppi12 Jooseppi12 released this 15 Dec 14:17
· 111 commits to master since this release

This is a major release of WebSharper.UI 6. NuGet version 6.1.0.249.

Enhancements

  • #252 HTML5 <template> based UI.Templating
  • #251 Added new ws-dom attribute to reference and manipulate Dom.Elements within the Templating code
  • #246 Added new ws-anchor attribute to reference Dom.Elements within the Templating code
  • #84 Added functionality for working with input types that were missing from WebSharper.UI
  • As part of #84 , the different input helper functions are placed under the Doc.InputType and Elt.InputType modules

Fixes

  • #244 Fixed issue with ws-preserve attribute in server-side rendering
  • #240 Fixed XML doc comments on server-client bridge functions
  • #159 Added missing warning for special tags in template instantiation