Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.26.0

15 Nov 22:38
Compare
Choose a tag to compare

3.26.0 (2023-11-15)

Features

  • add a new GitHub Actions file for Checkly (2109b1c)
  • add aria-label to fix jsx-a11y/control-has-associated-label error (47e4ff4)
  • add email alert channel for checkly (d1a4380)
  • add email channel in Checkly configuration to send emails when failing (2019591)
  • create checkly config with a random working test (32255b0)
  • remove eslint rule customization in VSCode and use min(1) instead of nonempty (deprecated) (9982a2d)
  • update package-lock.json to fix CI (1fff7ef)

v3.25.0

30 Oct 15:22
Compare
Choose a tag to compare

3.25.0 (2023-10-30)

Features

  • release a new version for Next.js 14 and update README file (4be2485)

v3.24.0

24 Oct 21:42
Compare
Choose a tag to compare

3.24.0 (2023-10-24)

Features

  • make guestbook endpoint avaiable to signed out users (10b4d81)

v3.23.0

12 Oct 21:24
Compare
Choose a tag to compare

3.23.0 (2023-10-12)

Features

  • add playwright extension in VSCode (956d1a8)
  • add playwright plugin in ESLint (b2486f1)
  • add Playwright: config, first test and dependency (f054ea2)
  • remove all Cypress related files and configurations (9fe8271)

Reverts

  • the failing test in Navigation spec (28996f5)

v3.22.0

02 Oct 14:15
Compare
Choose a tag to compare

3.22.0 (2023-10-02)

Features

  • remove basePath in Next.js configuration (7f9a0e6)
  • remove no-img-element and use Next.js built-in <Image component (383e3a3)

v3.21.0

25 Sep 13:53
Compare
Choose a tag to compare

3.21.0 (2023-09-25)

Features

  • update next.js to version 13.5 (aa43f14)
  • update storybook to the latest version and install playwright (2079a34)

v3.20.0

01 Sep 13:02
Compare
Choose a tag to compare

3.20.0 (2023-09-01)

Features

  • make updatedAt working when the user update a message and rename the attribute to updatedAt (4032bc0)

v3.19.0

30 Aug 11:36
Compare
Choose a tag to compare

3.19.0 (2023-08-30)

Features

  • make it easier to try edge runtime in the app router (3f5fd58)

v3.18.0

27 Aug 17:35
Compare
Choose a tag to compare

3.18.0 (2023-08-27)

Features

  • remove MIGRATE_DB which not needed anymore with process.env.NODE_ENV (3fe81ae)

v3.17.0

27 Aug 15:33
Compare
Choose a tag to compare

3.17.0 (2023-08-27)

Features

  • add schema in drizzle instance and disable migrate in production (5e26798)
  • add script to migrate before building next.js (220d05e)
  • do not run db migration when building on GitHub actions (964cfa1)
  • reload guestbook page when deployed on production (c2e91b2)
  • replace dotenv/config by dotenv-cli in db:studio NPM scripts (f7f8743)