Babel v7.0.0-alpha.7 Release Notes

Release Date: 2017-04-05 // about 7 years ago
    • โšก๏ธ Updated babylon, fixed babel-register issue, and make babel-polyfill publish the core-js polyfills individually for babel-preset-env

    :rocket: New Feature

    • babel-polyfill

    :bug: Bug Fix

    • babel-register
    • ๐Ÿ— babel-generator, babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx
    • babel-core, babel-generator, babel-template, babel-traverse, babel-types

    ๐Ÿ“š :memo: Documentation

    • ๐Ÿ”Œ babel-plugin-transform-es2015-modules-commonjs
      • #5588 Update transform-es2015-modules-commonjs doc. (@xtuc)
    • ๐Ÿ”Œ babel-plugin-transform-es2015-spread

    :house: Internal