Skip to content

v0.64.0

Compare
Choose a tag to compare
@louisgv louisgv released this 29 Jan 04:30
· 297 commits to main since this release

⚠️ BREAKING CHANGES

  • BGSW messaging API now uses export default instead of export const handler to ensure flexibility of the handler function naming. Simply add an export 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.0
  • PlasmoContentScript is renamed to PlasmoCSConfig (soft deprecation, will be removed by 1.0)

✨ What's Changed

🤝 Sponsors

Full Changelog: v0.63.0...v0.64.0