Skip to content

Commit 46c1c60

Browse files
authored
Merge pull request #35 from micantoine/2.1.0
ESM distribution & Global default scoping
2 parents 19a64a0 + 94d0c30 commit 46c1c60

32 files changed

+1693
-382
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Svelte preprocess CSS Modules, changelog
22

3+
## 2.1.0 (Oct 20, 2021)
4+
### Features
5+
- SvelteKit support
6+
- `useAsDefaultScoping` option
7+
- `parseExternalStylesheet` option
8+
9+
### Breaking changes
10+
- Rename option `allowedAttributes` to `includeAttributes`
11+
- External cssModules stylesheets are not being processed automatically.
12+
13+
## 2.1.0-rc.2 (Oct 7, 2021)
14+
### Features
15+
- Add option `useAsDefaultScoping` to enable cssModules globally without the need of the `module` attribute
16+
17+
### Breaking changes
18+
- Rename option `allowedAttributes` to `includeAttributes`
19+
- Add option `parseExternalStylesheet` to manually enable the parsing of imported stylesheets *(no more enabled by default)*
20+
21+
## 2.1.0-rc.1 (Oct 6, 2021)
22+
- Add ESM distribution
23+
324
## 2.0.2 (May 26, 2021)
425
- Fix Readme
526

0 commit comments

Comments
 (0)