Babel v7.0.0-alpha.10 Release Notes

Release Date: 2017-05-25 // almost 7 years ago
    • Publish issues, use alpha.12

    ๐Ÿš€ Update Babylon: https://github.com/babel/babylon/releases/tag/v7.0.0-beta.9, https://github.com/babel/babylon/releases/tag/v7.0.0-beta.10

    :eyeglasses: Spec Compliance

    • ๐Ÿ”Œ babel-generator, babel-plugin-transform-flow-strip-types, babel-types

    :boom: Breaking Change

    • babel-*
      • #5677 Kill the "shadow-functions.js" internal plugin in favor of an explicit helper. (@loganfsmyth)

    :rocket: New Feature

    • babel-*
    • ๐Ÿ”Œ babel-plugin-transform-es2015-arrow-functions, babel-plugin-transform-es2015-function-name
      • #5620 Add function name to spec-transformed arrow functions. (@Kovensky)
    • ๐Ÿ”Œ babel-plugin-transform-react-display-name
      • #5554 Updated transform-react-display-name for createReactClass addon. (@bvaughn)
    • babel-register

    :bug: Bug Fix

    • babel-types
    • ๐Ÿ”Œ babel-plugin-transform-flow-comments
    • ๐Ÿ”Œ babel-plugin-transform-do-expressions
    • ๐Ÿ”Œ babel-plugin-transform-es2015-classes, babel-plugin-transform-es2015-destructuring, babel-traverse
    • ๐Ÿ”Œ babel-core, babel-helpers, babel-plugin-transform-async-to-generator, babel-plugin-transform-react-constant-elements
      • #5688 Fix for #4943 "Calling an async function with default parameter as function for arguments checking handled synchonous". (@hulkish)
    • ๐Ÿ”Œ babel-plugin-transform-object-rest-spread

    ๐Ÿ’… :nail_care: Polish

    • ๐Ÿ”Œ babel-plugin-transform-es2015-template-literals

    ๐Ÿ“š :memo: Documentation

    • ๐Ÿ”Œ babel-plugin-transform-runtime
      • #5767 [Documentation change] regeneratorRuntime -> _regenerator2.default. (@adityavohra7)
    • ๐Ÿ”Œ babel-plugin-transform-es2015-arrow-functions
    • Other
    • babel-core

    :house: Internal

    • babel-helper-fixtures
      • #5765 Support specifying minimum Node version a test requires. (@buunguyen)
    • โœ… babel-helper-transform-fixture-test-runner
    • babel-preset-es2015
    • babel-register
      • #3670 Switch to pirates for babel-register.. (@danez)
    • babel-core
    • ๐Ÿ”Œ babel-core, babel-plugin-transform-react-jsx
    • Other