Skip to content

Releases: firstlookmedia/react-scripts

v2.0.0-rc16

06 May 17:32
2b97304
Compare
Choose a tag to compare
v2.0.0-rc16 Pre-release
Pre-release

removes support for decorators, fixes jest babelTransform

v2.0.0-rc15

06 May 16:02
b0a47c6
Compare
Choose a tag to compare
v2.0.0-rc15 Pre-release
Pre-release

fixes a small bug involving decorators plugin

v2.0.0-rc14

06 May 15:32
065755e
Compare
Choose a tag to compare
v2.0.0-rc14 Pre-release
Pre-release

bump version for npm publishing

v2.0.0-rc13

06 May 15:22
34f9a30
Compare
Choose a tag to compare
v2.0.0-rc13 Pre-release
Pre-release

This release adds support for code splitting, using loadable-component, and upgrades babel to v7. This package now includes all babel dependencies, i.e. individual sites do not need a .babelrc or to install any plugins or presets.

The upgrade path for this release is to simply remove babel packages/files from a site.

For reference, this PR implements code splitting in Topic and uses this version of react-scripts: https://github.com/firstlookmedia/topic/pull/1431/files

v2.0.0-rc11

11 Mar 21:02
199abe0
Compare
Choose a tag to compare
v2.0.0-rc11 Pre-release
Pre-release

This adds support for persisted queries cache busting by checking for a query hash suffix env variable, STATIC_QUERY_SUFFIX.

v2.0.0-rc10

07 Mar 16:58
5fcb813
Compare
Choose a tag to compare
v2.0.0-rc10 Pre-release
Pre-release

Persisted queries edits to make scripts more defensive and more flexible with regard to circle configs

v2.0.0-rc9

27 Feb 22:37
aa2d709
Compare
Choose a tag to compare
v2.0.0-rc9 Pre-release
Pre-release
  • bugfix for relay v2 persisted queries flag

v2.0.0-rc8

27 Feb 21:49
e19abb4
Compare
Choose a tag to compare
v2.0.0-rc8 Pre-release
Pre-release
  • Adjust Jest configuration to exclude assets and __generated__ directories from coverage statistics
  • Add an .nvmrc and an "engines" entry to package.json for a more consistent build environment
  • Typescript support for Relay v2 persisted queries

v2.0.0-rc6

17 Jan 21:37
Compare
Choose a tag to compare
v2.0.0-rc6 Pre-release
Pre-release

Fixes issues loading css files from node_modules (#54)

v2.0.0-rc5

12 Dec 16:02
v2.0.0-rc5
a05110e
Compare
Choose a tag to compare
v2.0.0-rc5 Pre-release
Pre-release
  • accepts an ASSETS_S3_KEY_PREFIX (optional; default: the package.json's name) for customizing the path prefix when uploading assets to S3