v7.0.0-alpha.7 (2017-04-05)
- Updated babylon, fixed babel-register issue, and make babel-polyfill publish the core-js polyfills individually for babel-preset-env
🚀 New Feature
🐛 Bug Fix
babel-register
- #5583 Change babel-register default ignore to cwd content. (@loganfsmyth)
babel-generator
,babel-helper-builder-react-jsx
,babel-plugin-transform-react-jsx
- #5256 Use raw value of JSXText and JSXAttribute. (@rattrayalex)
babel-core
,babel-generator
,babel-template
,babel-traverse
,babel-types
📝 Documentation
babel-plugin-transform-es2015-modules-commonjs
babel-plugin-transform-es2015-spread
- #5580 Remove incorrect docs.. (@loganfsmyth)
🏠 Internal
babel-core
- #5563 Separate config-file/plugin loading from config processing.. (@loganfsmyth)
- #5571 Add tests to test the plugin/preset ordering.. (@loganfsmyth)
- Other
- #5561 Ensure that incremental builds work with 'gulp build'.. (@loganfsmyth)
- #5555 Use a standard .babelignore and babel-register in tests.. (@loganfsmyth)
- #5551 use latest babel-core. (@hzoo)
Committers: 5
- Alex Rattray (rattrayalex)
- Daniel Tschinder (danez)
- Henry Zhu (hzoo)
- Logan Smyth (loganfsmyth)
- Sven SAULEAU (xtuc)