⚠️ BREAKING CHANGES
- BGSW messaging API now uses
export default
instead ofexport const handler
to ensure flexibility of the handler function naming. Simply add anexport default handler
to the end of your message handler file! - BGSW declaration files are now consolidated with
process.env
into a single index declaration. Old projects pre-0.64 upon upgrade can remove the.plasmo/messaging.d.ts
entry in their tsconfig. @plasmohq/storage
MAJOR release: https://github.com/PlasmoHQ/storage/releases/tag/v1.0.0PlasmoContentScript
is renamed toPlasmoCSConfig
(soft deprecation, will be removed by 1.0)
✨ What's Changed
- feat: prioritize local alias resolution above polyfill by @louisgv in #414
- feat: env automatic typing by @louisgv in #415
- chore: make default version 0.0.1 instead by @ColdSauce in #413
- docs: Add Edge Case for Overriding Shadow-DOM Styles by @viclai in PlasmoHQ/docs#34
- expl: with-declarative-net-request by @afkvido in PlasmoHQ/examples#30
🤝 Sponsors
Full Changelog: v0.63.0...v0.64.0