Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: amclin/react-project-boilerplate

v3.2.3

23 Oct 22:06
Compare
Choose a tag to compare

3.2.3 (2019-10-23)

Bug Fixes

  • deps: bump deepmerge from 4.2.0 to 4.2.1 (78647e6)

v3.2.2

22 Oct 18:09
Compare
Choose a tag to compare

3.2.2 (2019-10-22)

Bug Fixes

  • deps: bump commander from 2.20.0 to 3.0.2 (9abb988)

v3.2.1

22 Oct 17:06
Compare
Choose a tag to compare

3.2.1 (2019-10-22)

Bug Fixes

  • page creation wizard not displaying default values (c98aa2d)

v3.2.0

22 Oct 16:30
Compare
Choose a tag to compare

3.2.0 (2019-10-22)

Features

  • wizard to generate pages in newly created projects (4e31578), closes #16

v3.1.1

22 Oct 14:15
Compare
Choose a tag to compare

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

21 Oct 03:47
Compare
Choose a tag to compare

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

18 Oct 15:16
Compare
Choose a tag to compare

3.0.2 (2019-10-18)

Bug Fixes

  • deps: bump cross-spawn from 6.0.5 to 7.0.1 (d22520e)

v3.0.1

18 Oct 00:48
Compare
Choose a tag to compare

3.0.1 (2019-10-18)

Bug Fixes

  • yarn: yarn create failing due to binary name (7da9829), closes #18

v3.0.0

18 Oct 00:25
Compare
Choose a tag to compare

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

17 Oct 20:25
Compare
Choose a tag to compare

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