Skip to content

Commit 1cdd8dd

Browse files
authored
Merge branch 'main' into bruno/user-5297-add-update-user-metadata
2 parents bdec0ff + 39099b6 commit 1cdd8dd

286 files changed

Lines changed: 2157 additions & 5610 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/drop-tailwind-merge.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/famous-bats-tan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/legal-numbers-fry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@clerk/localizations': patch
3+
'@clerk/clerk-js': patch
4+
'@clerk/shared': patch
5+
'@clerk/ui': patch
6+
---
7+
8+
Update `<ConfigureSSO />` in the context of organizations to only allow managing enterprise connections based on system permission
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/quiet-dancers-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/ui': patch
3+
---
4+
5+
fix(ui): don't treat numeric usernames as phone numbers
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/slow-breads-pump.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/soft-worms-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/ui": patch
3+
---
4+
5+
Fixed custom page icons not rendering in React 19 due to a forwarded ref overwriting the internal node reference.

.changeset/thirty-cups-guess.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@clerk/localizations': patch
3+
'@clerk/clerk-js': patch
4+
'@clerk/shared': patch
5+
'@clerk/ui': patch
6+
---
7+
8+
Add verify/add email address step to `<__experimental_ConfigureSSO />`

.cursor/rules/development.mdc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Development Environment Setup
1414
Monorepo Development Workflow
1515
- Make changes in the relevant package under `/packages/`
1616
- Use `pnpm dev` to watch for changes and rebuild automatically
17-
- Test changes using playground applications in `/playground/`
1817
- Run specific package commands using pnpm workspace syntax: `pnpm --filter @clerk/nextjs build`
1918
- Use Turbo for efficient builds: `turbo build --filter=@clerk/nextjs`
2019

@@ -111,7 +110,6 @@ Release Process
111110
- Maintain detailed changelogs
112111

113112
Local Development Tips
114-
- Use playground applications to test changes quickly
115113
- Set up multiple test environments for different scenarios
116114
- Use pkglab for local npm registry testing (`pkglab pub` to publish, `pkglab add` to install)
117115
- Leverage hot reloading for faster development cycles

0 commit comments

Comments
 (0)