Babel: v7.9.5 Release

Release date:
April 7, 2020
Previous version:
v7.9.4 (released March 24, 2020)
Magnitude:
0 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in v7.9.5

luna_ruan_open_repos
JLHwung
nicolo-ribaudo

Directory Browser for v7.9.5

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

Release Notes Published

v7.9.5 (2020-04-07)

Thanks to @JMarkoski and @Zzzen for their first PRs!

:bug: Bug Fix

  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-parameters
    • #11326 Correctly transpile when default parameter initializer references binding in rest pattern (@vedantroy)
  • babel-traverse
    • #11375 Fixed generateUid creating clashing ids after scope re-crawling (@Andarist)
    • #11323 Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (@Andarist)
  • babel-plugin-transform-destructuring
    • #11360 fix Incorrect destructuring compilation of for (let [[x] = [1]] = []… (@Zzzen)
  • babel-preset-env
    • #11373 Fixed useBuiltIns and modules validation when using 'false' as option (@JMarkoski)
  • babel-plugin-transform-classes
  • babel-helper-function-name, babel-plugin-transform-function-name
    • #11361 fix: do not add function name when parent's operator is not = (@JLHwung)
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx
  • babel-types
    • #11359 fix: allow logical assignment operators in AssignmentExpression (@JLHwung)
  • babel-plugin-transform-parameters
  • babel-helper-create-class-features-plugin

:nail_care: Polish

  • babel-plugin-transform-parameters
  • babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
  • babel-generator
    • #11328 polish: align optional chain whitespace behavior to their sibiling (@JLHwung)

:house: Internal

Committers: 9