plasmo

🧩 The Browser Extension Framework

MIT License

Downloads
3.9M
Stars
10.3K
Committers
61

Bot releases are hidden (Show)

plasmo - v0.82.0

Published by louisgv about 1 year ago

✨ What's Changed

@plasmohq/storage

  • v1.7.2

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.81.1...v0.82.0

plasmo - v0.81.1

Published by louisgv over 1 year ago

✨ What's Changed

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.80.0...v0.81.1

plasmo - v0.80.0

Published by louisgv over 1 year ago

✨ What's Changed

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.79.0...v0.80.0

plasmo - v0.79.0

Published by louisgv over 1 year ago

✨ What's Changed

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.78.0...v0.79.0

plasmo - v0.78.0

Published by louisgv over 1 year ago

✨ What's Changed

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.77.5...v0.78.0

plasmo - v0.77.5

Published by louisgv over 1 year ago

✨ What's Changed

@plasmohq/messaging

  • v0.5.0: A new pub-sub API landed for externally_connectable API to route message between pages and extension, useful for access token sharing between known web apps by @MarkJPerry

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.76.3...v0.77.5

plasmo - v0.76.3

Published by louisgv over 1 year ago

✨ What's Changed

  • feat: improve CSUI overlay repositioning by @louisgv in https://github.com/PlasmoHQ/plasmo/pull/633
  • feat: cs config reload by @louisgv in https://github.com/PlasmoHQ/plasmo/pull/634
  • fix: stablizie BGSW name to output single bundle for #628
  • NOTE: #628 introduces #638 a slight change in how fetch should be used if you're getting resources from the root of the extension bundle from BGSW. Any fetch call should now use a / prefix, otherwise the path will not resolve from root but rather a /static/background path.
  • fix: #639

@plasmohq/messaging

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.75.3...v0.76.3

plasmo - v0.75.3

Published by louisgv over 1 year ago

✨ What's Changed

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.74.2...v0.75.3

plasmo - v0.74.2

Published by louisgv over 1 year ago

✨ What's Changed

@plasmohq/persistent

  • v0.0.1: initialize the persistent runtime

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.73.7...v0.74.2

plasmo - v0.73.7

Published by louisgv over 1 year ago

✨ What's Changed

@plasmohq/messaging

  • v0.3.2: fix firefox namespace (using globalThis.browser)

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.72.2...v0.73.7

plasmo - v0.72.2

Published by louisgv over 1 year ago

✨ What's Changed

  • feat: NODE_ENV specific entry file. To overcome some bundle-specific issue such as hoisting/bundle splitting. Developer can now use popup.production.tsx or newtab.production.tsx to create a production-specific bundle. This helps those who cannot hoist their bundle due to dependency such as sentry/react.
  • feat: vue upgraded to 3.4, which enabled the ability to use https://vuejs.org/api/sfc-script-setup.html#defineoptions, which allow custom plugin to be loaded https://github.com/PlasmoHQ/plasmo/discussions/595
  • fix: live-reload for vue/svelte for pages runtime

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.71.1...v0.72.2

plasmo - v0.71.1

Published by louisgv over 1 year ago

✨ What's Changed

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.70.1...v0.71.1

plasmo - v0.70.1

Published by louisgv over 1 year ago

✨ What's Changed

  • feat: default production build is now no-hoist and un-minified. To enable these feature, use the reverse flag instead - --hoist and --minify
  • feat: CSUI watch function, used to register a top-level page transitioning event
  • fix: monorepo watcher/reloading by @louisgv
  • fix: WatchOverlay type to accept void by @louisgv
  • fix: React templates overlay list array keys fix by @HugeLetters in https://github.com/PlasmoHQ/plasmo/pull/569

@plasmohq/messaging

@plasmohq/storage

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.69.2...v0.70.1

plasmo - v0.69.2

Published by louisgv over 1 year ago

✨ What's Changed

plasmohq/messaging

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.68.3...v0.69.0

plasmo - v0.68.3

Published by louisgv over 1 year ago

✨ What's Changed

plasmohq/storage

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.67.4...v0.68.3

plasmo - v0.67.4

Published by louisgv over 1 year ago

🚨 SECURITY FIX

  • fix(parcel-core): only allow client-side env to be included by @louisgv in https://github.com/PlasmoHQ/plasmo/pull/493
    • This fix properly implemented the private environment behavior mentioned in our documentation.
    • Previously, private environment are still passed down into the bundler. Thus, if developer added process.env.SOMETHING to their popup.tsx, it would be included.
    • This fix ensure that even if a dependency is malicious (trying to extract process.env.SECRET_SYSTEM_ENV for example), it will not be included in the bundle. Only PLASMO_PUBLIC_ namespaced env are allowed to be included in the bundle, together with plasmo's specific env.

✨ What's Changed

plasmohq/storage

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.66.0...v0.67.4

plasmo - v0.66.0

Published by louisgv over 1 year ago

✨ What's Changed

🥷 New Contributors

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.65.2...v0.66.0

plasmo - v0.65.2

Published by louisgv over 1 year ago

✨ What's Changed

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.65.1...v0.65.2

plasmo - v0.65.1

Published by louisgv over 1 year ago

✨ What's Changed

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.65.0...v0.65.1

plasmo - v0.65.0

Published by louisgv over 1 year ago

✨ What's Changed

🤝 Sponsors

Full Changelog: https://github.com/PlasmoHQ/plasmo/compare/v0.64.0...v0.65.0