All Versions
49
Latest Version
Avg Release Cycle
40 days
Latest Release
1394 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.0.3 Changes
May 28, 2019๐ Please see the diff
๐ฅ Breaking changes (for pre-existing apps)
@babel/polyfill
doesn't make it possible to provide a smooth migration path fromcore-js@2
tocore-js@3
: for this reason, it was decided to deprecate@babel/polyfill
in favor of separate inclusion of required parts ofcore-js
andregenerator-runtime
. #2031
In each of your
/packs/*.js
files, change this:import "@babel/polyfill";
to this:
import "core-js/stable"; import "regenerator-runtime/runtime";
Don't forget install those dependencies directly!
yarn add --save core-js regenerator-runtime
-
v4.0.2 Changes
March 06, 2019- โฌ๏ธ Bump the version on npm
-
v4.0.1 Changes
March 04, 2019๐ Fixed
- ๐ Pre-release version installer
-
v4.0.0 Changes
March 04, 2019๐ No changes in this release. See RC releases for changes.
-
v4.0.0-pre.3 Changes
October 01, 2018โ Added
- Move supported browsers configuration to .browserslistrc
๐ฅ Breaking changes
- postcss-next is replaced with postcss-preset-env
- babel@7
๐ Fixed
- Bring back test env #1563
๐ Please see a list of commits
-
v4.0.0-pre.2 Changes
๐ Fixed
- Webpack dev server version in installer
-
v4.0.0-pre.1 Changes
๐ Pre-release to try out webpack 4.0 support
โ Added
- Webpack 4.0 support #1376
๐ Fixed
- Remove compilation digest file if webpack command fails#1398
๐ Please refer to 3-x-stable branch ๐ for further releases and changelogs:
-
v3.6.0 Changes
March 06, 2019 -
v3.5.5 Changes
July 09, 2018๐ See changes: https://github.com/rails/webpacker/compare/e8b197e36c77181ca2e4765c620faea59dcd0351...3-x-stable
โ Added
- ๐ On CI, sort files & check modified w/ digest instead of mtime#1522
-
v3.5.3 Changes
May 03, 2018๐ Fixed
- ๐ฆ Relax Javascript package dependencies #1466