Sourced from @babel/core
's
releases.
v7.26.0 (2024-10-25)
Thanks
@timofei-iatsenko
for your first PR!You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.
:rocket: New Feature
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
- #16850 Enable import attributes parsing by default (
@nicolo-ribaudo
)babel-core
- #16862 feat: support async plugin's pre/post (
@timofei-iatsenko
)babel-compat-data
,babel-plugin-proposal-regexp-modifiers
,babel-plugin-transform-regexp-modifiers
,babel-preset-env
,babel-standalone
babel-parser
- #16849 feat: add
startIndex
parser option (@DylanPiercey
)babel-generator
,babel-parser
,babel-plugin-syntax-flow
- #16841 Always enable parsing of Flow enums (
@nicolo-ribaudo
)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs3
- #16794 Support
import()
inrewriteImportExtensions
(@liuxingbaoyu
)babel-generator
,babel-parser
- #16708 Add experimental format-preserving mode to
@babel/generator
(@nicolo-ribaudo
):bug: Bug Fix
babel-core
- #16928 Workaround Node.js bug for parallel loading of TLA modules (
@nicolo-ribaudo
)- #16926 Fix loading of modules with TLA in Node.js 23 (
@nicolo-ribaudo
):nail_care: Polish
babel-plugin-proposal-json-modules
,babel-plugin-transform-json-modules
,babel-standalone
- #16924 Rename
proposal-json-modules
totransform-json-modules
(@nicolo-ribaudo
):house: Internal
babel-code-frame
,babel-highlight
- #16896 Inline
@babel/highlight
in@babel/code-frame
(@nicolo-ribaudo
)babel-generator
,babel-parser
,babel-types
- #16732 Add
kind
toTSModuleDeclaration
(@liuxingbaoyu
):running_woman: Performance
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #16882 perf: Improve module transforms (
@liuxingbaoyu
)Committers: 5
- Dylan Piercey (
@DylanPiercey
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Timofei Iatsenko (
@timofei-iatsenko
)@liuxingbaoyu
v7.25.9 (2024-10-22)
... (truncated)
Sourced from @babel/core
's
changelog.
v7.26.0 (2024-10-25)
:rocket: New Feature
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
- #16850 Enable import attributes parsing by default (
@nicolo-ribaudo
)babel-core
- #16862 feat: support async plugin's pre/post (
@timofei-iatsenko
)babel-compat-data
,babel-plugin-proposal-regexp-modifiers
,babel-plugin-transform-regexp-modifiers
,babel-preset-env
,babel-standalone
babel-parser
- #16849 feat: add
startIndex
parser option (@DylanPiercey
)babel-generator
,babel-parser
,babel-plugin-syntax-flow
- #16841 Always enable parsing of Flow enums (
@nicolo-ribaudo
)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs3
- #16794 Support
import()
inrewriteImportExtensions
(@liuxingbaoyu
)babel-generator
,babel-parser
- #16708 Add experimental format-preserving mode to
@babel/generator
(@nicolo-ribaudo
):bug: Bug Fix
babel-core
- #16928 Workaround Node.js bug for parallel loading of TLA modules (
@nicolo-ribaudo
)- #16926 Fix loading of modules with TLA in Node.js 23 (
@nicolo-ribaudo
):nail_care: Polish
babel-plugin-proposal-json-modules
,babel-plugin-transform-json-modules
,babel-standalone
- #16924 Rename
proposal-json-modules
totransform-json-modules
(@nicolo-ribaudo
):house: Internal
babel-code-frame
,babel-highlight
- #16896 Inline
@babel/highlight
in@babel/code-frame
(@nicolo-ribaudo
)babel-generator
,babel-parser
,babel-types
- #16732 Add
kind
toTSModuleDeclaration
(@liuxingbaoyu
):running_woman: Performance
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #16882 perf: Improve module transforms (
@liuxingbaoyu
)v7.25.9 (2024-10-22)
:bug: Bug Fix
babel-parser
,babel-template
,babel-types
- #16905 fix: Keep type annotations in
syntacticPlaceholders
mode (@liuxingbaoyu
)babel-helper-compilation-targets
,babel-preset-env
- Other
- #16884 Analyze
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator
):house: Internal
... (truncated)
63d3038
v7.26.08b5b6bf
fix: CI with Node v23.1.0 (#16932)64fa466
Enable import attributes parsing by default (#16850)0216853
feat: support async plugin's pre/post (#16862)b8002e2
Workaround Node.js bug for parallel loading of TLA modules (#16928)56658ac
Fix loading of modules with TLA in Node.js 23 (#16926)fdc456a
Only parse # as comment in .babelignore at line start (#16925)79e50b2
test: add node 23 to ci matrix4360ee5
fix: path.resolve changes in node 23.0.0b07957e
v7.25.9