Skip to content

Releases: PlasmoHQ/plasmo

v0.64.0

29 Jan 04:30
Compare
Choose a tag to compare

⚠️ 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

v0.63.0

21 Jan 03:04
a922db7
Compare
Choose a tag to compare

BREAKING CHANGES

  • container root renamed from root -> __plasmo.
  • Svelte root is now under a root div instead of document.body, similar to other frameworks <- this is intended for the future svelte portal.

What's Changed

Sponsors

Full Changelog: v0.62.2...v0.63.0

v0.62.2

14 Jan 21:27
Compare
Choose a tag to compare

What's Changed

Sponsors

Full Changelog: v0.62.0...v0.62.2

v0.62.0

11 Jan 23:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.61.5...v0.62.0

v0.61.5

10 Jan 06:00
Compare
Choose a tag to compare

What's Changed

  • fix: reading package.json in monorepo setup by @louisgv in #386
  • fix: Implement build-socket proxy through bundle watcher by @louisgv in #389

Full Changelog: v0.61.3...v0.61.5

v0.61.3

05 Jan 03:20
2790b92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.61.2...v0.61.3

v0.61.2

03 Jan 02:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.61.1...v0.61.2

v0.61.1

31 Dec 09:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.61.0...v0.61.1

v0.61.0

30 Dec 10:02
Compare
Choose a tag to compare

What's Changed

  • feat: supports js extension for react and vanilla ui by @pd4d10 in #363
  • feat: supports js extension for background by @pd4d10 in #368


New Contributors

Full Changelog: v0.60.1...v0.61.0

v0.60.1

19 Dec 22:22
3dba13b
Compare
Choose a tag to compare

What's Changed

  • fix: node polyfill bundling for browser target by @louisgv in #347

Full Changelog: v0.60.0...v0.60.1