Babel v7.0.0-alpha.18 Release Notes

Release Date: 2017-08-03 // over 6 years ago
  • :eyeglasses: Spec Compliance

    • ๐Ÿ”Œ babel-generator, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types
    • babel-preset-stage-3

    :boom: Breaking Change

    • ๐Ÿ”Œ babel-plugin-transform-es2015-block-scoping, babel-traverse, babel-types

    :rocket: New Feature

    :bug: Bug Fix

    • ๐Ÿ”Œ babel-plugin-transform-es2015-block-scoping, babel-preset-es2015
    • babel-types
    • babel-core
      • #6022 allow PluginPass.file.addImport to create empty import statements. (@chocolateboy)

    ๐Ÿ“š :memo: Documentation

    • ๐Ÿ”Œ babel-plugin-transform-optional-chaining
    • Other

    :house: Internal

    • babel-*
    • babel-generator
      • #6026 babel-generator: Comment TypeScript-specific code. (@andy-ms)
      • #6018 babel-generator: Make plugins list explicit for test cases. (@andy-ms)
    • ๐Ÿ”Œ babel-plugin-transform-function-sent, babel-preset-stage-2
    • babel-types
      • #6019 babel-types: Have NewExpression inherit from CallExpression. (@andy-ms)