Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Oct 18:47
· 20 commits to main since this release

πŸš€ Release @addon-core/inject-css v0.3.0 (2025-10-15)

✨ Features

  • add Husky hooks and configure Biome tooling (426e9fe)

  • improve build configuration and update dependencies (da49d7e)

    • Split tsup configuration into separate ESM and CJS builds for improved flexibility.
    • Updated package name and dependencies from @adnbn to @addon-core for consistency.
    • Added .mailmap for contributor alias management.
    • Updated metadata and links in package.json.
  • update devDependencies and bump @addon-core/browser to v0.2.3 (3694138)

πŸ“ Documentation

  • revise CONTRIBUTING.md for @addon-core/inject-css (954fd63)

  • update README and metadata for package rename to @addon-core/inject-css (998d98e)

πŸ€– CI

  • add release automation and CI workflows (e97aa12)

πŸ› οΈ Refactoring

  • simplify InjectCss classes and improve type usage (15918b9)

    • Removed redundant constructors in InjectCssV2 and InjectCssV3.
    • Refactored target resolution logic in InjectCssV3 to handle browser-specific cases.
    • Changed InjectCssContract and InjectCssOptions imports to use type for clarity.
    • Adjusted exports in index.ts for cleaner declaration.

πŸ™Œ Contributors