[PR #1602] [MERGED] Feat/anouncement v1.2 #3886

Closed
opened 2026-03-13 11:20:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1602
Author: @Bekacru
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @Bekacru

Base: mainHead: feat/anouncement-v1.2


📝 Commits (10+)

📊 Changes

19 files changed (+1085 additions, -275 deletions)

View changed files

📝 demo/nextjs/components/sign-in.tsx (+43 -50)
📝 demo/nextjs/components/sign-up.tsx (+132 -84)
docs/app/api/og-release/route.tsx (+173 -0)
docs/app/changelogs/[[...slug]]/page.tsx (+228 -0)
📝 docs/app/changelogs/_components/default-changelog.tsx (+15 -6)
docs/app/changelogs/layout.tsx (+5 -0)
📝 docs/app/docs/[[...slug]]/page.tsx (+3 -1)
📝 docs/app/layout.config.tsx (+5 -1)
📝 docs/app/source.ts (+7 -3)
docs/components/ui/stepper.tsx (+41 -0)
docs/content/changelogs/1-2.mdx (+94 -0)
docs/content/changelogs/1.0.mdx (+52 -0)
📝 docs/lib/utils.ts (+11 -1)
📝 docs/next.config.mjs (+3 -0)
docs/public/plus.svg (+1 -0)
📝 docs/source.config.ts (+21 -19)
📝 packages/better-auth/src/plugins/anonymous/index.ts (+1 -1)
📝 pnpm-lock.yaml (+249 -108)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/1602 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/anouncement-v1.2` --- ### 📝 Commits (10+) - [`5d87e80`](https://github.com/better-auth/better-auth/commit/5d87e8046b6aac541e24bb0180d1b99dd69f1266) typo on comment - [`cfd1669`](https://github.com/better-auth/better-auth/commit/cfd1669693abed924448897456e5385794404f97) fix: demo validation and other - [`32b257f`](https://github.com/better-auth/better-auth/commit/32b257f80c50aed751f45dcd3ddc1bb95788f257) feat: v based slug - [`1823a82`](https://github.com/better-auth/better-auth/commit/1823a8245b727d187c0198b37c2158ff902273cf) chore: lint - [`f4646fd`](https://github.com/better-auth/better-auth/commit/f4646fdcce0c733908d87363eeb27434d944ebf9) ready made for og - [`375e1f8`](https://github.com/better-auth/better-auth/commit/375e1f81fa28bb3e690e262bbe9b3aaac90637f5) chore: lint - [`6ca5b14`](https://github.com/better-auth/better-auth/commit/6ca5b1431a524a246cf5fc06222b28dedd318195) clean ups - [`355cc2e`](https://github.com/better-auth/better-auth/commit/355cc2e44d685bb794186db5de1060156344db42) Merge branch 'main' into feat/anouncement-v1.2 - [`657f6aa`](https://github.com/better-auth/better-auth/commit/657f6aa76108d2a34cf7eccf306b0571b3388b08) feat: Enhance version release page design and content - [`3856cef`](https://github.com/better-auth/better-auth/commit/3856cefcfef4329c3164c3fe6a14864ba933b63c) wip ### 📊 Changes **19 files changed** (+1085 additions, -275 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/components/sign-in.tsx` (+43 -50) 📝 `demo/nextjs/components/sign-up.tsx` (+132 -84) ➕ `docs/app/api/og-release/route.tsx` (+173 -0) ➕ `docs/app/changelogs/[[...slug]]/page.tsx` (+228 -0) 📝 `docs/app/changelogs/_components/default-changelog.tsx` (+15 -6) ➕ `docs/app/changelogs/layout.tsx` (+5 -0) 📝 `docs/app/docs/[[...slug]]/page.tsx` (+3 -1) 📝 `docs/app/layout.config.tsx` (+5 -1) 📝 `docs/app/source.ts` (+7 -3) ➕ `docs/components/ui/stepper.tsx` (+41 -0) ➕ `docs/content/changelogs/1-2.mdx` (+94 -0) ➕ `docs/content/changelogs/1.0.mdx` (+52 -0) 📝 `docs/lib/utils.ts` (+11 -1) 📝 `docs/next.config.mjs` (+3 -0) ➕ `docs/public/plus.svg` (+1 -0) 📝 `docs/source.config.ts` (+21 -19) 📝 `packages/better-auth/src/plugins/anonymous/index.ts` (+1 -1) 📝 `pnpm-lock.yaml` (+249 -108) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 11:20:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#3886