Skip to content

Releases: ayan4m1/generator-reackt

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 17:33

1.2.1 (2026-09-05)

Bug Fixes

  • exclude tests from ts compile (was warning during build) (b0a8175)
  • spread answers in and remove type argument to fix TS warnings (0347518)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 15:57

1.2.0 (2026-09-05)

Bug Fixes

  • bail when trying to generate component with no name (df0d08d)
  • guard against trailing/leading whitespace on page URL (5d89a57)
  • merge answers to avoid clobbering existing values (653bae3)
  • trim page name and save it back to answers (e1a678c)
  • typescript error (a1c2a4d)

Features

  • add page subgenerator (c598562)
  • add test suite (1be2cd1)
  • add test suite for fs util (1635fb0)
  • save and load addRedux/addStorybook (6b91b7f)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:50

1.1.1 (2026-09-04)

Bug Fixes

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:42

1.1.0 (2026-09-04)

Bug Fixes

Features

  • make RTL a superset of Jest test setup, get redux module generator working, get some test coverage and remove coverage threshold (b0837fc)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:52

1.0.1 (2026-09-04)

Bug Fixes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:43

1.0.0 (2026-09-04)

Bug Fixes

  • add jest types (1a1d0c5)
  • add jsx to template's tsconfig.json (9eb9a17)
  • add missing test for getApplicationInited selector (3d8f201)
  • add missing ts-loader dep (7b1f3f3)
  • add rollup as prepublish script (9ef8e68)
  • cannot use glob in webpack exclude (0b74efe)
  • component subgenerator file extension handling (75940b4)
  • exclude stories from webpack config (0e487a9)
  • jest type warning during compile (1fef6cb)
  • many issues upgrading to latest yeoman and TS (6a95c78)
  • missing .scss module decl (f433842)
  • missing code from Layout (14d7f49)
  • no styleFramework has null value (0111ac4)
  • not linting tsx files (a5c3e26)
  • only import cname plugin if needed (5cfc8fd)
  • page not loading correctly (cbb8bad)
  • remove static asset related webpack rules (15e5425)
  • repository field in package.json (f50db15)
  • repository url in package.json (d2a83c1)
  • TypeScript errors in utils (f5c6615)
  • update .lintstagedrc for ts (da1e7f6)

Features

  • add bootstrap specific layout to new template components and use react-router v6 data mode, start to typescript-ify the redux code (dff8249)
  • add bulma specific Layout.tsx (d6876b8)
  • add support for more style frameworks to Layout/ErrorBoundary/SuspenseFallback (c5f60e8)
  • add type for style framework choices (bb3a440)
  • build and deploy on github actions (0ad59cb)
  • change extension from .js to .ts for app template files (ca6ce4c)
  • customize CNAME or omit the plugin (0ae7699)
  • only add skipLibCheck or jest types if necessary (d7bb262)
  • only show hostname question when deployDomain is true (a40d3d0)
  • replace got with fetch and add error handling (d48be33)
  • rewrite package as typescript, upgrade dependencies (157bc92)
  • start porting generator templates to use TS (ebe2fe0)
  • update storybook in app template from v5 to v10 (8664b05)
  • use functional components (dab86c9)
  • use latest stylelint config in app template (a88f524)

BREAKING CHANGES

  • moves from JS to TS

v0.6.0

Choose a tag to compare

@ayan4m1 ayan4m1 released this 10 Jul 00:32

Full Changelog: v0.5.1...v0.6.0