Skip to content

Releases: jasonsbarr/yet-another-react-boilerplate

0.3.1 (Released 12/4/19)

05 Dec 05:31
04223ed
Compare
Choose a tag to compare
Pre-release
  • 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)

04 Dec 20:46
8e5d4e6
Compare
Choose a tag to compare
Pre-release
  • 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 to views for greater flexibility
  • Fix issue with split bundle files not being added to build HTML file

0.2.0 (Released 11/27/19)

28 Nov 06:32
Compare
Choose a tag to compare
Pre-release
  • 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