- Added new guide template that showcases communicating between a non-extension UI and an extension via Content Scripts - This pattern is useful in situations like authentication flows
- Added a new basic Alarms API and Notifications API starter template - Added a Pomodoro example template that leverages the Alarms API, Popup API, and Storage API
- Added basic Sidepanel starter template - Added React Sidepanel starter template - Added Vue Sidepanel starter template
Added 9 Vue.js starter templates (with more to come) Includes all the same dev scripts and environments as our React templates
- Guide template that shows how to add Sentry error logging to an extension - Supports logging in generic JS, background scripts, and content scripts
- Example extension that allows easy tracking of day-to-day tasks - Built with React starter templates - Includes styled-components
- New platform to simplify starter and example template downloads - Addition of new templates - TypeScript variants for all React templates - Ground up rewrite of developement scripts to simplify and increase performance - Series of minor bug fixes
- Upgraded all existing starters to Manifest V3 - Upgraded all existing example extensions to Manifest V3 - Added basic messaging starter - Added React content scripts starter - Minor updates to Ebook to reflect additions
- Added Basic Context Menu starter - Added an example extension that utilizes context menu and storage - Minor updates to Ebook to reflect additions
- Updated Starters to React v17 - Ejected from CRA for more flexibility around Webpack config and dev scripts - Updated READMEs and package.json of React Starters to reflect new scripts
- Added TypeScript React Starter + instructions to convert others easily if needed - Added instructions and information regarding the upcoming showcase to the Ebook - Added information on how updates work with the kit for better clarity - Fixed a couple minor typos in the Ebook
- Added new React starter template for popup + full page - Updated PDF to reflect new starter - Fix console warning with react-fully-loaded icons