Skip to content

v1.1.0

Compare
Choose a tag to compare
@mingyaulee mingyaulee released this 01 Feb 09:00
· 79 commits to main since this release

How to upgrade to this version

  • Migrate your app.js to JS module initializers, refer to README.
  • BlazorBrowserExtension.StartBlazorBrowserExtension and BlazorBrowserExtension.BrowserExtension.InitializeAsync is deprecated and will be removed in the future major version bump. Implement in app.js JS module initializer instead.
  • Core.js is deprecated and will be removed in the future major version bump. Change it back to 'framework/blazor.webassembly.js' in the script tag.

Full Changelog: v1.0.1...v1.1.0