Skip to content

Releases: mingyaulee/Blazor.BrowserExtension

v2.0.0

17 Sep 20:55
Compare
Choose a tag to compare

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

10 Aug 16:16
0f9245d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

09 Aug 22:01
Compare
Choose a tag to compare
  • Fixed background worker not running in Firefox background page (#168)

Full Changelog: v1.5.2...v1.5.3

v1.5.2

08 Jul 20:31
Compare
Choose a tag to compare
  • Allow explicit inclusion of statically imported scripts from RCL packages

Full Changelog: v1.5.1...v1.5.2

v1.5.1

04 Jul 21:10
Compare
Choose a tag to compare
  • 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

02 Jul 21:39
Compare
Choose a tag to compare

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

27 Jun 21:03
Compare
Choose a tag to compare
  • Fixed #147 for import paths starting with '/'

Full Changelog: v1.4.2...v1.4.3

v1.4.2

21 Jun 22:22
Compare
Choose a tag to compare
  • 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

30 May 21:42
Compare
Choose a tag to compare
  • Fixed static web assets not found when debugging app (#145)

Full Changelog: v1.4.0...v1.4.1

v1.4.0

27 May 21:16
0e7bed2
Compare
Choose a tag to compare
  • Updated JsBind.Net from v1.0.1 to v1.0.2 and WebExtensions.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 older BlazorEnableCompression
  • Improved publish to remove unnecessary files

Full Changelog: v1.3.0...v1.4.0