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

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 17 Apr 18:00

We are pleased to announce the release of Blazor 0.2.0.

Please note that this is an alpha quality release and is not suitable for production applications.

Features

  • Update mono to a14f41c (#566)
  • Enable GenerateDocumentationFile. Add/fix XML docs. (#562)
  • Add compiler error if there's a <script> element inside a component (#552)
  • Add support for Action event handlers (#542)
  • Remove old workaround @OnClick and @Bind (#525)
  • Enable same-origin credentials by default. Add E2E test to show they … (#518)
  • HttpClient does not track cookies (#515)
  • Add first class support for onclick and other event handlers (#503)
  • Add event handlers as tag helpers (#498)
  • Add DI extension method namespace to Program.cs in templates (#494)
  • Add Blazor templates for ASP.NET Core 2.1 (#441)
  • Added SVG support (#366) (#435)
  • bind can be improved for <textarea> (#434)
  • Improve JS-side event handling code (#433)
  • Add 'bind-...' for two-way binding (#409)
  • Bug - Conditional Attributes (#373)
  • Move to Preview2 Razor SDK (#341)
  • Auto rebuild (#531)

Bugs Fixed

  • Unable to build Blazor Client project: Input too long (#554)
  • Adding new or renaming existing CSS file is a pain (#476)
  • Dependency injection crashes if you try to inject two instances of the same type (#462)
  • Compilation error when one-way binding an attribute value to a c# string. (#386)
  • index.html is not regenerated under bin when wwwroot/index.html is changed (#355)