Skip to content

Commit aa5ff36

Browse files
committed
Add v7.17.6 to CHANGELOG.md [skip ci]
1 parent 9421fa1 commit aa5ff36

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba
2020

2121
<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
2222
<!-- insert-new-changelog-here -->
23+
## v7.17.6 (2022-02-21)
24+
25+
#### :eyeglasses: Spec Compliance
26+
* `babel-helper-module-transforms`
27+
* [#14287](https://github.com/babel/babel/pull/14287) Make module namespace sort compare function consistent ([@devsnek](https://github.com/devsnek))
28+
29+
#### :bug: Bug Fix
30+
* `babel-cli`
31+
* [#14281](https://github.com/babel/babel/pull/14281) cli: handle multiple input sources in watch mode ([@JLHwung](https://github.com/JLHwung))
32+
33+
#### :microscope: Output optimization
34+
* `babel-plugin-transform-react-constant-elements`
35+
* [#12975](https://github.com/babel/babel/pull/12975) `allowMutablePropsOnTags`: cache JSX constant elements with function props ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
36+
* `babel-plugin-proposal-pipeline-operator`, `babel-standalone`
37+
* [#14278](https://github.com/babel/babel/pull/14278) [hack pipes] Inline topic token when possible ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
38+
* `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-preset-env`
39+
* [#14275](https://github.com/babel/babel/pull/14275) Avoid IIFE for single-expression class static blocks ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
2340
## v7.17.5 (2022-02-17)
2441

2542
#### :bug: Bug Fix

0 commit comments

Comments
 (0)