File tree 1 file changed +17
-0
lines changed 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.25.0
4
+
5
+ * [ BC BREAK] Various dependency versions were updated, including
6
+ ` css-loader ` updated from ` ^1.0.0 ` to ` ^2.1.1 ` and ` resolve-url-loader `
7
+ updated from ` ^2.3.0 ` to ` ^3.0.1 ` . The minimum Node version was
8
+ also bumped from 6 to 8. See #540 for more details.
9
+
10
+ * Added ` Encore.disableCssExtraction() ` if you prefer your CSS to
11
+ be output via the ` style-loader ` - #539 thank to @Lyrkan .
12
+
13
+ * Added ` Encore.configureLoaderRule() ` as a way to configure the
14
+ loader config that Encore normally handlers - #509 thanks to @Kocal .
15
+
16
+ * Babel cache is no longer used for production builds to avoid a
17
+ bug where the cache prevents browserslist from being used - #516
18
+ thanks to @Lyrkan .
19
+
3
20
## 0.24.0
4
21
5
22
* Add CSS modules support in Vue.js for Sass/Less/Stylus - #511
You can’t perform that action at this time.
0 commit comments