Skip to content

Commit cea5db4

Browse files
committed
Update changelog
1 parent f4b9141 commit cea5db4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
313
## 2.1.0-rc.2 (Oct 7, 2021)
414
### Features
515
- Add option `useAsDefaultScoping` to enable cssModules globally without the need of the `module` attribute

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess-cssmodules",
3-
"version": "2.1.0-rc.2",
3+
"version": "2.1.0",
44
"description": "Svelte preprocessor to generate CSS Modules classname on Svelte components",
55
"keywords": [
66
"svelte",

0 commit comments

Comments
 (0)