Skip to content

WebSharper.UI v4.1.1

Compare
Choose a tag to compare
@Tarmil Tarmil released this 01 Feb 16:16
· 2 commits to websharper41 since this release

Enhancements

  • #144 Reinstate on.event (Element -> #Event -> unit) handlers in WebSharper.UI.Client, instead of always using on.event (Expr<Element -> #Event -> unit>) from WebSharper.UI.Html, to avoid the limitations of quotations.

    It is available when open WebSharper.UI.Client is called after open WebSharper.UI.Html.