- Specify node.js version to 14
- Resolved dependency vulnerabilities by running
npm audit fix
- Change log
- SASS (SCSS) Loader
- Define
jsonpFunction
name inwebpack.config.js
, to reduce chances of conflicts
<Grid>
now use flexbox- Upgraded various dependencies. Notably:
- React/ReactDOM to v16.2.0
- Webpack to v3.10.0
- No longer import the entire
lodash
library to reduce bundle size - Moved
layouts
components tocomponents
- Included rendered components within
containers
, except for<Filters>
, which is used with and without redux
- Various lint errors, due to bumping versions of eslint and its extensions