Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 10 Aug 10:10
· 418 commits to master since this release

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)