sveltekit-adapter-chrome-extension

Sveltekit adapter for making chrome extensions

MIT License

Downloads
937
Stars
98
Committers
10

Bot releases are hidden (Show)

sveltekit-adapter-chrome-extension - v2.0.1 - Fix npm compatibility issues when installing Latest Release

Published by michmich112 7 months ago

Fix for #33 (thanks to @Jack-Barry)

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

Published by michmich112 over 1 year ago

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
sveltekit-adapter-chrome-extension - v1.5.0 - Svelte Kit Breaking Changes

Published by michmich112 almost 2 years ago

sveltekit-adapter-chrome-extension - v1.4.0 - `emptyOutDir` improvement

Published by michmich112 almost 2 years ago

Changelog

  • Added the emptyOutDir option for choosing whether the output directory should be emptied on every build (@Chroma91)
sveltekit-adapter-chrome-extension - v1.3.0 - Target Manifest File and FIxes

Published by michmich112 about 2 years ago

Feature additions:

  • Target Manifest File choice (#17 ) by @Karakatiza666

Fixes:

  • Typo fix in logs
sveltekit-adapter-chrome-extension - V1.2.3 Bug Fixes

Published by michmich112 about 2 years ago

FIxes #15

sveltekit-adapter-chrome-extension - Doc & Typo fixes

Published by michmich112 about 2 years ago

sveltekit-adapter-chrome-extension - Bug Fixes

Published by michmich112 about 2 years ago

Fixes

  • Fixed additional character in hash template #11 (@lihawhaw )
sveltekit-adapter-chrome-extension - v1.2.0 - Fixes

Published by michmich112 about 2 years ago

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

sveltekit-adapter-chrome-extension - v1.1.0 - Major fixes linked to Adapter API change

Published by michmich112 about 2 years ago

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).
sveltekit-adapter-chrome-extension - Release v1.0.3-next.1

Published by michmich112 over 2 years ago

[#6] Check for no script, writePreUpdate to rendered (@kritollm )

sveltekit-adapter-chrome-extension - Release v1.0.2-next.1

Published by michmich112 over 2 years ago

Bug Fixes:

  • [#4] Removes app manifest file for uploading to chrome store