v7.17.0 (2022-02-02)
Thanks @atti187 and @phulin for your first PRs!
🚀 New Feature
babel-cli
,babel-core
- #14065 Allow plugins/presets to indicate external dependencies (@nicolo-ribaudo)
babel-core
,babel-parser
,babel-traverse
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
babel-traverse
babel-generator
,babel-parser
,babel-plugin-syntax-destructuring-private
,babel-standalone
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
babel-generator
,babel-parser
,babel-traverse
,babel-types
babel-core
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-unicode-sets-regex
,babel-plugin-syntax-unicode-sets-regex
,babel-plugin-transform-dotall-regex
- #14125 Add transform support for the "regexp unicode sets" proposal (@nicolo-ribaudo)
babel-parser
- #14086 Add parser support for the "regexp unicode sets" proposal (@nicolo-ribaudo)
babel-register
- #14087 Expose
@babel/register/experimental-worker
(@nicolo-ribaudo)
- #14087 Expose
🐛 Bug Fix
babel-parser
babel-plugin-transform-runtime
📝 Documentation
- #14223 Remove Babel 6 from SECURITY.md (@nicolo-ribaudo)
🏠 Internal
babel-helper-fixtures
,babel-parser
babel-compat-data
- Other
🏃♀️ Performance
babel-cli
,babel-core
- #14209 Switch to
@ampproject/remapping
to merge source maps (@jridgewell)
- #14209 Switch to
Committers: 10
- Chris Garrett (@pzuraq)
- Daniel Tschinder (@danez)
- Francisco Ryan Tolmasky I (@tolmasky)
- Huáng Jùnliàng (@JLHwung)
- J. S. Choi (@js-choi)
- Justin Ridgewell (@jridgewell)
- Mattias Ekstrand (@atti187)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Patrick Hulin (@phulin)
- @overlookmotel