Releases: aklinker1/webext-core
Releases · aklinker1/webext-core
@webext-core/messaging v2.2.0
@webext-core/fake-browser v1.3.2
@webext-core/proxy-service v1.2.1
Bug Fixes
- Adjust peerDependency requirements for webextension-polyfill (68c9616)
@webext-core/messaging v2.1.0
@webext-core/messaging v2.0.3
@webext-core/messaging v2.0.2
Bug Fixes
- Install publint and fix package.json issues (9edf844)
@webext-core/messaging v2.0.1
Bug Fixes
- Upgrade buildc to fix out-of-date build (9311e2c)
@webext-core/messaging v2.0.0
Bug Fixes
⚠️ 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.