File tree 3 files changed +31
-4
lines changed
3 files changed +31
-4
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
Original file line number Diff line number Diff line change 63
63
"@symfony/controllers" : " file:fixtures/stimulus/controllers" ,
64
64
"@symfony/mock-module" : " file:fixtures/stimulus/mock-module" ,
65
65
"@symfony/stimulus-bridge" : " ^1.0.0" ,
66
- "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0-beta.3 " ,
67
- "@vue/babel-preset-jsx" : " ^1.0.0-beta.3 " ,
66
+ "@vue/babel-helper-vue-jsx-merge-props" : " ^1.0.0" ,
67
+ "@vue/babel-preset-jsx" : " ^1.0.0" ,
68
68
"@vue/compiler-sfc" : " ^3.0.2" ,
69
69
"autoprefixer" : " ^8.5.0" ,
70
70
"babel-eslint" : " ^10.0.1" ,
Original file line number Diff line number Diff line change 1126
1126
" @types/webpack-sources" " *"
1127
1127
source-map "^0.6.0"
1128
1128
1129
- " @vue/babel-helper-vue-jsx-merge-props@^1.0.0-beta.3 " , "@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
1129
+ " @vue/babel-helper-vue-jsx-merge-props@^1.0.0" , "@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
1130
1130
version "1.2.1"
1131
1131
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"
1132
1132
integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==
1143
1143
lodash.kebabcase "^4.1.1"
1144
1144
svg-tags "^1.0.0"
1145
1145
1146
- " @vue/babel-preset-jsx@^1.0.0-beta.3 " :
1146
+ " @vue/babel-preset-jsx@^1.0.0 " :
1147
1147
version "1.2.4"
1148
1148
resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz#92fea79db6f13b01e80d3a0099e2924bdcbe4e87"
1149
1149
integrity sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==
You can’t perform that action at this time.
0 commit comments