Babel v7.0.0-beta.31 Release Notes

Release Date: 2017-11-03 // over 6 years ago
  • Yes, this was a jump from v7.0.0-beta.5 to v7.0.0-beta.31 ๐Ÿšš > We moved babylon into the main repo, and it was already at beta.30.

    :rocket: New Feature
    • babel-preset-react, babel-preset-stage-0, babel-preset-stage-1, babel-preset-stage-2, babel-preset-stage-3, babylon
      • #6733 add loose/useBuiltIns option to stage presets, use it. (@hzoo)
    • ๐Ÿ— babel-generator, babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx, babel-types
    :bug: Bug Fix
    • babel-preset-env
    • ๐Ÿ”Œ babel-plugin-transform-spread
    :house: Internal
    • โœ… babel-cli, babel-core, babel-helper-transform-fixture-test-runner
      • #6556 Strictly validate Babel's options to centralize Flow refinement of datatype. (@loganfsmyth)
    • babel-*
      • #6655 Use peerDeps in register and babel-node, add missing peerDependencies, and declare devDependencies. (@loganfsmyth)
    • Other
      • #6654 Update to beta.5 with scoped packages ๐Ÿ‘ป. (@hzoo)
      • #6736 Run with loose, exclude typeof in standalone. (@hzoo)