10000 Release @webext-core/messaging v2.0.0 · aklinker1/webext-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

@webext-core/messaging v2.0.0

Compare
Choose a tag to compare
@aklinker1 aklinker1 released this 19 Oct 01:16
· 28 commits to main since this release

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.

0