Skip to content

Commit 7034b75

Browse files
committed
bumping changelog
1 parent 5429553 commit 7034b75

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,32 @@
22

33
## 0.30.0
44

5+
* [BEHAVIOR CHANGE] Encore now resolves loaders directly form its
6+
`node_modules/`, instead of by name. This change will cause a behavior
7+
change if you do any of the following:
8+
9+
* Add a different version of a loader (that Encore embeds) into your
10+
`package.json`: the different loader won't be used anymore.
11+
12+
* Require a package that also included one of our embedded loaders:
13+
depending on which one was hoisted it could result in a different
14+
behavior.
15+
16+
* Manipulate the generated config and filter loaders based on their
17+
names: the comparison won't be the same anymore
18+
19+
See #739 thanks to @Lyrkan.
20+
521
* Upgraded `clean-webpack-plugin` from `^0.1.19` to `^3.0.0`. You
622
should not notice significant changes unless you use
723
`Encore.cleanupOutputBeforeBuild()` and pass custom options.
824
For more info, see [v1 to v2 upgrade notes](https://github.com/johnagan/clean-webpack-plugin/issues/106)
925
and [v2 to v3 upgrade notes](https://github.com/johnagan/clean-webpack-plugin/releases/tag/v3.0.0).
1026
There were no changes from `0.1.19` to `1.0.0`.
1127

28+
* Encore will now correctly recognize a project-wide `babel.config.js` file - #738
29+
thanks to @jdreesen.
30+
1231
* The `fork-ts-checker-webpack-plugin` package was upgraded for the tests
1332
from `^0.4.1` to `^4.0.0`. If you're using `enableForkedTypeScriptTypesChecking()`,
1433
you control the `fork-ts-checker-webpack-plugin` version in your

0 commit comments

Comments
 (0)