Releases: netguru/create-react-app
v.3.1.1
v.3.1.0
v.3.0.0
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
v.2.0.1
v.2.0.0
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!