Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.14.1

07 Aug 15:17
Compare
Choose a tag to compare

3.14.1 (2023-08-07)

Bug Fixes

  • resolve sourcemap error with Cypress and TypeScript 5 (54a5100)

v3.14.0

03 Aug 03:17
Compare
Choose a tag to compare

3.14.0 (2023-08-03)

Features

  • use Next.js custom TypeScript plugin (915e193)

v3.13.0

02 Aug 00:31
Compare
Choose a tag to compare

3.13.0 (2023-08-02)

Features

  • add app routed pages (9cc79a0), closes #64
  • add sitemap support app router (b82e566)
  • app router doesn't support next export, use output: export (76aa9cd)
  • generate statically portfolio pages (1f1bf31)
  • update test for new router page (b695666)

v3.12.0

13 Jul 20:27
Compare
Choose a tag to compare

3.12.0 (2023-07-13)

Features

  • format code to respect prettier (48b6a49)
  • resolve conflict between airbnb-hook and next/core-web-vitals about react hooks (5e0be4f)
  • update to the latest dependencies version (d93fd83)

Reverts

  • use older TypeScript to avoid e2e compilation with sourcemap (6377d2f)

v3.11.0

07 Jun 13:05
Compare
Choose a tag to compare

3.11.0 (2023-06-07)

Features

  • update dependencies to the latest version (b7609de)

v3.10.1

29 May 15:17
Compare
Choose a tag to compare

3.10.1 (2023-05-29)

Bug Fixes

v3.10.0

26 Apr 16:47
Compare
Choose a tag to compare

3.10.0 (2023-04-26)

Features

  • add vscode yoavbls.pretty-ts-errors extension (3588ce1)
  • remove stories in the coverage from Jest (d502869)
  • use default airbnb instead of the base version (5c05116)

v3.9.0

05 Apr 15:26
Compare
Choose a tag to compare

3.9.0 (2023-04-05)

Features

  • add storybook into project (51f3748)
  • add tailwind css support in Storybook (5e0d287)
  • remove warning for no extreneous deps in stories (b243d44)

Reverts

  • remove storybook addon-styling which is not needed (e863fed)

v3.8.2

28 Mar 16:20
Compare
Choose a tag to compare

3.8.2 (2023-03-28)

Bug Fixes

  • error generated by eslint-plugin-cypress (7562c6b)

v3.8.1

16 Mar 17:25
Compare
Choose a tag to compare

3.8.1 (2023-03-16)

Bug Fixes