Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.50.1

20 May 13:10
Compare
Choose a tag to compare

3.50.1 (2024-05-20)

Bug Fixes

  • add eslint support for .mts file (cd58d38)

v3.50.0

18 May 23:16
Compare
Choose a tag to compare

3.50.0 (2024-05-18)

Features

  • replace Jest by Vitest for better DX (2504504)
  • update to Storybook v8 (51b20a6)

Reverts

  • reuse vitest.config.mts to avoid warning when running the tests (f923242)

v3.49.0

17 May 12:05
Compare
Choose a tag to compare

3.49.0 (2024-05-17)

Features

  • vscode jest open test result view on test fails and add unauthenticatedUrl in clerk middleware (2a68124)

v3.48.0

09 May 10:26
Compare
Choose a tag to compare

3.48.0 (2024-05-09)

Features

  • add custom configuration for i18n ally VSCode extension (46f9459)

v3.47.0

07 May 15:51
Compare
Choose a tag to compare

3.47.0 (2024-05-07)

Features

  • make dashboard without lang protected route in Clerk (704466b)
  • run Clerk middleware only needed (5aeee06)
  • upgrade to Clerk v5 and use Clerk's Core 2 (c1978f1)

Reverts

  • add back process.env.NEXT_PUBLIC_CLERK_SIGN_IN_URL (f8cb9f4)
  • downgrade React to 18.2 due to testing errors, error raised in Next.js issue #65161 (1815eb3)

v3.46.0

13 Apr 12:33
Compare
Choose a tag to compare

3.46.0 (2024-04-13)

Features

v3.45.0

04 Apr 22:48
Compare
Choose a tag to compare

3.45.0 (2024-04-04)

Features

  • remove next-sitemap and use the native Next.js sitemap/robots.txt (135a435)

v3.44.1

03 Apr 23:39
Compare
Choose a tag to compare

3.44.1 (2024-04-03)

Bug Fixes

  • add Twitter in the index page (75dfb8b)
  • use new VSCode Jest configuration (e92e4e0)

v3.44.0

02 Apr 23:12
Compare
Choose a tag to compare

3.44.0 (2024-04-02)

Features

  • run migration only in development and eslint-disable need to be at the top (db94f31)

v3.43.0

07 Mar 14:48
Compare
Choose a tag to compare

3.43.0 (2024-03-07)

Features

  • use eslintrc.json and give release.yml permission in GitHub Actions (a329518)