Skip to content

Releases: react-boilerplate/react-boilerplate-cra-template

v1.0.0

18 May 17:10
Compare
Choose a tag to compare

1.0.0 (2020-05-18)

Features

  • ✨ added media query utility (c776cdd)

Bug Fixes

  • 🐛 removed connected-react-router (#28) (f6a0350)
  • 🐛 supporting css prop in styled-components (57895a3), closes #27

Documentation

Internals

This section only concerns the contributors of this project. You can ignore these changes since they DO NOT create changes in the CRA Template

Click to see the internal changes
  • ♻️ fix typo (a4a4f50), closes #25
  • ♻️ fix typo in toolkit.tsx comment (#18) (1867a5b)
  • ♻️ updated clean script name (3cedb94)
  • ♻️ updated readme (765a897)
  • 🔧 added commit hook verify startingTemplate changes (e0240c8)
  • 🔧 added script for creating changelog (4ed9ed5)
  • 🔧 improved cleaning script (a3d05f8), closes #29
  • 🔧 moved creation of the test CRA to a script to avoid husky bug (e6f8054)
  • 🚨 added media utility tests (3f2d9c9)

v0.1.3

05 May 06:59
Compare
Choose a tag to compare

0.1.3 (2020-05-05)

Bug Fixes

  • 🐛 moving typescript check to pre-commit from lint-staged (6aac0d3)

Internals (This section should NOT concern the template users)

Click to expand
  • ✨ redux dev tools enabled on github page (aa890c5)
  • 👷 added job to test the released version (a328db6)
  • 🔧 added npm test to CI (1fbf852)
  • 🔧 adding commitlint to workflows (#13) (f049526)
  • 🔧Fix typo in README (#9) (8680c10)
  • 🔧switched to standard-version (#15) (ce497b5)

0.1.1

29 Apr 13:09
Compare
Choose a tag to compare

0.1.1 (2020-04-29)

Internal

  • Switched to conventional-changelog