WebSharper 3.6.11
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 givenView
is updated, as long as the containingDoc
is in the DOM. - Templating: handle
data-event-afterrender
properly. - Templating: Cache the provided type definition. (PR by @vasily-kirichenko)