Skip to content

Releases: babel/babel

v7.23.9

25 Jan 17:02
Compare
Choose a tag to compare

v7.23.9 (2024-01-25)

🐛 Bug Fix

  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other

🏠 Internal

  • babel-core, babel-parser, babel-template
  • babel-types

🏃‍♀️ Performance

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 4

v7.23.8

08 Jan 18:52
Compare
Choose a tag to compare

v7.23.8 (2024-01-08)

🐛 Bug Fix

  • babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators

↩️ Revert

🔬 Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 3

v7.23.7

30 Dec 00:10
Compare
Choose a tag to compare

v7.23.7 (2023-12-29)

🐛 Bug Fix

  • babel-traverse
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators
  • babel-core

🏠 Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

Committers: 4

v8.0.0-alpha.5

11 Dec 15:48
Compare
Choose a tag to compare
v8.0.0-alpha.5 Pre-release
Pre-release

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

This release also includes all changes from v7.23.3, v7.23.4, v7.23.5, and v7.23.6.

💥 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, all plugins and presets

Committers: 12

v7.23.6

11 Dec 13:54
d02c1f7
Compare
Choose a tag to compare

v7.23.6 (2023-12-11)

Thanks @martinez-hugo and @odinho for your first pull requests!

👓 Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types

🐛 Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
    • #16150 using: Allow looking up Symbol.dispose on a function (@odinho)
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #16161 Ensure the [[@@toPrimitive]] call of a decorated class member key is invoked once (@JLHwung)
    • #16148 Support named evaluation for decorated anonymous class exp (@JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • #16144 Set function name for decorated private non-field elements (@JLHwung)
  • babel-plugin-transform-typescript

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators

Committers: 7

v7.23.5

29 Nov 10:29
Compare
Choose a tag to compare

v7.23.5 (2023-11-29)

👓 Spec Compliance

  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators

🐛 Bug Fix

  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
  • babel-eslint-plugin

🔬 Output optimization

Committers: 4

v7.23.4

20 Nov 15:43
Compare
Choose a tag to compare

v7.23.4 (2023-11-20)

🐛 Bug Fix

Committers: 4

v7.23.3

09 Nov 07:29
Compare
Choose a tag to compare

v7.23.3 (2023-11-09)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

📝 Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

🏠 Internal

  • babel-core, babel-preset-env

🏃‍♀️ Performance

🔬 Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

v8.0.0-alpha.4

12 Oct 02:08
Compare
Choose a tag to compare
v8.0.0-alpha.4 Pre-release
Pre-release

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.

v7.23.2

11 Oct 20:35
Compare
Choose a tag to compare

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @jimmydief for your first PR!

🐛 Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 5