All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.6 (2022-10-23)
1.2.5 (2022-06-20)
1.2.4 (2022-04-12)
- 🐛 quick fix for breaking changes of @types/react 18 (69a5bb7)
1.2.3 (2022-01-19)
- 🔧 maintenance(CRA v5) (41e775f)
1.2.2 (2021-07-20)
1.2.1 (2021-07-13)
- 📚️ fixed typo #129 (e7794c8)
- 📚️ fixing typo for navigationBarReducer (#114) (d04de39)
- 📚️added missing selector function in async components (#133) (2bb4bc7)
- 🔧 maintenance (2e1b814)
1.2.0 (2021-01-22)
- 🐛 added missing web-vitals to startingTemplate (4fc4bc3)
- 🐛 dynamic messages loading (02d9a1d), closes #103
- 🐛 message extraction script #102 (4b8788c)
- 🐛 removed offline-first paradigm (a27ceca)
- 📚️ removed how-to repo (324d3d3)
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
1.1.1 (2020-12-02)
- ✨ added translation JSON files extraction (#65) (59d5cc4)
- ✨ added .editorconfig (0423d7c)
- ✨ added web-vitals from CRA 4.0 (17c4f97)
- ✨ fast refresh with CRA 4.0 (bc7ea9c)
- 🐛 included .npmrc file in the template which was ignored (53b28fd)
- 🐛 setting html lang tag to selected language (c2e61a2)
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
1.0.2 (2020-10-27)
Quick patch for cra v4 bug. No changes
1.0.1 (2020-07-03)
- 🐛 switched to plain objects in i18n helper function (de76cf6)
- 📚️ added react-router hooks (3927a1b)
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 redux-toolkit docs (#35) (30732a8)
- 📚️ fixed docs issues (97d67f0)
- 📚️ fix redux url (#42) (a491728)
- 🐛 removing redundant "history" (#31) (0793d31)
- ♻️ fixing variable name in redux-toolkit docs (#37) (3968ade)
- ♻️ update redux-toolkit docs (#33) (8dd5931)
- 🎨 added og meta tags (43657d6)
- 🔧 merge dev for the release (#48) (043c524)
- deps: 🔗 bump websocket-extensions from 0.1.3 to 0.1.4 (#39) (36e1f9e)
- 🔧 removed theme from startingTemplate (02d1e62)
1.0.0 (2020-05-18)
- ✨ added media query utility (c776cdd)
- 🐛 removed
connected-react-router
(#28) (f6a0350) - 🐛 supporting css prop in styled-components (57895a3), closes #27
- 📚️ added example repo to readme (5f5e413)
- 📚️ added FAQ (47d81b3)
- 📚add netlify deployment (#23) (fb9860d)
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)
0.1.3 (2020-05-05)
- 🐛 moving typescript check to pre-commit from lint-staged (6aac0d3)
This section only concerns the contributors of this project. You can ignore these changes since they DO NOT create changes in the CRA Template