You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff 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
+
1
11
## V2.1.4:
2
12
3
13
-[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