v1.1.0
- Migrated Core.Js to JavaScript Module Initializer
How to upgrade to this version
- Migrate your
app.js
to JS module initializers, refer to README. BlazorBrowserExtension.StartBlazorBrowserExtension
andBlazorBrowserExtension.BrowserExtension.InitializeAsync
is deprecated and will be removed in the future major version bump. Implement inapp.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