File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments