WebSharper.UI 4.2.4 released

Loic Denuziere

Loic Denuziere

Mar 29, 2018

Reading time:

1 mins

Share via:

We are happy to announce the release of WebSharper.UI 4.2.4.

This is a minor feature release of WebSharper.UI, out-of-band from WebSharper.

Features

  • #163 Allow using the on.afterRender attribute, the Elt.OnAfterRender() method and the ws-onafterrender template hole from the server side just like other event handlers.

  • #165 Add variadic overload for Attr and Doc-typed hole instantiation. For example, the following:

    MyTemplate()
        .Body(
            [
                h1 [] [text "Hello!"]
                p [] [text "Welcome to my page."]
            ]
        )
        .Doc()
    

    can now be written as:

    MyTemplate()
        .Body(
            h1 [] [text "Hello!"],
            p [] [text "Welcome to my page."]
        )
        .Doc()
    

Fixes

  • #138 Fix an exception thrown when editing a template file while the application is running and serverLoad is set to ServerLoad.WhenChanged.

Happy coding!

Read more from

Can’t find what you were looking for? Drop us a line.

Loic Denuziere
Found a typo?

This blog post is hosted on GitHub here. Feel free to file a ticket or send a PR.

Newsletter

We will not spam you or give your details to anyone.