Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: XianliLiao/SaaS-Boilerplate

Tags

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2025-08-14)

### Bug Fixes

* add demo banner at the top of the landing page ([f86da6f](f86da6f))
* chnage dashboard index message button in french translation ([d654619](d654619))
* clerk integration ([b6f7fe4](b6f7fe4))
* hide text in logo used in dashboard and add spacing for sign in button used in navbar ([ab67083](ab67083))
* in dashboard, make the logo smaller, display without text ([ec37a86](ec37a86))
* issue to build Next.js with Node.js 22.7, use 22.6 instead ([27c6db3](27c6db3))
* redirect user to the landing page after signing out ([3652b8b](3652b8b))
* remove custom framework configuration for i18n-ally vscode ([3307d66](3307d66))
* remove hydration error and unify with pro version 1.6.1 ([abc9828](abc9828))
* remove update deps github workflow, add separator in dashboard header ([ef2afe6](ef2afe6))
* update clerk to the latest version and update middlware to use await with auth ([89ab527](89ab527))
* update logicalId in checkly configuration ([4cc04b0](4cc04b0))
* use new vitest vscode setting for preventing automatic opening of the test results ([7de5e7d](7de5e7d))

### Features

* add custom framework for i18n-ally and replace deprecated Jest VSCode configuration ([07d696c](07d696c))
* add link to the GitHub repository ([6595246](6595246))
* create dashboard header component ([6fc8d14](6fc8d14))
* don't redirect to organization-selection if the user is already on this page ([4f09d00](4f09d00))
* initial commit ([685dd1c](685dd1c))
* launching SaaS boilerplate for helping developers to build SaaS quickly ([6a60eaa](6a60eaa))
* make the landing page responsive and works on mobile ([cf58936](cf58936))
* make user dashboard responsive ([276d3bf](276d3bf))
* migreate Env.mjs file to Env.ts ([6a37c38](6a37c38))
* remove next-sitemap and use the native Next.js sitemap/robots.txt ([1e737ff](1e737ff))
* update de Next.js Boilerplate v3.58.1 ([f2a72fc](f2a72fc))
* update to Drizzle Kit 0.22, Storybook 8, migrate to vitest ([326f35c](326f35c))
* update to Next.js Boilerpalte v3.54 ([3cb113b](3cb113b))
* upgrade to Clerk v5 and use Clerk's Core 2 ([cedf900](cedf900))
* use Node.js version 20 and 22 in GitHub Actions ([599e876](599e876))
* vscode jest open test result view on test fails and add unauthenticatedUrl in clerk middleware ([bce7643](bce7643))