Babel: v7.11.0 Release

Release date:
July 30, 2020
Previous version:
v7.10.5 (released July 14, 2020)
Magnitude:
2,961 Diff Delta
Contributors:
17 total committers
Data confidence:
Commits:

Top Contributors in v7.11.0

JLHwung
oliverdunk
nicolo-ribaudo
kaicataldo
existentialism
zxbodya
liuxingbaoyu
coderaiser
jayaddison
ryzokuken

Directory Browser for v7.11.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

v7.11.0 (2020-07-30)

Thanks @coderaiser, @cwohlman, @morrme, @ryzokuken, @SirWindfield, @sz-coder and @vahnag for their first PRs!

:eyeglasses: Spec Compliance

  • babel-parser
  • babel-plugin-proposal-optional-chaining

:rocket: New Feature

  • babel-cli, babel-core
  • babel-compat-data, babel-preset-env
  • babel-parser
  • babel-generator, babel-parser, babel-types
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-decimal, babel-standalone, babel-types
  • babel-core

:bug: Bug Fix

  • Other
    • #11896 update: hardcode @babel/eslint-parser min supported version check (@kaicataldo)
  • babel-helper-skip-transparent-expression-wrappers, babel-plugin-proposal-optional-chaining, babel-plugin-transform-spread
    • #11404 Skip TSAsExpression when transforming spread in CallExpression (@oliverdunk)
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-logical-assignment-operators
    • #11702 add support for logical assignments with private properties (@ryzokuken)
  • babel-plugin-transform-typescript
  • babel-plugin-transform-runtime
    • #11893 Fix incorrect module path when absoluteRuntime is specified (@sz-coder)
  • babel-parser
    • #11862 Correctly check reserved word for PropertyDefinition: IdentifierReference (@JLHwung)
    • #11847 fix: correctly set innerEndPos in CoverParenthesizedExpressionAndArrowParameterList (@JLHwung)
  • babel-generator, babel-parser, babel-plugin-transform-typescript
  • babel-generator

:nail_care: Polish

  • babel-traverse

:house: Internal

  • Other
  • babel-standalone
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
    • #11838 refactor: replace caniuse-db by mdn-browser-compat-data (@JLHwung)
  • babel-compat-data, babel-core, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-parser, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-classes, babel-preset-env, babel-traverse, babel-types
  • babel-types
    • #11843 refactor: reorganize babel types definitions structure (@JLHwung)
  • babel-compat-data
    • #11837 chore: use repository HEAD when pulling third party repos (@JLHwung)

Committers: 15