368 KiB
368 KiB
Changelog
Tags:
- 💥 [Breaking Change]
- 👓 [Spec Compliance]
- 🚀 [New Feature]
- 🐛 [Bug Fix]
- 📝 [Documentation]
- 🏠 [Internal]
- 💅 [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
See CHANGELOG - v4, CHANGELOG - v5, and CHANGELOG - v6 for v4.x-v6.x changes.
See CHANGELOG - 6to5 for the pre-4.0.0 version changelog.
See Babylon's CHANGELOG for the Babylon pre-7.0.0-beta.29 version changelog.
See babel-eslint's releases for the changelog before @babel/eslint-parser 7.8.0.
See eslint-plugin-babel's releases for the changelog before @babel/eslint-plugin 7.8.0.
v7.10.4 (2020-06-30)
👓 Spec Compliance
babel-helper-member-expression-to-functions,babel-plugin-proposal-class-propertiesbabel-parser,babel-types
🐛 Bug Fix
babel-types- #11752 [regression] Don't validate file.comments in
@babel/types(@nicolo-ribaudo)
- #11752 [regression] Don't validate file.comments in
babel-plugin-proposal-do-expressions,babel-types
💅 Polish
babel-parser- #11722 Add better parser error when using jsx (@penguingovernor)
babel-core
🏠 Internal
babel-core,babel-helper-fixtures,babel-standalone,babel-traverse- #11758 Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. (@wojtekmaj)
babel-parser- #11376 Add @babel/eslint-plugin-development-internal (@kaicataldo)
babel-core
v7.10.3 (2020-06-19)
👓 Spec Compliance
babel-parserbabel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-optional-chainingbabel-plugin-proposal-logical-assignment-operators- #11658 Perform NamedEvaluation of Anonymous Functions in Logical Assignment (@jridgewell)
babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-optional-chaining
🐛 Bug Fix
babel-parser,babel-plugin-transform-flow-comments- #11697 Fix innercomments (@shaodahong)
babel-helper-member-expression-to-functions,babel-plugin-proposal-class-propertiesbabel-template- #11695 Allow templates to parse v8intrinsics (@jridgewell)
babel-typesbabel-plugin-transform-react-pure-annotations- #11685 Add React.createContext to @babel/plugin-transform-react-pure-annotat… (@jessethomson)
babel-parserbabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods- #11571 Add a check for privateMap's existence (@AjayPoshak)
💅 Polish
babel-plugin-transform-typescript- #11682 Fix small typo (@sajadtorkamani)
🏠 Internal
- Other
- #11730 Revert "chore: pin windows node.js version (#11522)" (@JLHwung)
- #11727 replace whitelist by allowlist in parser-tests (@JLHwung)
- #11677 Bump @babel/* deps (@existentialism)
- #11672 chore: output ascii only standalone minified bundle (@JLHwung)
- #11647 chore: check version lazily in babel-eslint-parser (@kaicataldo)
babel-helper-plugin-utilsbabel-plugin-proposal-class-properties,babel-plugin-proposal-private-property-in-object,babel-preset-env- #11655 Fix some test fixtures (@existentialism)
v7.10.2 (2020-05-30)
🚀 New Feature
- #11639 feature: babel-eslint-parser passes through config options (@kaicataldo)
🐛 Bug Fix
babel-helper-compilation-targets- #11648 fix: don't mutate InputTarget's passed to @babel/helper-compilation-targets (@fivetanley)
babel-helper-create-class-features-plugin,babel-preset-env- #11634 Class features loose should have precedence over preset-env (@nicolo-ribaudo)
babel-generatorbabel-generator,babel-types- #11641 Add support for printing ImportAttribute (@existentialism)
babel-plugin-syntax-module-attributes,babel-standalone
💅 Polish
🏠 Internal
v7.10.1 (2020-05-27)
🐛 Bug Fix
babel-preset-env- #11633 [hotfix] Use same targets for fields as for private methods (@nicolo-ribaudo)
babel-standalone- #11624 Fix standalone tag when data-type is not set. (@dfabulich)
🏠 Internal
- Every package
- #11625 Use
repository.directoryfield inpackage.jsonfiles (@saulosantiago)
- #11625 Use
v7.10.0 (2020-05-26)
👓 Spec Compliance
babel-plugin-proposal-logical-assignment-operators
🚀 New Feature
babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-optimise-call-expression,babel-helper-replace-supers,babel-parser,babel-plugin-proposal-class-properties- #11248 Handle private access chained on an optional chain (@jridgewell)
babel-standalone