Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:43
· 24 commits to main since this release

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