Babel v7.0.0-beta.2 Release Notes

Release Date: 2017-09-26 // over 6 years ago
  • :boom: Breaking Change

    • ๐Ÿ”Œ babel-core, babel-plugin-transform-es2015-template-literals
      • #6307 Move template object creation from core into the template transform.. (@loganfsmyth)
    • ๐Ÿ”Œ babel-core, babel-generator, babel-plugin-transform-class-properties, babel-template, babel-traverse, babel-types
      • #6306 update generator printing, babylon [skip ci]. (@hzoo)

    :rocket: New Feature

    • ๐Ÿ”Œ babel-helper-annotate-as-pure, babel-plugin-transform-es2015-classes, babel-traverse, babel-types

    :bug: Bug Fix

    • babel-core
    • ๐Ÿ— babel-helper-builder-react-jsx, babel-plugin-transform-react-inline-elements
      • #6294 Use helper-builder-react-jsx inside plugin-transform-react-inline-elements. (@nicolo-ribaudo)
    • ๐Ÿ”Œ babel-plugin-transform-es2015-parameters
      • #6274 Fixed loose option of transform-es2015-parameters handling only Assigโ€ฆ. (@Andarist)
    • ๐Ÿ”Œ babel-core, babel-helpers, babel-plugin-transform-async-to-generator, babel-plugin-transform-react-constant-elements
      • #6289 Fixed asyncToGenerator helper using arrow function. (@Andarist)

    ๐Ÿ“š :memo: Documentation

    • โšก๏ธ #6305 update readme [skip ci]. (@hzoo)

    :house: Internal