Skip to content

Latest commit

 

History

History
137 lines (79 loc) · 9.32 KB

CHANGELOG.md

File metadata and controls

137 lines (79 loc) · 9.32 KB

1.0.0 (2024-12-04)

Bug Fixes

  • add demo banner at the top of the landing page (6c88ce3)
  • chnage dashboard index message button in french translation (3eac946)
  • hide text in logo used in dashboard and add spacing for sign in button used in navbar (ad82830)
  • in dashboard, make the logo smaller, display without text (46f0818)
  • issue to build Next.js with Node.js 22.7, use 22.6 instead (250cb26)
  • redirect user to the landing page after signing out (e8def8d)
  • remove hydration error and unify with pro version 1.6.1 (2bef9d2)
  • remove update deps github workflow, add separator in dashboard header (8d84421)
  • update logicalId in checkly configuration (4abb877)

Features

  • add custom framework for i18n-ally and replace deprecated Jest VSCode configuration (a4bc856)
  • add link to the GitHub repository (0bbcf00)
  • create dashboard header component (a8a3175)
  • don't redirect to organization-selection if the user is already on this page (9a990ba)
  • initial commit (b814577)
  • launching SaaS boilerplate for helping developers to build SaaS quickly (b6392db)
  • make the landing page responsive and works on mobile (c8aed40)
  • make user dashboard responsive (bc1ecdd)
  • migreate Env.mjs file to Env.ts (592549d)
  • remove next-sitemap and use the native Next.js sitemap/robots.txt (fdcb1b0)
  • update de Next.js Boilerplate v3.58.1 (20174be)
  • update to Drizzle Kit 0.22, Storybook 8, migrate to vitest (0e409c6)
  • update to Next.js Boilerpalte v3.54 (f70562a)
  • upgrade to Clerk v5 and use Clerk's Core 2 (0def7f6)
  • use Node.js version 20 and 22 in GitHub Actions (32fc2a7)
  • vscode jest open test result view on test fails and add unauthenticatedUrl in clerk middleware (b903174)

1.7.3 (2024-11-07)

Bug Fixes

  • chnage dashboard index message button in french translation (2f1dca8)
  • remove update deps github workflow, add separator in dashboard header (fcf0fb4)

1.7.2 (2024-10-17)

Bug Fixes

  • hide text in logo used in dashboard and add spacing for sign in button used in navbar (a0eeda1)
  • in dashboard, make the logo smaller, display without text (f780727)
  • remove hydration error and unify with pro version 1.6.1 (ea2d02b)

1.7.1 (2024-10-04)

Bug Fixes

  • update logicalId in checkly configuration (6e7a479)

1.7.0 (2024-10-04)

Features

  • update de Next.js Boilerplate v3.58.1 (16aea65)

1.6.1 (2024-08-31)

Bug Fixes

  • add demo banner at the top of the landing page (09bf8c8)
  • issue to build Next.js with Node.js 22.7, use 22.6 instead (4acaef9)

1.6.0 (2024-07-26)

Features

  • update to Next.js Boilerpalte v3.54 (ae80843)

1.5.0 (2024-06-05)

Features

  • update to Drizzle Kit 0.22, Storybook 8, migrate to vitest (c2f19cd)

1.4.0 (2024-05-17)

Features

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

1.3.0 (2024-05-16)

Features

  • add custom framework for i18n-ally and replace deprecated Jest VSCode configuration (a9889dc)
  • create dashboard header component (f3dc1da)
  • don't redirect to organization-selection if the user is already on this page (87da997)
  • make the landing page responsive and works on mobile (27e908a)
  • make user dashboard responsive (f88c9dd)
  • migreate Env.mjs file to Env.ts (2e6ff12)
  • remove next-sitemap and use the native Next.js sitemap/robots.txt (75c9751)
  • upgrade to Clerk v5 and use Clerk's Core 2 (a92cef0)
  • use Node.js version 20 and 22 in GitHub Actions (226b5e9)

1.2.1 (2024-03-30)

Bug Fixes

  • redirect user to the landing page after signing out (6e9f383)

1.2.0 (2024-03-29)

Features

  • add link to the GitHub repository (ed42176)

1.1.0 (2024-03-29)

Features

  • launching SaaS boilerplate for helping developers to build SaaS quickly (7f24661)

1.0.0 (2024-03-29)

Features