File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.33.0
4
+
5
+ * [ disableCssExtraction()] Added boolean argument to ` disableCssExtraction() `
6
+ to make it easier to dynamically disable extraction - #756 thanks
7
+ to @football2801 .
8
+
9
+ * [ DEPENDENCY UPGRADE] Vue 3 was already supported, but the dependencies
10
+ have been upgraded to explicitly support the stable version, instead
11
+ of beta versions - #869 thanks to @weaverryan
12
+
13
+ * [ DEPENDENCY UPGRADE] Explicit support for ` postcss-loader ` v3 was
14
+ dropped but support for v4 was added - #854 thanks to @railto .
15
+
16
+ * [ DEPENDENCY UPGRADE] Support for ` sass-loader ` v10 was added - #865
17
+ thanks to @shmshd .
18
+
19
+ * Allowed using ` copyFiles() ` even if you don't have any other
20
+ entrypoints - #831 thanks to @pszalko .
21
+
22
+ * [ DEPENDENCY UPGRADE] Support for ` ts-loader ` was upgraded from
23
+ ` ^5.3 ` to ` ^8.0.1 ` . This means that only ` ^8.0.1 ` of ` ts-loader `
24
+ is guaranteed to work - #800 thanks to @skmedix .
25
+
26
+ * [ DEPENDENCY UPGRADE] Support for ` eslint ` v5 was removed but support
27
+ for v7 was added. Also, ` eslint-loader ` support for v3 was removed
28
+ but support for v4 was added - see #774 thanks to @Kocal .
29
+
3
30
## 0.32.1
4
31
5
32
* Fixing a bug where the new Stimulus Bridge always required the
You can’t perform that action at this time.
0 commit comments