Skip to content

Commit 4356808

Browse files
committed
Add v7.26.0 to CHANGELOG.md [skip ci]
1 parent 63d3038 commit 4356808

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,42 @@ This file contains the changelog starting from v7.15.0.
2424

2525
<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
2626
<!-- insert-new-changelog-here -->
27+
## v7.26.0 (2024-10-25)
28+
29+
#### :rocket: New Feature
30+
* `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-preset-env`, `babel-standalone`, `babel-types`
31+
* [#16850](https://github.com/babel/babel/pull/16850) Enable import attributes parsing by default ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
32+
* `babel-core`
33+
* [#16862](https://github.com/babel/babel/pull/16862) feat: support async plugin's pre/post ([@timofei-iatsenko](https://github.com/timofei-iatsenko))
34+
* `babel-compat-data`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-transform-regexp-modifiers`, `babel-preset-env`, `babel-standalone`
35+
* [#16692](https://github.com/babel/babel/pull/16692) Add `transform-regexp-modifiers` to `preset-env` ([@JLHwung](https://github.com/JLHwung))
36+
* `babel-parser`
37+
* [#16849](https://github.com/babel/babel/pull/16849) feat: add `startIndex` parser option ([@DylanPiercey](https://github.com/DylanPiercey))
38+
* `babel-generator`, `babel-parser`, `babel-plugin-syntax-flow`
39+
* [#16841](https://github.com/babel/babel/pull/16841) Always enable parsing of Flow enums ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
40+
* `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs3`
41+
* [#16794](https://github.com/babel/babel/pull/16794) Support `import()` in `rewriteImportExtensions` ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
42+
* `babel-generator`, `babel-parser`
43+
* [#16708](https://github.com/babel/babel/pull/16708) Add experimental format-preserving mode to `@babel/generator` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
44+
45+
#### :bug: Bug Fix
46+
* `babel-core`
47+
* [#16928](https://github.com/babel/babel/pull/16928) Workaround Node.js bug for parallel loading of TLA modules ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
48+
* [#16926](https://github.com/babel/babel/pull/16926) Fix loading of modules with TLA in Node.js 23 ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
49+
50+
#### :nail_care: Polish
51+
* `babel-plugin-proposal-json-modules`, `babel-plugin-transform-json-modules`, `babel-standalone`
52+
* [#16924](https://github.com/babel/babel/pull/16924) Rename `proposal-json-modules` to `transform-json-modules` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
53+
54+
#### :house: Internal
55+
* `babel-code-frame`, `babel-highlight`
56+
* [#16896](https://github.com/babel/babel/pull/16896) Inline `@babel/highlight` in `@babel/code-frame` ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
57+
* `babel-generator`, `babel-parser`, `babel-types`
58+
* [#16732](https://github.com/babel/babel/pull/16732) Add `kind` to `TSModuleDeclaration` ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
59+
60+
#### :running_woman: Performance
61+
* `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
62+
* [#16882](https://github.com/babel/babel/pull/16882) perf: Improve module transforms ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
2763
## v7.25.9 (2024-10-22)
2864

2965
#### :bug: Bug Fix

0 commit comments

Comments
 (0)