Skip to content

Releases: crxjs/chrome-extension-tools

@crxjs/vite-plugin@2.0.0-beta.23

14 Jan 20:03
963e411
Compare
Choose a tag to compare
Pre-release

Patch Changes

rollup-plugin-chrome-extension@3.6.13-beta.1

10 Jan 23:33
7c3c4fd
Compare
Choose a tag to compare

Patch Changes

  • a0d4592: Add match_origin_as_fallback to manifest-v3.schema.json

@crxjs/vite-plugin@2.0.0-beta.22

10 Jan 23:33
7c3c4fd
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • ce9fe1c: Fix/web accessible resources script modules
  • 48d8c68: Vite 5 moved vite manifest from 'manifest.json' to
    '.vite/manifest.json'. This change updates the plugin to use the new location
    if Vite major version is >4, old location otherwise.

@crxjs/vite-plugin@2.0.0-beta.21

01 Nov 00:14
20faa15
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • cbfd0b3: Delete invalid changeset

@crxjs/vite-plugin@2.0.0-beta.19

24 Sep 22:45
54002ea
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 34980de: feat: add compatibility mode for Firefox

@crxjs/vite-plugin@2.0.0-beta.18

18 Jun 23:01
5bf6711
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 47eeda7: fix(package): update cjs export path
  • 557721e: fix: infinite recursion on circular dependency
  • a6ee0d2: Test: infinite recursion on circular dependency

rollup-plugin-chrome-extension@3.6.13-beta.0

Patch Changes

  • bbc4d33: fix: schema of input_components

@crxjs/vite-plugin@2.0.0-beta.17

05 May 00:48
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 936ed77: Add inline sourcemap support to content scripts
  • bbc4d33: fix: schema of input_components

@crxjs/vite-plugin@2.0.0-beta.16

17 Apr 03:25
fcf44aa
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 1728bdd: Add newline to generated manifest.json (issue #668)
  • 00be1a1: fix: add new screenshot and remove the redudant code
  • 42baebb: React v18 ReactDOM.render changes
  • a4982e3: Add content script module API

@crxjs/vite-plugin@2.0.0-beta.15

13 Mar 02:22
7efd3f3
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • ca0dfee: WIP: fix HMR singleton issue