Skip to content

Commit 3f49c7e

Browse files
committed
bumping changelog
1 parent 9d8992e commit 3f49c7e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

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+
320
## 0.24.0
421

522
* Add CSS modules support in Vue.js for Sass/Less/Stylus - #511

0 commit comments

Comments
 (0)