Skip to content

Releases: babel/babel

v7.21.9

22 May 10:04
Compare
Choose a tag to compare

v7.21.9 (2023-05-22)

🐛 Bug Fix

Committers: 5

v7.21.8

02 May 15:16
Compare
Choose a tag to compare

v7.21.8 (2023-05-02)

👓 Spec Compliance

  • babel-parser
    • #15602 Remove using await restriction in explicitResourceManagement (@JLHwung)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

Committers: 2

v7.21.7

29 Apr 15:48
Compare
Choose a tag to compare

v7.21.7 (2023-04-29)

Force-pubilsh @babel/compat-data

v7.21.6

29 Apr 15:48
Compare
Choose a tag to compare

v7.21.6 (2023-04-29)

🐛 Bug Fix

Committers: 1

v7.21.5

28 Apr 19:42
Compare
Choose a tag to compare

v7.21.5 (2023-04-28)

👓 Spec Compliance

  • babel-generator, babel-parser, babel-types
    • #15539 fix: Remove mixins and implements for DeclareInterface and InterfaceDeclaration (@liuxingbaoyu)

🐛 Bug Fix

  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

Committers: 4

v7.21.4

31 Mar 09:18
202e4fa
Compare
Choose a tag to compare

v7.21.4 (2023-03-31)

🐛 Bug Fix

  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
    • #15496 Fix compact printing of non-null assertion operators (@rtsao)

💅 Polish

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse

🏠 Internal

  • Other
  • babel-parser
  • babel-code-frame, babel-highlight

Committers: 6

v7.21.3

14 Mar 15:00
fbfbd1d
Compare
Choose a tag to compare

v7.21.3 (2023-03-14)

Thanks @amoeller, @Harpica, and @nzakas for your first PRs!

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-typescript

💅 Polish

  • babel-traverse, babel-types
  • babel-generator

🏠 Internal

🔬 Output optimization

  • babel-plugin-transform-typescript, babel-preset-typescript

Committers: 8

v7.21.2

23 Feb 09:39
Compare
Choose a tag to compare

v7.21.2 (2023-02-23)

👓 Spec Compliance

💅 Polish

🏠 Internal

🔬 Output optimization

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 3

v7.21.1

21 Feb 00:07
Compare
Choose a tag to compare

v7.21.1 (2023-02-20)

Thanks @yardenshoham for your first PR!

🐛 Bug Fix

🏠 Internal

Committers: 3

v7.21.0

20 Feb 15:34
v7.21.0
de7d75a
Compare
Choose a tag to compare

v7.21.0 (2023-02-20)

Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs!

🚀 New Feature

  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
    • #15435 feat: Implement privateFieldsAsSymbols assumption for classes (@fwienber)
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
    • #15406 Preserve class elements comments in class transform (@JLHwung)
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

💅 Polish

  • babel-parser
    • #15400 polish: improve "await as identifier" error in modules (@JLHwung)

🏠 Internal

🔬 Output optimization

Committers: 11