Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.32.1

27 Dec 11:15
Compare
Choose a tag to compare

3.32.1 (2023-12-27)

Bug Fixes

  • typo in en.json file for Portfolio word (4d42b3d)

v3.32.0

22 Dec 16:50
Compare
Choose a tag to compare

3.32.0 (2023-12-22)

Features

  • add code coverage reporting with Codecov (08abd23)

v3.31.0

20 Dec 14:50
Compare
Choose a tag to compare

3.31.0 (2023-12-20)

Features

  • add FIXME tag for Sentry configuration (2eceef1)
  • add Sentry and launch spotlight.js in dev mode (a1326ae)
  • add spotlight (34086c1)
  • enable Sentry Spotlight only in development mode (62cc01a)
  • ignore technical exception throw by React RSC in Sentry (4bf9503)
  • in global error get locale in params and set in html lang attribute (c3b4d25)

v3.30.1

17 Dec 15:00
Compare
Choose a tag to compare

3.30.1 (2023-12-17)

Bug Fixes

  • api routes not found after apply intl middleware (4650a5e), closes #209

v3.30.0

12 Dec 19:01
Compare
Choose a tag to compare

3.30.0 (2023-12-12)

Features

  • add GitHub Actions to sync with Crowdin (ccc86e9)

v3.29.0

08 Dec 16:32
Compare
Choose a tag to compare

3.29.0 (2023-12-08)

Features

  • add i18n support for client component and typesafety for i18n keys (2d86247)
  • add i18n support for Dashboard url used in Clerk (12b89bc)
  • add i18n with Clerk components and remove custom style in global.css file (5e1af6c)
  • add i18n with next-intl (1f43eb2)
  • add locale switcher UI to change lang (13b40e3)
  • add metatags in App Router for page migrated from Pages Router (ce8c277)
  • add support i18n for authMiddleware (8651d36)
  • add tests for page in App Router (6a722a1)
  • convert all hard coded text and translate in french (0c3b1b2)
  • i18n for page metatag (5e7676d)
  • link in BaseTemplate replaced margin with gap (28b6ff2)
  • migreate the index page from Page Rotuer to App Router (fd3e82c)
  • move messages folder to locales (305e385)
  • remove Page router and migrate about page to App Router (3965cbf)
  • translate text in dashboard layout (8119f1d)

Reverts

  • add back NEXT_PUBLIC_CLERK_SIGN_IN_URL in the previous location (16ae2ef)
  • add back style for a tag link (c12a7bd)
  • use percy/cli 1.27.4 instead of 1.27.5, impossible to upload snapshort with 1.27.5 (73f8a0b)

v3.28.0

22 Nov 18:05
Compare
Choose a tag to compare

3.28.0 (2023-11-22)

Features

  • rename custom SignOutButton to LogOutButton to avoid confusion with Clerk SignOutButton (183301b)
  • use custom SignOutButton to apply custom CSS styles, unified with other nav links (35094bf)

v3.27.0

20 Nov 10:57
Compare
Choose a tag to compare

3.27.0 (2023-11-20)

Features

  • add PRODUCTION_URL environment variable and throw error when targetURL doesn't exist (8134dee)
  • unified e2e tests for Checkly and playwright (afa53f5)
  • use target URl instead of baseURL for checkly (4fd61ed)

v3.26.0

15 Nov 22:38
Compare
Choose a tag to compare

3.26.0 (2023-11-15)

Features

  • add a new GitHub Actions file for Checkly (2109b1c)
  • add aria-label to fix jsx-a11y/control-has-associated-label error (47e4ff4)
  • add email alert channel for checkly (d1a4380)
  • add email channel in Checkly configuration to send emails when failing (2019591)
  • create checkly config with a random working test (32255b0)
  • remove eslint rule customization in VSCode and use min(1) instead of nonempty (deprecated) (9982a2d)
  • update package-lock.json to fix CI (1fff7ef)

v3.25.0

30 Oct 15:22
Compare
Choose a tag to compare

3.25.0 (2023-10-30)

Features

  • release a new version for Next.js 14 and update README file (4be2485)