Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.58.0

15 Sep 18:46
Compare
Choose a tag to compare

3.58.0 (2024-09-15)

Features

  • add drizzle into the singleton only in dev to persist db connection (aefe3d8)

v3.57.0

14 Sep 12:02
Compare
Choose a tag to compare

3.57.0 (2024-09-14)

Features

  • disable submit button when submitting form (0247937)

v3.56.2

12 Sep 19:52
Compare
Choose a tag to compare

3.56.2 (2024-09-12)

Bug Fixes

  • rewrite index page of the boilerplate (9456ede)

v3.56.1

11 Sep 16:28
Compare
Choose a tag to compare

3.56.1 (2024-09-11)

Bug Fixes

  • enable coverage for unit testing (eb4534c)
  • update crowdin image, load the image locally (5b404b1)
  • use default reporter for vitest (67e766a)

v3.56.0

09 Sep 23:33
Compare
Choose a tag to compare

3.56.0 (2024-09-09)

Bug Fixes

Features

  • use counter instead of guestbook, make the boilerplate easier to use (3e6b0b8)

v3.55.3

21 Aug 16:54
Compare
Choose a tag to compare

3.55.3 (2024-08-21)

Bug Fixes

  • update checkly configuration and use playwright baseURl in Checkly (4a458f3)

v3.55.2

20 Aug 18:56
Compare
Choose a tag to compare

3.55.2 (2024-08-20)

Bug Fixes

  • add crowdin synchronize in CI action (9402e5e)
  • automatically sync translation with Crowdin for each PR (d4ea7d5)
  • automatically sync translation with Crowdin for each PR (eeb4216)
  • checkout HEAD commit instead of the merge commit (60bfd65)
  • git checkout history in crowdin pr sync action (5a2fedf)
  • only run crowdin pr sync when CI workflow pass (cc4a9a8)
  • upgrade GitHub actions dependencies (7b5edfe)

v3.55.1

20 Aug 14:04
Compare
Choose a tag to compare

3.55.1 (2024-08-20)

Bug Fixes

  • resolve lint sort conflicts (b9d3de1)
  • resolve lint sort conflicts with simple-import-sort (544c541)

v3.55.0

19 Aug 15:39
Compare
Choose a tag to compare

3.55.0 (2024-08-19)

Features

  • remove target='blank' in badge (b033c2e)
  • use new ESLint flat config (8f31536)

Reverts

  • add back lint-staged file configuration (5c51a94)
  • comment pre-commit script (e9d6c7a)
  • pre-commit script used by Husky (21acf33)
  • use default code from next-intl in global.d.ts (0343b2f)

v3.54.0

23 Jul 00:51
Compare
Choose a tag to compare

3.54.0 (2024-07-23)

Features

  • add NODE_ENV in t3 env (17c23f9)
  • add Sentry configuration in environment files and fix meta journal error in production (2243510)
  • enable static rendering with i18n (e6ec268)
  • middlware should not run for monitoring endpoint (34b3c0c)
  • use defineConfig in drizzle.config.ts (48893e5)