Babel (Formerly 6to5) v7.11.0 Release Notes

Release Date: 2020-07-30 // over 3 years ago
  • v7.11.0 (2020-07-30)

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

    🍱 πŸ‘“ Spec Compliance

    • πŸ“œ babel-parser
    • πŸ”Œ babel-plugin-proposal-optional-chaining

    🍱 πŸš€ 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 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

    πŸ’… πŸ’… Polish

    • babel-traverse

    🍱 🏠 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