Releases: firstlookmedia/react-scripts
Releases · firstlookmedia/react-scripts
3.0.0
v2.0.0-rc28
- adds a webpack loader for
messageformat
translation files
v2.0.0-rc27
Makes react-hot-loader optional
Clients can disable react-hot-loader
with this config in package.json:
"react-scripts": {
"useReactHotLoader": false
}
It remains on by default for backward compatibility
v2.0.0-rc26
fixes css source maps
v2.0.0-rc25
bumps version for optimize css webpack plugin
v2.0.0-rc24
adds support for preset-env and core-js
v2.0.0-rc21
Adds support for testing data components.
- uses
@babel/preset-typescript
forjest
instead of usingts-jest
- adds mock for
IntersectionObserver
v2.0.0-rc20
Fixes issues with projects that need to run relay in compat
mode, they should add this to package.json
:
{
"react-scripts": {
"relayCompatMode": true
}
}
v2.0.0-rc19
Adds Relay QueryRenderer
mock for testing
v2.0.0-rc17
bumps react hot loader