Skip to content

Commit b6bd359

Browse files
committed
Update Changelog
1 parent fb3fb59 commit b6bd359

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 2.1.0-rc.2 (Oct 7, 2021)
4+
### Features
5+
- Add option `useAsDefaultScoping` to enable cssModules globally without the need of the `module` attribute
6+
7+
### Breaking changes
8+
- Rename option `allowedAttributes` to `includeAttributes`
9+
- Add option `parseExternalStylesheet` to manually enable the parsing of imported stylesheets *(no more enabled by default)*
10+
311
## 2.1.0-rc.1 (Oct 6, 2021)
412
- Add ESM distribution
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Force a selector to be scoped within a component to prevent style inheritance on
213213
<p class="child-uhRt2j">My <em>secondary</em> lorem <strong>ipsum tuye</strong></p>
214214
```
215215

216-
When used with a class, `:local()` applies the svelte scoping system to the selector. This could be useful when targetting global classname.
216+
When being used with a class, `:local()` applies the svelte scoping system to the selector. This could be useful when targetting global classnames.
217217

218218
```html
219219
<style module>

0 commit comments

Comments
 (0)