v7.0.0-alpha.19 (2017-08-07)
Can help us documented any undocumented changes or issues at babel/notes#30 or make an issue
💥 Breaking Change
babel-plugin-transform-flow-strip-types
,babel-preset-react
- #5468 Add requireDirective to strip-flow-types for use in React preset. (@existentialism)
babel-preset-react
now will only handle flow if the file has a // @flow
🚀 New Feature
babel-plugin-syntax-typescript
,babel-plugin-transform-typescript
,babel-preset-typescript
Initial release of typescript equivalent of how Babel handles flow with a new babel-preset-typescript
{
"presets": ["typescript"]
}
🐛 Bug Fix
babel-plugin-transform-es2015-modules-commonjs
- #6054 Don't insert the same node into the AST multiple times (fixes babel/minify#556). (@not-an-aardvark)
babel-plugin-transform-es2015-modules-commonjs
,babel-plugin-transform-es2015-spread
🏠 Internal
babel-plugin-syntax-typescript
,babel-plugin-transform-typescript
,babel-preset-typescript
babel-core
,babel-helper-wrap-function
,babel-plugin-transform-es2015-arrow-functions
babel-plugin-transform-es2015-destructuring
,babel-plugin-transform-es2015-parameters
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-react-constant-elements
,babel-traverse
- #6051 Rewrite parameter transform and drop _blockHoist reliance. (@existentialism)
babel-core
,babel-generator
,babel-traverse
,babel-types
- Other
Committers: 4
- Andy (andy-ms)
- Brian Ng (existentialism)
- Henry Zhu (hzoo)
- Teddy Katz (not-an-aardvark)