v6.12.0 (2016-07-27)
- Add a
helpers: false
option totransform-runtime
to not bundle in babel helpers. - Add a
exactGlobals
option tomodules-umd
- Fix a regression with
modules-systemjs
- Fix a hoisting issue with
react-constant-elements
(@kittens is back!)
Please join #discussion on slack if you have questions and #development for dev
FYI: Babel releases don't mean each package updates. If a package isn't changed it keeps it's version number. The changelog entries below tell you what specific packages have changed. You shouldn't have to do anything in most cases other than
npm install
again.If it looks like a package isn't available it is probably because you are using a different registry and or have a cached version that isn't updated. Check with
npm view package-name-here
on the public registry
Bug Fix
babel-plugin-transform-react-constant-elements
,babel-traverse
babel-plugin-transform-es2015-modules-systemjs
New Feature
babel-plugin-transform-runtime
babel-plugin-transform-es2015-modules-umd