Skip to content

Releases: firstlookmedia/react-scripts

3.0.0

Choose a tag to compare

@jcseo3 jcseo3 released this 02 May 21:36
00cc917

Ticket: FLP-6561

Package upgrades

React 16 -> 17
Relay 5 -> 12
GraphQL 14 -> 15
TypeScript 3 -> 4
Babel 6 -> 7
Node-sass -> sass

v2.0.0-rc28

Choose a tag to compare

@carlyle carlyle released this 12 Aug 15:45
v2.0.0-rc28
1f81c8d
  • adds a webpack loader for messageformat translation files

v2.0.0-rc27

Choose a tag to compare

@tomconroy tomconroy released this 07 Aug 21:01

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

Choose a tag to compare

@vabruzzo vabruzzo released this 31 Jul 21:20
319cc9f

fixes css source maps

v2.0.0-rc25

Choose a tag to compare

@vabruzzo vabruzzo released this 31 Jul 16:58
76381e1

bumps version for optimize css webpack plugin

v2.0.0-rc24

v2.0.0-rc24 Pre-release
Pre-release

Choose a tag to compare

@vabruzzo vabruzzo released this 31 Jul 16:18
1c09e80

adds support for preset-env and core-js

v2.0.0-rc21

v2.0.0-rc21 Pre-release
Pre-release

Choose a tag to compare

@vabruzzo vabruzzo released this 16 Jul 21:29
d052d89

Adds support for testing data components.

  • uses @babel/preset-typescript for jest instead of using ts-jest
  • adds mock for IntersectionObserver

v2.0.0-rc20

v2.0.0-rc20 Pre-release
Pre-release

Choose a tag to compare

@tomconroy tomconroy released this 27 Jun 21:29

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

v2.0.0-rc19 Pre-release
Pre-release

Choose a tag to compare

@tomconroy tomconroy released this 27 Jun 20:19

Adds Relay QueryRenderer mock for testing

v2.0.0-rc17

v2.0.0-rc17 Pre-release
Pre-release

Choose a tag to compare

@vabruzzo vabruzzo released this 24 Jun 19:29
21a3a11

bumps react hot loader