Skip to content

Latest commit

 

History

History
752 lines (663 loc) · 87.3 KB

File metadata and controls

752 lines (663 loc) · 87.3 KB

Changelog

Tags:

  • 💥 [Breaking Change]
  • 👓 [Spec Compliance]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

This file contains the changelog starting from v8.0.0-alpha.0.

v8.0.0-rc.3 (2026-03-16)

👓 Spec Compliance

  • babel-parser

💥 Breaking Change

  • babel-parser, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-instanceof, babel-traverse, babel-types
  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
  • babel-generator, babel-parser, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

🚀 New Feature

  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
  • babel-parser

🐛 Bug Fix

  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env
    • #17788 Add bugfix plugin for Safari array rest destructuring bug (@JLHwung)
  • babel-generator, babel-parser, babel-traverse, babel-types
    • #17852 Fix(types): Align AST definitions to parser implementations (@JLHwung)
  • babel-build-external-helpers, babel-cli, babel-node, babel-parser
  • babel-build-external-helpers, babel-cli, babel-node, babel-register
  • babel-plugin-transform-parameters, babel-traverse
  • babel-parser
    • #17806 Improve F# pipeline direct body check (@JLHwung)
    • #17799 Fix TypeScript parser failing on async calls in ternary consequent (@veeceey)
  • babel-build-external-helpers
  • babel-core, babel-generator, babel-helper-transform-fixture-test-runner, babel-plugin-transform-runtime, babel-types

💅 Polish

  • babel-parser
  • babel-plugin-transform-regenerator

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules
  • babel-parser

v8.0.0-rc.2 (2026-02-15)

💥 Breaking Change

  • Other
  • babel-code-frame
    • #17772 Remove deprecated default export from @babel/code-frame (@fisker)

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-runtime-corejs3
  • babel-parser
  • babel-preset-env
    • #17787 Fix: preset-env include/exclude should accept bugfix plugins (@JLHwung)
  • babel-generator
  • babel-standalone

💅 Polish

📝 Documentation

🏠 Internal

  • babel-build-external-helpers, babel-cli, babel-helper-builder-react-jsx, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-helper-import-to-platform-api, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-node, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-proposal-do-expressions, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-dynamic-import, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-modules, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-register
  • babel-parser, babel-plugin-transform-explicit-resource-management
  • babel-plugin-proposal-discard-binding, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-transform-block-scoping, babel-plugin-transform-json-modules, babel-standalone

v8.0.0-rc.1 (2026-01-31)

💥 Breaking Change

  • Other
  • babel-register
  • babel-parser, babel-plugin-proposal-partial-application, babel-plugin-syntax-partial-application
    • #17760 [Babel 8]: partial-application plugin requires "version" option (@JLHwung)
  • babel-core, babel-plugin-transform-runtime, babel-register
  • babel-build-external-helpers, babel-cli
  • babel-traverse
  • babel-cli, babel-node
    • #17741 [Babel 8] Disallow excess arguments in babel-external-helpers (@JLHwung)
  • babel-generator, babel-plugin-proposal-pipeline-operator, babel-traverse, babel-types
    • #17732 [Babel 8] Remove smart pipeline support and remove accessor property from Standardized alias (@JLHwung)
  • babel-plugin-transform-object-assign, babel-standalone
  • babel-plugin-transform-runtime, babel-preset-env
    • #17701 [Babel 8]: clean up unused preset-env data entries (@JLHwung)

🚀 New Feature

  • babel-code-frame, babel-core
  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
    • #17761 fix(parser): correctly parse type assertions in extends clause (@wulu007)
    • #17720 fix(parser): improve super type argument parsing (@JLHwung)
  • babel-register
  • babel-traverse
    • #17702 fix(babel-traverse): check variable shadowing for global object callees (@wulu007)
  • babel-core
  • babel-plugin-proposal-partial-application
  • babel-compat-data, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-generator

💅 Polish

🏠 Internal

  • babel-code-frame, babel-helpers, babel-node, babel-types
    • #17678 Replace picocolors with node:util.styleText() in @babel/code-frame (@fisker)
  • Other
  • babel-helper-transform-fixture-test-runner
  • babel-template

🏃‍♀️ Performance

  • babel-generator, babel-runtime-corejs3

v8.0.0-beta.4 (2026-01-12)

💥 Breaking Change

  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types
  • babel-preset-env, babel-preset-typescript
    • #17670 breaking(preset-env): remove isPluginRequired export (@JLHwung)
  • babel-parser
    • #17666 [Babel 8]: Ensure parseExpression with tokens: true returns the exported tokens (@JLHwung)
  • babel-traverse
  • babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-standalone
  • babel-node
  • babel-generator, babel-helper-create-class-features-plugin, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-standalone, babel-traverse
  • babel-plugin-proposal-import-attributes-to-assertions
    • #17650 [Babel 8] Archive proposal-import-attributes-to-assertions (@JLHwung)
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-runtime-corejs3, babel-runtime
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules, babel-types
  • babel-generator, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-syntax-record-and-tuple, babel-standalone, babel-traverse, babel-types

🐛 Bug Fix

💅 Polish

  • babel-runtime-corejs3, babel-runtime

🏠 Internal

  • babel-cli, babel-code-frame, babel-compat-data, babel-core, babel-generator, babel-helper-annotate-as-pure, babel-helper-builder-react-jsx, babel-helper-check-duplicate-nodes, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-helper-globals, babel-helper-import-to-platform-api, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-plugin-test-runner, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-skip-transparent-expression-wrappers, babel-helper-string-parser, babel-helper-transform-fixture-test-runner, babel-helper-validator-identifier, babel-helper-validator-option, babel-helper-wrap-function, babel-helpers, babel-node, babel-parser, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-proposal-do-expressions, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-dynamic-import, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-modules, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-register, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-template, babel-traverse, babel-types
  • babel-cli, babel-helper-transform-fixture-test-runner, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
  • babel-code-frame, babel-core
  • babel-core
  • babel-helpers, babel-runtime-corejs3, babel-runtime
  • babel-core, babel-generator, babel-helper-create-class-features-plugin, babel-helper-skip-transparent-expression-wrappers, babel-plugin-transform-flow-comments, babel-plugin-transform-for-of, babel-plugin-transform-typescript
    • #17651 cleanup @ts-expect-error(Babel 7 vs Babel 8) comments (Part 1) (@JLHwung)
  • babel-code-frame
  • babel-parser
  • babel-core, babel-traverse
  • babel-helper-builder-react-jsx
  • babel-generator, babel-parser
  • babel-cli, babel-types
  • babel-cli

v8.0.0-beta.3 (2025-10-23)

💥 Breaking Change

  • babel-parser
    • #17505 [Babel 8] Treat allowSuperOutsideMethod as top-level only (@JLHwung)

🐛 Bug Fix

💅 Polish

  • babel-core, babel-helper-transform-fixture-test-runner, babel-plugin-transform-runtime, babel-preset-env, babel-preset-react, babel-preset-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-flow-comments, babel-plugin-transform-logical-assignment-operators, babel-traverse, babel-types

🏠 Internal

  • babel-plugin-transform-runtime

🏃‍♀️ Performance

  • babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-transform-modules-systemjs, babel-plugin-transform-typescript

v8.0.0-beta.2 (2025-09-05)

💥 Breaking Change

  • babel-standalone
    • #17421 Do not enable default plugins in @babel/standalone (@gwillen)

🐛 Bug Fix

  • babel-types
  • babel-parser

💅 Polish

  • babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-helpers, babel-runtime-corejs3, babel-traverse, babel-types
  • babel-core

🏠 Internal

v8.0.0-beta.1 (2025-07-02)

💥 Breaking Change

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-types

🐛 Bug Fix

🏠 Internal

  • babel-types

v8.0.0-beta.0 (2025-05-30)

💥 Breaking Change

  • babel-helpers, babel-plugin-transform-regenerator, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #17237 [babel 8] Do not replace global regeneratorRuntime references in regenerator transform (@nicolo-ribaudo)
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-standalone, babel-traverse
  • babel-traverse, babel-types
  • All packages
    • #17204 [Babel 8] Bump nodejs requirements to ^20.19.0 || >= 22.12.0 (@JLHwung)
  • babel-helper-compilation-targets, babel-preset-env
    • #17188 [Babel 8] Align esmodules: true behaviour to intersect (@JLHwung)

📢 Deprecation

🏠 Internal

  • babel-traverse
  • babel-core
  • babel-helpers, babel-plugin-transform-react-jsx, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-plugin-transform-regenerator, babel-plugin-transform-typeof-symbol

🏃‍♀️ Performance

v8.0.0-alpha.17 (2025-03-11)

💥 Breaking Change

  • babel-parser, babel-types
    • #17139 [Babel 8] Parse TSHeritageBase.expression as an expression (@JLHwung)

v8.0.0-alpha.16 (2025-02-14)

💥 Breaking Change

  • babel-types
  • babel-generator, babel-parser, babel-plugin-transform-template-literals, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types
    • #17073 [Babel 8] Parse export import = as an ExportNamedDeclaration (@JLHwung)
  • babel-preset-env
  • babel-parser
    • #17063 [Babel 8] Create TSEmptyBodyFunctionExpression also on invalid input (@JLHwung)
  • babel-parser, babel-plugin-transform-typescript, babel-types

🐛 Bug Fix

  • babel-generator
    • #17131 [Babel 8] Add several TS type parentheses rules (@JLHwung)
    • #17125 fix: Missing parentheses when printing a TS arrow function type in a union (@liuxingbaoyu)
  • babel-parser

🏠 Internal

  • babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator

v8.0.0-alpha.15 (2025-01-10)

💥 Breaking Change

  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17046 [Babel 8]: wrap the TSImportType's argument within a TSLiteralType (@JLHwung)
  • babel-generator, babel-parser, babel-types
    • #17042 [Babel 8] Rename typeParameters to typeArguments in TSImportType (@JLHwung)
    • #17017 [Babel 8]: rename typeParameters to typeArguments for TSClassImplements and TSInterfaceHeritage (@JLHwung)
    • #17012 Rename typeParameters to typeArguments for TSTypeQuery (@JLHwung)
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types
    • #17020 Rename typeParameters to typeArguments for call expression alike (@JLHwung)
  • babel-parser
    • #17014 [Babel 8] Create TSAbstract{Method,Property}Definition (@JLHwung)

🏠 Internal

v8.0.0-alpha.14 (2024-12-06)

💥 Breaking Change

  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-typescript, babel-types
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types

🐛 Bug Fix

  • Other
  • babel-preset-react, babel-standalone

🏠 Internal

  • babel-cli, babel-helper-transform-fixture-test-runner

v8.0.0-alpha.13 (2024-10-25)

💥 Breaking Change

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-traverse, babel-types
    • #16731 Add TSClassImplements|TSInterfaceHeritage and rename TsExpressionWithTypeArguments in Babel 8 (@liuxingbaoyu)
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator, babel-standalone
  • babel-parser
  • babel-plugin-transform-class-static-block, babel-plugin-transform-destructuring, babel-plugin-transform-spread, babel-traverse
  • babel-generator, babel-parser, babel-plugin-proposal-import-wasm-source, babel-template, babel-types
  • babel-generator, babel-parser, babel-standalone
  • babel-generator, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-plugin-proposal-async-do-expressions, babel-traverse

🚀 New Feature

  • babel-parser, babel-plugin-syntax-flow, babel-preset-typescript

🐛 Bug Fix

  • babel-core
  • babel-template, babel-types
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-parser

💅 Polish

🏠 Internal

  • babel-generator, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-plugin-proposal-destructuring-private, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-parameters, babel-traverse, babel-types
  • babel-cli, babel-code-frame, babel-compat-data, babel-core, babel-generator, babel-helper-annotate-as-pure, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-builder-react-jsx, babel-helper-check-duplicate-nodes, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-helper-import-to-platform-api, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-plugin-test-runner, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-skip-transparent-expression-wrappers, babel-helper-string-parser, babel-helper-transform-fixture-test-runner, babel-helper-validator-identifier, babel-helper-validator-option, babel-helper-wrap-function, babel-helpers, babel-highlight, babel-node, babel-parser, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-regexp-modifiers, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decimal, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-reflection, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-dynamic-import, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-register, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-template, babel-traverse, babel-types
  • babel-generator, babel-parser, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-syntax-typescript, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-private-methods, babel-plugin-transform-unicode-sets-regex, babel-traverse

v8.0.0-alpha.12 (2024-07-26)

💥 Breaking Change

  • babel-traverse

v8.0.0-alpha.11 (2024-06-07)

💥 Breaking Change

v8.0.0-alpha.10 (2024-06-04)

🐛 Bug Fix

  • babel-traverse, babel-types
  • babel-cli, babel-node

v8.0.0-alpha.9 (2024-06-03)

💥 Breaking Change

  • babel-parser, babel-traverse
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-syntax-record-and-tuple, babel-standalone, babel-traverse
    • #16458 Remove syntaxType option for record-and-tuple (parser&plugin) (@JLHwung)
  • Every package
    • #16457 [babel 8] Require Node.js ^18.20.0 || ^20.10.0 || >=21.0.0 (@JLHwung)

🚀 New Feature

🏠 Internal

  • Every package
  • babel-cli, babel-node
  • babel-cli, babel-helper-transform-fixture-test-runner
  • babel-cli

v8.0.0-alpha.8 (2024-04-04)

💥 Breaking Change

  • babel-plugin-transform-runtime, babel-runtime-corejs3
  • babel-plugin-transform-runtime
  • babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-runtime-corejs2

💅 Polish

  • babel-plugin-transform-typescript

🏠 Internal

  • babel-core
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-helper-plugin-test-runner
  • babel-compat-data, babel-plugin-transform-object-rest-spread, babel-preset-env

v8.0.0-alpha.7 (2024-02-28)

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #16256 Remove logic for deprecated decorator versions from Babel 8 (@JLHwung)
  • babel-core, babel-helper-fixtures, babel-helper-plugin-utils, babel-helper-transform-fixture-test-runner, babel-parser, babel-plugin-transform-runtime, babel-preset-env, babel-standalone, babel-template, babel-traverse, babel-types
  • babel-core, babel-plugin-transform-object-rest-spread

v8.0.0-alpha.6 (2024-01-26)

💅 Polish

v8.0.0-alpha.5 (2023-12-11)

💥 Breaking Change

  • babel-plugin-transform-runtime
  • babel-helper-create-class-features-plugin, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-preset-env
  • babel-core, babel-generator, babel-types
  • babel-parser
    • #16114 Breaking: parserOpts.createImportExpressions defaults to true (@JLHwung)
  • babel-traverse, babel-types
  • babel-preset-env
  • babel-core, babel-preset-env

💅 Polish

  • babel-helper-validator-option, babel-plugin-transform-object-rest-spread, babel-plugin-transform-runtime, babel-preset-env, babel-standalone

🏠 Internal

  • babel-core, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-regexp-modifiers, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decimal, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-reflection, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-dynamic-import, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript

v8.0.0-alpha.4 (2023-10-11)

This release does not include any changes specific to Babel 8, but it ports all the recent Babel 7 commits to Babel 8.

v8.0.0-alpha.3 (2023-09-26)

💥 Breaking Change

  • babel-node
  • babel-core
    • #15869 Disallow sync createConfigItem, loadPartialConfig, loadOptions usage (@JLHwung)

🏠 Internal

v8.0.0-alpha.2 (2023-08-09)

🐛 Bug Fix

  • babel-core, babel-traverse

💅 Polish

  • babel-preset-typescript
    • #15847 Provide better error message when allowDeclareFields is enabled (@JLHwung)

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-code-frame, babel-highlight

v8.0.0-alpha.0 (2023-07-20)

👓 Spec Compliance

💥 Breaking Change

  • Other
  • All packages
  • babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-transform-arrow-functions, babel-plugin-transform-computed-properties, babel-plugin-transform-for-of, babel-plugin-transform-regenerator, babel-plugin-transform-unicode-escapes, babel-preset-env, babel-traverse, babel-types
  • babel-core, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-environment-visitor, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-string-parser, babel-helper-transform-fixture-test-runner, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-cli, babel-compat-data, babel-core, babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-replace-supers, babel-helpers, babel-parser, babel-plugin-transform-for-of, babel-plugin-transform-react-jsx, babel-preset-env, babel-traverse, babel-types
  • babel-types
  • babel-core, babel-plugin-syntax-flow, babel-plugin-syntax-jsx, babel-plugin-syntax-typescript, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx-development, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-flow, babel-preset-typescript, babel-standalone
  • babel-traverse
  • babel-generator, babel-helper-compilation-targets, babel-preset-env, babel-preset-flow, babel-types
  • babel-generator, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-skip-transparent-expression-wrappers, babel-plugin-proposal-function-bind, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-partial-application, babel-plugin-transform-proto-to-assign, babel-plugin-transform-spread, babel-traverse, babel-types
  • babel-core, babel-generator, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-function-name, babel-plugin-transform-typescript, babel-standalone
  • babel-core, babel-helper-module-imports, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-class-static-block, babel-plugin-syntax-decorators, babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime, babel-standalone
    • #12695 [babel 8] Disallow synchronous usage of babel.* callback methods (@JLHwung)
  • babel-generator, babel-types
  • babel-generator, babel-parser, babel-types
  • babel-node, babel-register
  • babel-parser
  • babel-plugin-transform-react-constant-elements, babel-preset-env
  • babel-core
  • babel-generator, babel-parser
    • #13308 [Babel 8]: remove module attributes parser/generator support (@JLHwung)
    • #12608 [babel 8] Don't create TSParenthesizedType nodes by default (@JLHwung)
  • babel-plugin-transform-block-scoping, babel-traverse
  • babel-cli, babel-core, babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd
  • babel-preset-react
  • babel-preset-flow
  • babel-core, babel-helper-compilation-targets, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-standalone
    • #12989 breaking: fallback targets to "defaults, not ie 11" (@JLHwung)
  • babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-systemjs
    • #12700 Require @babel/plugin-proposal-dynamic-import when transforming import() to SystemJS (@JLHwung)
  • babel-generator, babel-plugin-transform-react-jsx, babel-plugin-transform-template-literals, babel-plugin-transform-unicode-escapes
  • babel-code-frame, babel-highlight
  • babel-node, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx, babel-plugin-transform-regenerator, babel-preset-react, babel-preset-typescript, babel-standalone
  • babel-helper-builder-react-jsx, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
  • babel-preset-env
  • babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-preset-typescript
  • babel-preset-typescript
  • babel-generator
  • babel-helper-fixtures, babel-plugin-transform-flow-strip-types

🚀 New Feature

  • babel-helper-compilation-targets

🐛 Bug Fix

  • babel-helper-fixtures, babel-preset-typescript

🏠 Internal

  • babel-plugin-transform-runtime
  • babel-core
  • Other
  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime
  • babel-cli
  • babel-cli, babel-node, babel-plugin-transform-runtime, babel-register
  • babel-parser
  • babel-plugin-proposal-partial-application, babel-types
    • #13407 [Babel 8] Remove optional field from MemberExpression (@danez)
  • babel-core, babel-helper-transform-fixture-test-runner, babel-register
    • #12677 [babel 8] Replace lodash/escapeRegExp with escape-string-regexp (@hzoo)
  • babel-cli, babel-plugin-transform-classes, babel-register, babel-traverse
  • babel-plugin-syntax-typescript
    • #12607 chore: do not push objectRestSpread parser option in Babel 8 (@JLHwung)

See CHANGELOG - v7.15.0 to v7.28.5 for v7.15.0 to v7.28.5 changes (the last common release between the v8 and v7 release lines was v7.28.5).