Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.60.0

26 Nov 22:33
Compare
Choose a tag to compare

3.60.0 (2024-11-26)

Bug Fixes

Features

  • implement Arcjet security bot detection & Shield WAF (96d95f4)

v3.59.2

21 Nov 01:03
Compare
Choose a tag to compare

3.59.2 (2024-11-21)

Bug Fixes

  • switch back to en/default not loading (cf7688a)

v3.59.1

20 Nov 15:32
Compare
Choose a tag to compare

3.59.1 (2024-11-20)

Bug Fixes

  • set default lang for global error page from i18n routing (e148bea)
  • static rendering for sign in and sign up page (2b6e75f)

v3.59.0

15 Nov 14:20
Compare
Choose a tag to compare

3.59.0 (2024-11-15)

Bug Fixes

  • add await for header function and support only lang en for global error (9ec5886)
  • add legacy-peer-deps to support next.js 15 and react 19 (bb9c803)
  • add onRequestError in instrumentations file to capture nested rsc errors (4f144d0)
  • add sponsor component in dashboard (c172a5e)
  • create a routing variables used by next-intl (2ced1d8)
  • enable react component annotation in Sentry (87fa2fb)
  • migrate clerk codebase to next.js 15 with await (bb098ac)
  • migrate the codebase to use await params (886a19e)
  • remove storybook until it support Next.js 15 (2505167)
  • remove storybook until it support Next.js 15 (9fe8001)
  • stop using jiti and use typescript for next.js config (34a74fe)
  • update CI workflow to use Node.js 22.x instead of 22.6 (4215f37)
  • update image to respect default image ratio (45689d2)
  • update middleware matcher and use routermatcher for signup and sign in page (96c42ae)
  • use react 19 release candidate (9387d49)

Features

  • update to next.js 15 along other npm dependencies (bbcece3)

Reverts

  • add back BaseTemplate storbyook file (9884038)
  • add back Storybook (229ba7e)

v3.58.2

17 Oct 02:24
Compare
Choose a tag to compare

3.58.2 (2024-10-17)

Bug Fixes

  • remove hydration error generated by Sentry Spotlight.js (8b14146)

v3.58.1

01 Oct 16:04
Compare
Choose a tag to compare

3.58.1 (2024-10-01)

Bug Fixes

  • simply the counter Route handler by removing try-catch block and improve readability in form (f777914)
  • use faker instead of Math.random, simply playwright config (52c5d3f)

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)