Skip to content

v7.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hzoo hzoo released this 24 Mar 14:44
· 8527 commits to main since this release

v7.0.0-alpha.3 (2017-03-23)

馃挜 Breaking Change

  • babel-traverse
  • babel-runtime
  • babel-core, babel-generator, babel-plugin-transform-es2015-template-literals, babel-template, babel-traverse, babel-types
    • #5523 Account for template literals revision. (@hzoo)
  • babel-core, babel-preset-react, babel-runtime
    • #5489 Misc fixes + Move babel-core config processing from transformation/file/options into top-level folder. (@loganfsmyth)
  • babel-cli, babel-core, babel-register, babel-types
    • #5487 Make only/ignore relative to cwd/config file and move only/ignore checking all to core.. (@loganfsmyth)
  • babel-core, babel-plugin-transform-es2015-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-react-jsx-source
  • babel-core
    • #5466 Resolve programmatic/CLI arguments from cwd, not file being compiled.. (@loganfsmyth)
  • babel-cli, babel-core
    • #5463 More strictly parse configs and explicitly handle arguments in babel-cli. (@loganfsmyth)

馃殌 New Feature

  • babel-plugin-transform-runtime, babel-runtime
    • #5442 Add useBuiltIns and useESModules options to transform-runtime. (@Kovensky)
  • babel-core, babel-register

馃悰 Bug Fix

  • babel-plugin-transform-react-inline-elements, babel-traverse
    • #5504 Fix path.remove() leading & trailing comments sharing. (@dmail)
  • babel-core, babel-runtime
  • babel-plugin-transform-react-constant-elements, babel-traverse
    • #5415 Fix PathHoister attaching to default parameters.. (@STRML)
  • babel-plugin-transform-es2015-modules-amd, babel-plugin-transform-es2015-modules-commonjs
    • #5474 Properly preserve import ordering with AMD format.. (@rwjblue)
  • babel-plugin-transform-do-expressions, babel-types
  • babel-plugin-transform-es2015-function-name, babel-types

馃拝 Polish

馃摑 Documentation

  • babel-plugin-transform-runtime
    • #5481 Add useBuiltins and useESModules options to transform-runtime README. (@existentialism)
    • #5401 Improve options documentation for babel-plugin-transform-runtime. (@aaronang)
  • babel-register
  • babel-generator
    • #5477 Update babel-generator documentation. (@xtuc)
  • babel-plugin-transform-es2015-*

馃彔 Internal

  • babel-cli
  • Other
  • babel-plugin-transform-regenerator
  • babel-core, babel-plugin-transform-es2015-classes, babel-template, babel-traverse
  • babel-plugin-transform-es2015-classes
    • #5450 Changes the throw error for test in super-illegal-non-constructor-call. (@arshabh)
  • babel-helper-builder-react-jsx
    • #5484 Removes unused lodash dep from babel-helper-builder-react-jsx. (@segphault)

Committers: 17

babel@7.0.0-alpha.2 (2017-03-08)

馃殌 New Feature

  • babel-core, babel-generator, babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-es2015-modules-amd, babel-plugin-transform-es2015-modules-commonjs

馃摑 Documentation

馃彔 Internal

  • babel-core, babel-helper-transform-fixture-test-runner
  • babel-*

Committers: 5