Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@rezasohrabi rezasohrabi released this 04 Jun 14:06
· 4 commits to main since this release
ab04488

🚀 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.019.1.0
  • Bumped ReactDOM from 18.2.x19.1.6
  • Updated TypeScript from 5.2.25.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