Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.60.5

20 Dec 14:53
Compare
Choose a tag to compare

3.60.5 (2024-12-20)

Bug Fixes

  • add new message in hello component (5ef2fc5)
  • use new vitest vscode setting for preventing automatic opening of the test results (36027db)

v3.60.4

16 Dec 14:48
Compare
Choose a tag to compare

3.60.4 (2024-12-16)

Bug Fixes

  • remove custom framework configuration file for i18n ally (a681b13)

v3.60.3

10 Dec 23:05
Compare
Choose a tag to compare

3.60.3 (2024-12-10)

Bug Fixes

v3.60.2

05 Dec 20:13
Compare
Choose a tag to compare

3.60.2 (2024-12-05)

Bug Fixes

  • upgrade to react 19 stable version (0f744e3)

v3.60.1

26 Nov 23:18
Compare
Choose a tag to compare

3.60.1 (2024-11-26)

Bug Fixes

  • update Arcjet integration and improve security checks (516b75e)

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)