Skip to content

Commit 9df0c27

Browse files
committed
Merge branch 'main' into ss/DOCS-10983
2 parents 6b4f930 + 8ebbf1e commit 9df0c27

File tree

198 files changed

+4050
-1086
lines changed

Some content is hidden

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

198 files changed

+4050
-1086
lines changed

.changeset/eighty-coins-punch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/localizations': patch
3+
'@clerk/clerk-js': patch
4+
'@clerk/types': patch
5+
---
6+
7+
Add title attribute to email address field with the recommended format.

.changeset/forty-experts-battle.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
---
4+
5+
Fixes an issue in SelectOption where the focus styles were not being properly applied when the option is focused.
6+
7+
Increases SelectOption touch area to remove any dead spots between items.

.changeset/fresh-pandas-dress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/full-horses-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/tanstack-react-start': patch
3+
---
4+
5+
Fixed a bug where the `clerkMiddleware()` helper would consume the body of the request

.changeset/khaki-beers-argue.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/refactor-error-handling-system.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/backend': patch
3+
---
4+
5+
Fix infinite redirect loop in multi-domain development flows by reordering authentication checks to prioritize satellite sync requests over dev-browser-sync handshakes.

.changeset/young-nails-matter.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

integration/tests/pricing-table.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withBilling] })('pricing tabl
117117
await u.po.checkout.waitForMounted();
118118
await u.po.checkout.fillTestCard();
119119
await u.po.checkout.clickPayOrSubscribe();
120-
await expect(u.po.page.getByText('Payment was successful!')).toBeVisible();
120+
await expect(u.po.checkout.root.getByText('Payment was successful!')).toBeVisible();
121+
await expect(u.po.checkout.root.getByText('Visa ⋯ 4242')).toBeVisible();
121122
await u.po.checkout.confirmAndContinue();
122123

123124
// eslint-disable-next-line playwright/no-conditional-in-test

packages/agent-toolkit/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @clerk/agent-toolkit
22

3+
## 0.1.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a172d51`](https://github.com/clerk/javascript/commit/a172d51df2d7f2e450c983a15ae897624304a764), [`947d0f5`](https://github.com/clerk/javascript/commit/947d0f5480b0151a392966cad2e1a45423f66035)]:
8+
- @clerk/types@4.95.0
9+
- @clerk/shared@3.28.2
10+
- @clerk/backend@2.18.3
11+
12+
## 0.1.41
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`d8147fb`](https://github.com/clerk/javascript/commit/d8147fb58bfd6caf9a4f0a36fdc48c630d00387f)]:
17+
- @clerk/shared@3.28.1
18+
- @clerk/backend@2.18.2
19+
20+
## 0.1.40
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [[`305f4ee`](https://github.com/clerk/javascript/commit/305f4eeb825086d55d1b0df198a0c43da8d94993), [`53214f9`](https://github.com/clerk/javascript/commit/53214f9a600074affc84d616bbbe7a6b625e7d33), [`1441e68`](https://github.com/clerk/javascript/commit/1441e6851102e9eed5697ad78c695f75b4a20db2), [`1236c74`](https://github.com/clerk/javascript/commit/1236c745fd58020e0972938ca0a9ae697a24af02), [`29201b2`](https://github.com/clerk/javascript/commit/29201b24847b6cdb35a96cb971fa1de958b0410a)]:
25+
- @clerk/backend@2.18.1
26+
- @clerk/shared@3.28.0
27+
- @clerk/types@4.94.0
28+
329
## 0.1.39
430

531
### Patch Changes

0 commit comments

Comments
 (0)