Releases: mingyaulee/Blazor.BrowserExtension
Releases · mingyaulee/Blazor.BrowserExtension
v2.0.0
Breaking changes
WebExtensions.Net updated to v3.0.0
- APIs are now synchronous whenever possible
Full Changelog: v1.5.4...v2.0.0
v1.5.4
What's Changed
- Fix: elements not defined by @KanTheAstronaut in #169
New Contributors
- @KanTheAstronaut made their first contribution in #169
Full Changelog: v1.5.3...v1.5.4
v1.5.3
- Fixed background worker not running in Firefox background page (#168)
Full Changelog: v1.5.2...v1.5.3
v1.5.2
- Allow explicit inclusion of statically imported scripts from RCL packages
Full Changelog: v1.5.1...v1.5.2
v1.5.1
- Fixed build failure when generated background worker file does not exist.
- Logging methods are now supported in source generator.
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Feature
Initial support for generating BackgroundWorker.js
from C# code is here! Refer to the documentation page for more details.
Full Changelog: v1.4.3...v1.5.0
v1.4.3
- Fixed #147 for import paths starting with '/'
Full Changelog: v1.4.2...v1.4.3
v1.4.2
- Fixed #147 to use extension base URL when running
import
in content script mode
Full Changelog: v1.4.1...v1.4.2
v1.4.1
- Fixed static web assets not found when debugging app (#145)
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- Updated
JsBind.Net
from v1.0.1 to v1.0.2 andWebExtensions.Net
from v2.0.0 to v2.1.0 - Updated webextension browser polyfill from v0.10.0 to v0.12.0
- Updated Brotli decode JS
- New package icon
- Read from .Net 8
CompressionEnabled
build flag apart from olderBlazorEnableCompression
- Improved publish to remove unnecessary files
Full Changelog: v1.3.0...v1.4.0