Skip to content

WebSharper 3.6.11

Compare
Choose a tag to compare
@Tarmil Tarmil released this 18 Mar 14:50
· 2237 commits to master since this release

WebSharper.Html

  • Properly encode server-side attributes' value. (PR by @MaxKot)

WebSharper.UI.Next

  • Added View.MapAsync2.
  • Added on.viewUpdate, an attribute that calls a callback whenever the given View is updated, as long as the containing Doc is in the DOM.
  • Templating: handle data-event-afterrender properly.
  • Templating: Cache the provided type definition. (PR by @vasily-kirichenko)