github dotnet/blazor 0.7.0-preview1

pre-release5 years ago

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)

Don't miss a new blazor release

NewReleases is sending notifications on new releases.