Releases: ixartz/Next-js-Boilerplate
Releases Β· ixartz/Next-js-Boilerplate
v3.60.0
3.60.0 (2024-11-26)
Bug Fixes
Features
- implement Arcjet security bot detection & Shield WAF (96d95f4)
v3.59.2
3.59.2 (2024-11-21)
Bug Fixes
- switch back to en/default not loading (cf7688a)
v3.59.1
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
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
3.58.2 (2024-10-17)
Bug Fixes
- remove hydration error generated by Sentry Spotlight.js (8b14146)
v3.58.1
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
3.58.0 (2024-09-15)
Features
- add drizzle into the singleton only in dev to persist db connection (aefe3d8)
v3.57.0
3.57.0 (2024-09-14)
Features
- disable submit button when submitting form (0247937)
v3.56.2
3.56.2 (2024-09-12)
Bug Fixes
- rewrite index page of the boilerplate (9456ede)
v3.56.1
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)