Babel v7.9.5 Release Notes

Release Date: 2020-04-07 // about 4 years ago
  • v7.9.5 (2020-04-07)

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

    ๐Ÿฑ ๐Ÿ› 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

    ๐Ÿ’… ๐Ÿ’… 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)

    ๐Ÿฑ ๐Ÿ  Internal

    Committers: 9