Skip to content
Closed
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
24 changes: 24 additions & 0 deletions interwovenkit/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ description: Additions, updates, and fixes to InterwovenKit
rss: true
---

<Update label="April 21, 2026" description="v2.8.0" tags={["Improvement"]}>

## Exported `EnableAutoSignOptions` type

The `EnableAutoSignOptions` type is now exported from the package, making it
easier to type
[autosign](/interwovenkit/features/autosign/introduction)
configuration when calling `enable()` from TypeScript.

</Update>

<Update label="April 21, 2026" description="v2.7.0" tags={["Feature"]}>

## Configurable default duration for autosign

The `enable()` method on
[autosign](/interwovenkit/features/autosign/introduction)
now accepts an optional `defaultDuration` so apps can preselect how long
autosign stays active when the enable prompt appears. The value is validated
against the supported duration options, and the duration dropdown initializes
from the provided default.

</Update>

<Update label="April 7, 2026" description="v2.6.0" tags={["Feature", "Improvement", "Bug Fix"]}>

## Smarter wallet ordering on sign-in
Expand Down
Loading