Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-browsers-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-extensions-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-nodes-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-responses-read.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/clean-pandas-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-nodes-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/local-session-coordinator.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/modern-nodes-run.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/neat-mirrors-rest.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/neat-tools-export.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/quick-tools-rest.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/soft-cats-claim.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/stable-cache-adapters.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tame-dodos-clear.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tidy-ravens-wait.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tough-bears-leave.md

This file was deleted.

30 changes: 30 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @logto/angular

## 2.1.0

### Minor Changes

- a9dca71: export `decodeAccessToken`, `ReservedResource`, and `CacheKey` from applicable platform SDK package
roots
- a9dca71: expose token claim APIs across platform SDKs

Make `getIdTokenClaims`, `getAccessTokenClaims`, and `getOrganizationTokenClaims` available through
Next.js and React Router. Forward the optional `organizationId` through platform access-token
wrappers.
- 1b9abbd: stabilize cache configuration across JavaScript SDKs

Use the stable `cache` client adapter property. The deprecated `unstable_cache` alias remains
supported, with the stable property taking precedence. Node and edge clients continue to use an
endpoint-scoped process-local cache by default.

Browser, React, Angular, Vue, Capacitor, and Chrome Extension clients can opt in through the stable
`enableCache` option. Browser caches are isolated by endpoint and application, and cache storage
failures no longer discard successful discovery responses.

### Patch Changes

- 9f877b2: clear local authentication state when remote sign-out cannot start
- Updated dependencies [b694c0e]
- Updated dependencies [a9dca71]
- Updated dependencies [1b9abbd]
- Updated dependencies [9f877b2]
- @logto/browser@3.1.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/angular",
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/browser-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.35

### Patch Changes

- Updated dependencies [b694c0e]
- Updated dependencies [a9dca71]
- Updated dependencies [1b9abbd]
- Updated dependencies [9f877b2]
- @logto/browser@3.1.0

## 2.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/browser-sample",
"version": "2.0.34",
"version": "2.0.35",
"license": "MIT",
"private": true,
"source": "public/index.html",
Expand Down
28 changes: 28 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 3.1.0

### Minor Changes

- b694c0e: support configurable request timeouts through native fetch
- a9dca71: export `decodeAccessToken`, `ReservedResource`, and `CacheKey` from applicable platform SDK package
roots
- 1b9abbd: stabilize cache configuration across JavaScript SDKs

Use the stable `cache` client adapter property. The deprecated `unstable_cache` alias remains
supported, with the stable property taking precedence. Node and edge clients continue to use an
endpoint-scoped process-local cache by default.

Browser, React, Angular, Vue, Capacitor, and Chrome Extension clients can opt in through the stable
`enableCache` option. Browser caches are isolated by endpoint and application, and cache storage
failures no longer discard successful discovery responses.

### Patch Changes

- 9f877b2: clear local authentication state when remote sign-out cannot start
- Updated dependencies [a078735]
- Updated dependencies [3b32030]
- Updated dependencies [a9dca71]
- Updated dependencies [1b9abbd]
- Updated dependencies [b694c0e]
- Updated dependencies [9f877b2]
- @logto/client@3.2.0

## 3.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/browser",
"version": "3.0.14",
"version": "3.1.0",
"type": "module",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/capacitor-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @logto/capacitor-sample

## 0.1.6

### Patch Changes

- Updated dependencies [a9dca71]
- Updated dependencies [1b9abbd]
- Updated dependencies [9f877b2]
- @logto/capacitor@4.1.0

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/capacitor-sample",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"type": "module",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions packages/capacitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @logto/capacitor

## 4.1.0

### Minor Changes

- a9dca71: export `decodeAccessToken`, `ReservedResource`, and `CacheKey` from applicable platform SDK package
roots
- 1b9abbd: stabilize cache configuration across JavaScript SDKs

Use the stable `cache` client adapter property. The deprecated `unstable_cache` alias remains
supported, with the stable property taking precedence. Node and edge clients continue to use an
endpoint-scoped process-local cache by default.

Browser, React, Angular, Vue, Capacitor, and Chrome Extension clients can opt in through the stable
`enableCache` option. Browser caches are isolated by endpoint and application, and cache storage
failures no longer discard successful discovery responses.

### Patch Changes

- 9f877b2: clear local authentication state when remote sign-out cannot start
- Updated dependencies [b694c0e]
- Updated dependencies [a9dca71]
- Updated dependencies [1b9abbd]
- Updated dependencies [9f877b2]
- @logto/browser@3.1.0

## 4.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/capacitor",
"version": "4.0.8",
"version": "4.1.0",
"type": "module",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
24 changes: 24 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @logto/chrome-extension

## 0.2.0

### Minor Changes

- b694c0e: support configurable request timeouts through native fetch
- 1b9abbd: stabilize cache configuration across JavaScript SDKs

Use the stable `cache` client adapter property. The deprecated `unstable_cache` alias remains
supported, with the stable property taking precedence. Node and edge clients continue to use an
endpoint-scoped process-local cache by default.

Browser, React, Angular, Vue, Capacitor, and Chrome Extension clients can opt in through the stable
`enableCache` option. Browser caches are isolated by endpoint and application, and cache storage
failures no longer discard successful discovery responses.

### Patch Changes

- 9f877b2: clear local authentication state when remote sign-out cannot start
- Updated dependencies [b694c0e]
- Updated dependencies [a9dca71]
- Updated dependencies [1b9abbd]
- Updated dependencies [9f877b2]
- @logto/browser@3.1.0

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/chrome-extension",
"version": "0.1.28",
"version": "0.2.0",
"description": "Logto Chrome extension SDK",
"type": "module",
"files": [
Expand Down
Loading
Loading