Skip to content

Commit 685a192

Browse files
committed
update changelog
1 parent 9b864a3 commit 685a192

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## V2.2.6
2+
- refine some logs
3+
- handle `onResolve` for `.modules.css` files to add `sideEffects: true` & `namespace` to the resolve result
4+
- better support `watch` mode
5+
6+
## V2.2.5
7+
- refactor a lot, **v2** will not generate temporary folders/files anymore
8+
- **v2** now support auto inject generated css into page
9+
- inject for and only for **v2** can be set to a css selector of the element which you want to inject css to, if the element can't be found then inject to document.head
10+
111
## V2.1.4:
212

313
- [v2] add filename as class prefix, e.g.: `.some-class` in `some.module.css` will be transformed to `.some-module__some-class-[hash]`

0 commit comments

Comments
 (0)