From 58df7786ee4016d01b5ec9ed24c2a2129e1206dc Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Tue, 26 May 2020 21:45:09 +0000 Subject: [PATCH] Add v7.10.0 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ef1ae353e2..0442b40a78f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,78 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.10.0 (2020-05-26) + +#### :eyeglasses: Spec Compliance +* `babel-plugin-proposal-logical-assignment-operators` + * [#11370](https://github.com/babel/babel/pull/11370) logical-assignment: Do not assign names to anonymous functions ([@arku](https://github.com/arku)) + +#### :rocket: 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](https://github.com/babel/babel/pull/11248) Handle private access chained on an optional chain ([@jridgewell](https://github.com/jridgewell)) +* `babel-standalone` + * [#11593](https://github.com/babel/babel/pull/11593) feat: add privatePropertyInObject to babel-standalone ([@JLHwung](https://github.com/JLHwung)) + * [#11466](https://github.com/babel/babel/pull/11466) Support data-type="module" to generate native