Releases: jasonsbarr/yet-another-react-boilerplate
Releases · jasonsbarr/yet-another-react-boilerplate
0.3.1 (Released 12/4/19)
- Make Webpack aliases usable for testing, linting, and the editor
- Reduce duplication in dev and prod Webpack configs
- Fix missing dependency in
useLocalStorage
hook - Add serve script to open prod build for debugging
0.3.0 (Released 12/4/19)
- Fix Babel config for test compatibility and improved tree shaking
- Add unit tests to pre-commit hook
- Support CSS/Sass modules for component-scoped styles
- Rename test directories to simplify Jest config
- Rename
pages
dir toviews
for greater flexibility - Fix issue with split bundle files not being added to build HTML file
0.2.0 (Released 11/27/19)
- Fix problem with running tests and imports
- Mock files for testing
- Proxy CSS/Sass files for testing
- Remove Emotion linting rules since I don't use them
- Reorganize test structure
- Put component tests in individual component directories
- Put tests for utils, reducers, etc. in those directories
- Keep root
test
directory for tests in the app root
- Improve documentation for pending CLI release