v7.2.3 (2018-12-20)
This is a small release, mainly to test Lerna 3.
We force-published @babel/polyfill
and @babel/preset-env
, since they should have been released respectively in v7.1.0 and v7.2.2 but for different reasons they didn't get updated.
Half of the commits in this release are made by first time contributors! Thanks to @cameron-martin, @cphamlet, @tanhauhau and @jedwards1211. π
π New Feature
- #9110 Added type-level mapping between aliases and nodes that have that alias. (@cameron-martin)
π Bug Fix
babel-plugin-transform-flow-strip-types
- #9197 Strips flow directive fully. (@tanhauhau)
babel-parser
π Internal
babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-proposal-private-methods
,babel-traverse
- #9206 Use @babel/eslint-plugin-developement. (@nicolo-ribaudo)
Committers: 6
- Andy Edwards (jedwards1211)
- Cameron Martin (cameron-martin)
- Daniel Tschinder (danez)
- NicolΓ² Ribaudo (nicolo-ribaudo)
- Tan Li Hau (tanhauhau)
- cphamlet