v8.1.0
Minor release with couple of fixes.
The biggest thing is probably LoadableComponentErrorBoundary, which handles situations where deploy changes the chunks (hashes) and online user can't load those chunks that it expects to get from server.
Changes v8.1.0
- [change] Specify required Node.js versions in package.json and update the node version used in CircleCI. Currently, the required Node.js version comes from jose package which is used with social logins.
#1418 - [fix] enforce upper case for currency and improve error message for it.
#1417 - [add] Add
LoadableComponentErrorBoundary
for handling ChunkLoadErrors with error boundary.
#1416