We are pleased to announce the release of Blazor 0.5.0.
Please note that this is an alpha quality release and is not suitable for production applications.
Features
- Add HTML Block rewriting (#1146)
- Implementation of JS->.NET interop instance method calls (#1128)
- Make index.html static again (#1123)
- JavaScript interop v3 (#1033)
- Out-of-process execution (#959)
- Treat blocks of static HTML as atomic (#958)
- Rendering raw HTML content (#167)
Bugs Fixed
- Fix updating attributes on SVG elements. Fixes #934 and #1114 (#1175)
- Unable to install Blazor Extension Windows / Visual Studio 15.7.4 and 15.7.5 (#1169)
- Blazor tooling crashes VS after pasting code with doc type (#1160)
- Publish wwwroot to dist for Linux-based OSs (#1018)
- Fix right mouse click on <a href""> in firefox (#1010)
- Crash on Attempted Set of Element "bind" Attribute (#955)
- Starting in 0.4, button with C#-implemented onclick event handler will submit form (#951)
- Blazor doesn't update tag helpers on 15.8-preview2 (#930)
- On linux UseBlazor extension method fails with "The path must be absolute" (#376)