Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Releases: netguru/create-react-app

v.3.1.1

11 Sep 08:13
1fabf9f
Compare
Choose a tag to compare

Only contains changes from upstream, which are minor (see Facebook's release notes).

v.3.1.0

06 Aug 13:49
Compare
Choose a tag to compare

Changelog:

  • New optional flag for extracting CSS from all async chunks (#49).

Thanks to @jedrzejiwanicki for the PR!

v.3.0.0

19 Jun 09:21
d1d49ab
Compare
Choose a tag to compare

Updates react-hot-loader to v.4 which should fix problems related to it.

Unfortunately, this requires changes to the "template" of the app, and as a consequence also requires changes to code when upgrading.

If you don't feel like you need the new hot loader, you can ignore this release for now. Otherwise, you can use this diff as help. Ignore all the changes done outside of the packages/react-scripts/template directory, and redo other changes as if template was your root directory. You also will need to update react-hot-loader to ^4.3.2 in your project.

If you're starting a new project, you don't need to do anything.

Big thanks to @maciejmyslinski for the PR #46 and help with testing.

v.2.0.2

27 Apr 13:52
c240cbb
Compare
Choose a tag to compare

Changelog:

  • Fix PostCSS emitting warnings when building the app (#44).

Thanks to @phoulgaux for the PR!

v.2.0.1

12 Apr 11:58
2ce6433
Compare
Choose a tag to compare

Includes a couple of bug fixes from upstream (#43).

Also, the package name has changed recently to @netguru/react-scripts. So in order to update, you may have to run:

yarn remove netguru-react-scripts
yarn add @netguru/react-scripts

v.2.0.0

09 Mar 12:09
2ee69c4
Compare
Choose a tag to compare

This is a major version bump and contains breaking changes:

  • Update the dependencies we added in the fork, which includes new linter rules (#24, #25).
  • Import .md files as raw strings (#29, #34).
  • Import .inline.svg files as React components (#38).
  • Disable importing of Node.js constants unless a flag has been used (#39).

Other changes:

  • Merge upstream changes up to version 1.1.1 (#22, #23, #30, #40).
  • Remove some redundant files and clean up others (#21, #33, #35, #37).
  • Change the license to MIT, following upstream (#31).
  • Fix problems with react-hot-loader by moving away from v.4 beta for now (#32).

Big thanks to @visualfanatic and @pawelnvk for their contributions!

v.1.3.0

13 Sep 14:26
Compare
Choose a tag to compare

Changelog:

  • Merge changes from upstream (#14).
  • Add info about global imports to readme (#18).

v.1.2.2

13 Sep 14:17
Compare
Choose a tag to compare

Changelog:

  • 75ec810: Fix linters not working because of globbing issue with bash.

v.1.2.1

24 Aug 11:08
Compare
Choose a tag to compare

Changelog:

  • a781d53: Fixes a bug stemming from the upstream merge.

v.1.2.0

24 Aug 10:58
Compare
Choose a tag to compare

Changelog:

  • Merge changes from upstream (#14)
  • Add support for importing external stylesheets (#11)
  • Simplify lint commands (#8)

Thanks to @virzen for his contributions.