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

0.7.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SteveSandersonMS SteveSandersonMS released this 13 Nov 22:21

This is a preview of the Blazor 0.7.0 release. To install this release you can either download and install the Blazor language service extension for Visual Studio, or you can install the Blazor CLI templates by running the following:

dotnet new -i Microsoft.AspNetCore.Blazor.Templates::0.7.0-preview1-final --nuget-source https://dotnet.myget.org/f/blazor-dev/api/v3/index.json

If you run into any issues with this release please let us know by filing issues in this repo.

Features

  • Update Mono for 0.7.0 (#1546)
  • Cascading parameters (#1545)

Bugs Fixed

  • Marshal oninput events as UIChangeEventArgs (#1673)
  • Serialize server-side renders. Fixes #1573 (#1672)
  • Fix intermittent render omissions. Fixes #1223. (#1666)
  • Handle overlapping events (#1655)
  • Blazor Codegen does not escape quotes (#1527)