github rezasohrabi/chrome-ext-starter v0.1.2

latest releases: v1.2.1, v1.0.0
9 months ago

๐Ÿš€ Release v0.1.2 ยท chrome-ext-starter

A maintenance and compatibility-focused release that brings improved tooling, better support for new environments, and critical fixes for content script accessibility and JSX issues.


โœจ What's New

๐Ÿ”ง Updated Build Setup

  • Replaced @vitejs/plugin-react-swc with the more stable @vitejs/plugin-react for broader compatibility and fewer runtime quirks.
  • Refined Rollup output configuration to properly handle font assets during the build process.

๐Ÿ“ฆ Dependency Upgrades

  • Bumped React from 18.1.0 โ†’ 19.1.0
  • Bumped ReactDOM from 18.2.x โ†’ 19.1.6
  • Updated TypeScript from 5.2.2 โ†’ 5.8.3

โš™๏ธ Configuration & Compatibility

  • Loosened Node.js version requirement to allow any 20.x version.
  • Refined web_accessible_resources to allow wildcards and broader URL matches โ€” helping resolve loading issues in more restrictive contexts.

๐Ÿ› Bug Fixes

  • Fixed "Cannot use JSX unless the '--jsx' flag is provided" by ensuring proper TypeScript and Vite configuration.
  • Temporarily adjusted web_accessible_resources to improve debugging during CSP-restricted environments (e.g., GitHub).

Thanks for using chrome-ext-starter! ๐Ÿ’™
โ€” Reza Sohrabi

Don't miss a new chrome-ext-starter release

NewReleases is sending notifications on new releases.