v7.13.10 (2021-03-08)
Thanks @MrBrain295 for your first PR!
🐛 Bug Fix
babel-plugin-transform-async-to-generator
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
- #12967 Lazily initialize and cache constant JSX elements (@nicolo-ribaudo)
babel-helper-create-class-features-plugin
,babel-plugin-proposal-private-methods
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
babel-parser
- #12687 (ts) Raise syntax error for an abstract method that has body (@sosukesuzuki)
babel-helper-compilation-targets
,babel-preset-env
- #12908 Fix
esmodules: true
without specified browsers (@nicolo-ribaudo)
- #12908 Fix
💅 Polish
- Other
- #12956 Suggest using
babel.config.json
when linting dependencies (@nicolo-ribaudo)
- #12956 Suggest using
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
📝 Documentation
- #12974 Capitalize design docs headings (@MrBrain295)
🏠 Internal
babel-helper-fixtures
- #12982 Optionally enable external-helpers in tests (@jridgewell)
- Every package
- #12963 Avoid using CJS globals in internal source files (@nicolo-ribaudo)
babel-helper-transform-fixture-test-runner
,babel-highlight
,babel-plugin-transform-runtime
,babel-preset-env
- #12795 [internal] Use the Node.js behavior for default imports (@nicolo-ribaudo)
Committers: 6
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Justin Ridgewell (@jridgewell)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sosuke Suzuki (@sosukesuzuki)
- @MrBrain295