v7.0.0-beta.37 (2018-01-08)
Fixes + overrides config feature
🚀 New Feature
babel-core
- #7091 Allow configs to have an 'overrides' array. (@loganfsmyth)
babylon
babel-generator
,babel-types
babel-standalone
- #7119 Add syntax-typescript and transform-typescript to babel-standalone. (@alangpierce)
🐛 Bug Fix
babel-core
- #7161 Process .babelignore before .babelrc. (@loganfsmyth)
babel-standalone
- #7094 [@babel/standalone] Remove additional function context. (@stevefan1999)
babel-generator
- #7155 Preserve jsx comment . (@rajzshkr)
- #7131 Fix turning division operator into line comment in compact mode. (@karottenreibe)
babel-plugin-proposal-class-properties
babylon
babel-plugin-transform-computed-properties
,babel-traverse
- #7116 Fix a regression introduced in #7040. (@nicolo-ribaudo)
babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
💅 Polish
babel-plugin-proposal-decorators
- #7124 [decorators] Only transform declarations to expressions when needed. (@nicolo-ribaudo)
babylon
- #7152 Suggest JSX fragment syntax in adjacent tag error. (@sophiebits)
📝 Documentation
- Other
- #7141 Update license year. (@danielbayerlein)
babel-register
🏠 Internal
babylon
babel-preset-env
babel-generator
,babel-plugin-proposal-class-properties
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-react-jsx
,babel-plugin-transform-template-literals
,babel-plugin-transform-typescript
,babel-preset-env
,babel-preset-flow
Committers: 15
- Alan Pierce (alangpierce)
- Andy (andy-ms)
- Boris Cherny (bcherny)
- Brian Ng (existentialism)
- Daniel Bayerlein (danielbayerlein)
- Diogo Franco (Kovensky)
- Elad Chen (eladchen)
- Fabian Streitel (karottenreibe)
- Logan Smyth (loganfsmyth)
- Mateusz Burzyński (Andarist)
- Nicolò Ribaudo (nicolo-ribaudo)
- Raja Sekar (rajzshkr)
- Sophie Alpert (sophiebits)
- Steve Fan (stevefan1999)
- h1b9b