Releases: amclin/react-project-boilerplate
Releases · amclin/react-project-boilerplate
v3.2.3
3.2.3 (2019-10-23)
Bug Fixes
- deps: bump deepmerge from 4.2.0 to 4.2.1 (78647e6)
v3.2.2
3.2.2 (2019-10-22)
Bug Fixes
- deps: bump commander from 2.20.0 to 3.0.2 (9abb988)
v3.2.1
3.2.1 (2019-10-22)
Bug Fixes
- page creation wizard not displaying default values (c98aa2d)
v3.2.0
3.2.0 (2019-10-22)
Features
- wizard to generate pages in newly created projects (4e31578), closes #16
v3.1.1
3.1.1 (2019-10-22)
Bug Fixes
- deps: bump deepmerge from 4.1.1 to 4.2.0 (52457d3)
- deps: bump replace-in-file from 4.1.3 to 4.2.0 (6047aec)
v3.1.0
3.1.0 (2019-10-21)
Features
- docker images for server-side-rendered apps (e5351c1), closes #9
- prompts for ssr vs static sites (819bb2d), closes #10
- simplify building Docker images (839bbf5)
v3.0.2
3.0.2 (2019-10-18)
Bug Fixes
- deps: bump cross-spawn from 6.0.5 to 7.0.1 (d22520e)
v3.0.1
3.0.1 (2019-10-18)
Bug Fixes
- yarn: yarn create failing due to binary name (7da9829), closes #18
v3.0.0
3.0.0 (2019-10-18)
Bug Fixes
- rename npm package so yarn create works (a60ee84), closes #18
BREAKING CHANGES
npx amclin-create-react-app
is now npx create-amclin-nextjs-app
v2.8.0
2.8.0 (2019-10-17)
Bug Fixes
- generated app not building or exporting because of unit tests (c16072c)
- incorrect import paths in generated unit tests (a5064a9)
Features
- provide example of multiple pages and routing (6e8f66c), closes #4