Skip to content

Releases: mikasomaka/SaaS-Boilerplate

v1.0.0

04 Nov 09:52
Compare
Choose a tag to compare

1.0.0 (2024-11-04)

Bug Fixes

  • add demo banner at the top of the landing page (09bf8c8)
  • 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)
  • issue to build Next.js with Node.js 22.7, use 22.6 instead (4acaef9)
  • redirect user to the landing page after signing out (6e9f383)
  • remove hydration error and unify with pro version 1.6.1 (ea2d02b)
  • update logicalId in checkly configuration (6e7a479)

Features

  • add custom framework for i18n-ally and replace deprecated Jest VSCode configuration (a9889dc)
  • add link to the GitHub repository (ed42176)
  • create dashboard header component (f3dc1da)
  • don't redirect to organization-selection if the user is already on this page (87da997)
  • initial commit (d58e1d9)
  • launching SaaS boilerplate for helping developers to build SaaS quickly (7f24661)
  • 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)
  • update de Next.js Boilerplate v3.58.1 (16aea65)
  • update to Drizzle Kit 0.22, Storybook 8, migrate to vitest (c2f19cd)
  • update to Next.js Boilerpalte v3.54 (ae80843)
  • upgrade to Clerk v5 and use Clerk's Core 2 (a92cef0)
  • use Node.js version 20 and 22 in GitHub Actions (226b5e9)
  • vscode jest open test result view on test fails and add unauthenticatedUrl in clerk middleware (3cfcb6b)