Skip to content

v6.15.0

Compare
Choose a tag to compare
@hzoo hzoo released this 01 Sep 15:03
· 9142 commits to main since this release

v6.15.0 (2016-08-31)

#3612 The main change is an option to transform-runtime for a custom path which will be used in create-react-app. Also some bug fixes.

{
  "plugins": ["transform-runtime", {
    "moduleName": "my-custom-babel-runtime"
  }]
}

#3689 Adds a preserveComments option to babel-template.

It's @ben-eb, @d4rkr00t, and @ryb73 first PRs!

New Feature

  • babel-plugin-transform-runtime
  • babel-template, babel-traverse, babel-types
    • #3689 Add support for preserving comments in babel-template. (@ben-eb)

Bug Fix

  • babel-plugin-transform-es2015-block-scoping
  • babel-types
    • #3687 Fix t.toExpression converting arrow functions to function expressions without block body. (@boopathi)
  • babel-traverse
    • #3629 Fix bug - undefined reference for export declaration. (@boopathi)
  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-es2015-classes
    • #3647 T7537: can not call super in constructor with conditional branch. (@d4rkr00t)

Documentation

  • Other

Internal

  • babel-traverse, babel-types