Skip to content

Releases: babel/babel

v8.0.0-rc.6

25 May 10:28

Choose a tag to compare

v8.0.0-rc.6 Pre-release
Pre-release

v8.0.0-rc.6 (2026-05-25)

Re-release all packages with npm provenance attestations

🐛 Bug Fix

  • babel-generator
  • babel-core
  • babel-core, babel-generator
    • #17992 Preserve original identifier names from input sourcemaps (@Andarist)

🏠 Internal

  • babel-core
  • babel-compat-data, babel-register
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-build-external-helpers, babel-cli, babel-generator, babel-helper-fixtures, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-node, babel-parser, babel-plugin-transform-modules-systemjs, babel-types

🔬 Output optimization

  • babel-cli, babel-core, babel-generator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse

Committers: 5

v7.29.7

25 May 12:36
4fba754

Choose a tag to compare

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6

25 May 10:59

Choose a tag to compare

v7.29.6 (2026-05-25)

🐛 Bug Fix

Committers: 3

v8.0.0-rc.5

12 May 15:01

Choose a tag to compare

v8.0.0-rc.5 Pre-release
Pre-release

v8.0.0-rc.5 (2026-05-12)

👓 Spec Compliance

💥 Breaking Change

  • babel-code-frame, babel-core, babel-parser, babel-traverse
  • All packages
  • babel-plugin-transform-object-set-prototype-of-to-assign, babel-standalone
  • babel-standalone

📢 Deprecation

  • babel-plugin-transform-arrow-functions, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-for-of, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-spread, babel-plugin-transform-template-literals

🐛 Bug Fix

  • babel-helper-globals
  • babel-plugin-transform-modules-systemjs

📝 Documentation

🏠 Internal

  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-static-block, babel-plugin-transform-flow-strip-types, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-systemjs, babel-plugin-transform-typescript, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript
  • Other

Committers: 6

v7.29.5

05 May 16:01
3cd910d

Choose a tag to compare

v7.29.5 (2026-05-05)

🏠 Internal

  • babel-preset-env
    • Update @babel/* dependencies

v7.29.4

05 May 09:51

Choose a tag to compare

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@JLHwung)

Committers: 1

v7.29.3

01 May 01:34

Choose a tag to compare

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@JLHwung)
  • babel-register
  • 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)

💅 Polish

  • babel-parser

📝 Documentation

🏃‍♀️ Performance

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

Committers: 4

v8.0.0-rc.4

29 Apr 23:47

Choose a tag to compare

v8.0.0-rc.4 Pre-release
Pre-release

v8.0.0-rc.4 (2026-04-29)

👓 Spec Compliance

💥 Breaking Change

  • babel-cli, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-register
  • babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-block-scoping, babel-plugin-transform-regenerator, babel-traverse
  • babel-plugin-external-helpers, babel-template, babel-traverse
    • #17830 Replace remaining whitelist/blacklist with inclusive alternatives (@stuckvgn)
  • babel-plugin-transform-property-mutators, babel-standalone

🐛 Bug Fix

  • babel-register
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • Other
    • #17940 fix(eslint-plugin): Cleanup references to removed rules (@JLHwung)
  • babel-core
  • babel-types

💅 Polish

  • babel-register
  • babel-parser
    • #17902 polish(parser): improve ImportExpression error recovery (@JLHwung)

📝 Documentation

🏠 Internal

  • Other
    • #17944 refactor(eslint): remove compat layers for ESLint < 9 (@JLHwung)
  • babel-core, babel-generator

Committers: 6

v8.0.0-rc.3

16 Mar 21:56

Choose a tag to compare

v8.0.0-rc.3 Pre-release
Pre-release

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

Thanks @rootvector2 and @veeceey for your first PRs!

👓 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

Committers: 6

v7.29.2

18 Mar 16:28

Choose a tag to compare

v7.29.2 (2026-03-16)

👓 Spec Compliance

  • babel-parser
    • #17840 [7.x backport] async x => {} must be in leading pos (@JLHwung)

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env
    • #17789 [7.x backport] preset-env include/exclude should accept bugfix plugins (@JLHwung)

🏠 Internal

Committers: 2