Skip to content

Releases: aklinker1/webext-core

@webext-core/messaging v2.2.0

10 Jan 17:30
Compare
Choose a tag to compare

Features

@webext-core/fake-browser v1.3.2

11 Dec 14:47
Compare
Choose a tag to compare

Bug Fixes

  • ensure nested objects are not mutated on set operation (#84) (b93210f)

@webext-core/proxy-service v1.2.1

22 Nov 17:58
Compare
Choose a tag to compare

Bug Fixes

  • Adjust peerDependency requirements for webextension-polyfill (68c9616)

@webext-core/messaging v2.1.0

14 Nov 16:48
Compare
Choose a tag to compare

Features

@webext-core/messaging v2.0.3

13 Nov 21:10
Compare
Choose a tag to compare

Bug Fixes

  • Add verification process for the window messaging (#79) (1752124)

@webext-core/messaging v2.0.2

20 Oct 14:17
Compare
Choose a tag to compare

Bug Fixes

  • Install publint and fix package.json issues (9edf844)

@webext-core/messaging v2.0.1

19 Oct 03:35
Compare
Choose a tag to compare

Bug Fixes

  • Upgrade buildc to fix out-of-date build (9311e2c)

@webext-core/messaging v2.0.0

19 Oct 01:16
Compare
Choose a tag to compare

Bug Fixes

  • ⚠️ Fix mix up messaging in window and custom event messengers (#70) (3b4e0ad)

⚠️ Breaking Changes

Potentially breaking change around window and custom event messaging. Each now has better scoping to prevent receiving messages in the same context they were sent from. If you rely on defineWindowMessaging or defineCustomEventMessaging, double check they everything is working the same way as before.

@webext-core/isolated-element v1.1.2

20 Apr 01:47
Compare
Choose a tag to compare

Bug Fixes

@webext-core/isolated-element v1.1.1

30 Dec 14:28
Compare
Choose a tag to compare

Bug Fixes

  • Ensure proper bubbling of events from isolated elements (#54) (12820ed)