Releases: micantoine/svelte-preprocess-cssmodules
Releases · micantoine/svelte-preprocess-cssmodules
v3.0.1
Fixes
- Add support to class objects and arrays
v3.0.0
Update
- Support for svelte 5 #124
- Use modern AST
Breaking Changes
- Remove
linearPreprocess
util since it is not being needed anymore
- Set peer dependencies to svelte 5 only
v2.2.5
Updates
- Replace deprecated method by use of
walk()
from estree-walker
#100
- Upgrade dev dependencies
- Add svelte 4 to peer dependencies
Fixes
- Make
cssModules()
parameter optional #94
- Remove typescript from peer dependencies (not needed, keep in dev dependencies) #93
- Properly transform
animation-name
#98
v2.2.4
Fixes
- Syntax error on keyframes for native mode issue 84
- Prevent svelte to remove the keyframes rule if no html tag exist issue 76
v2.2.3
Fixes
- Add support for css binding on svelte blocks
{#if}
{#each}
{#await}
{#key}
issue 62
v2.2.2
Fixes
- Set default hash method to
md5
to support node17+ issue 60
v2.2.1
Fixes
- Destructuring import with commonjs
- Emphasize on named imports instead of default
v2.2.0
Features
- CSS Binding
- Linear preprocess utility
Updates
V2.1.3
Fixes
- Normalise
includePaths
issue 42
- Readme typos
Updates