Skip to content

Releases: michmich112/sveltekit-adapter-chrome-extension

v2.0.1 - Fix npm compatibility issues when installing

25 Mar 03:04
Compare
Choose a tag to compare

v2.0.0 - Deprecated emptyOutDir configuration & use static-adapter as peer dependency

26 Feb 05:27
Compare
Choose a tag to compare

Updates

  • #29 (@wallw-teal) use static-adapter as peer dependency to keep in sync with Sveltekit changes

Breaking Changes

  • #29 Deprecated emptyOutDir configuration option. Note: out dir will always be emptied using sveltekit-adapted-chrome-extension v2.X

v1.5.0 - Svelte Kit Breaking Changes

05 Dec 16:14
5f2cac4
Compare
Choose a tag to compare

v1.4.0 - `emptyOutDir` improvement

13 Nov 21:04
06709af
Compare
Choose a tag to compare

Changelog

  • Added the emptyOutDir option for choosing whether the output directory should be emptied on every build (@Chroma91)

v1.3.0 - Target Manifest File and FIxes

27 Aug 17:29
79759c0
Compare
Choose a tag to compare

Feature additions:

Fixes:

  • Typo fix in logs

V1.2.3 Bug Fixes

23 Aug 02:49
1bffb0d
Compare
Choose a tag to compare

Doc & Typo fixes

17 Aug 15:29
057d661
Compare
Choose a tag to compare
  • Fixed documentation to reflect config for latest Sveltekit version (#12) [@luke-hagar-sp]
  • Fixed logs with improved grammar [@luke-hagar-sp]
  • added prettier config [@luke-hagar-sp]

Bug Fixes

13 Aug 04:53
ff1dd59
Compare
Choose a tag to compare

Fixes

  • Fixed additional character in hash template #11 (@lihawhaw )

v1.2.0 - Fixes

09 Aug 00:47
Compare
Choose a tag to compare

Fixed v1.1.0 type error with - #9 (@marcusmmmz )

v1.1.0 - Major fixes linked to Adapter API change

08 Aug 01:41
358db18
Compare
Choose a tag to compare

Fixes:

  • #7 Write Static removed from builder interface, fixed with (#8) by @marcusmmmz
  • fixed issue where extension manifest.json file was over written by the app generated manifest.json
  • fixed issue where we were not looking for the app generated manifest file in the proper location (hard coded to look for in the /app directory).