Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
265f78d
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
26fc1de
Update docs.json
mintlify[bot] Sep 30, 2025
5bb3b91
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
62adddb
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
ab6d7c0
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
3152b00
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
67c9e08
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
b73f7a3
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
6a4d7f3
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
1692b66
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
4f5ff7e
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
454ff3c
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
7dd28e6
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
0b66a59
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
2a36430
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
6672912
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
2322bbd
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
49470d2
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
3289ff7
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
f8dbec5
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
a3d0057
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
662b12f
Update interwovenkit/changelog.mdx
mintlify[bot] Sep 30, 2025
fda851d
feat: remove unnecessary interwovenkit changelog content
tansawit Sep 30, 2025
6977dad
feat: remove 2.0.0 changelog
tansawit Sep 30, 2025
057c4c8
feat: add rss icon
tansawit Sep 30, 2025
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
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@
"pages": [
"interwovenkit/introduction",
"interwovenkit/getting-started",
"interwovenkit/migration"
"interwovenkit/migration",
"interwovenkit/changelog"
]
},
{
Expand Down
42 changes: 42 additions & 0 deletions interwovenkit/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Changelog
description: New InterwovenKit releases and improvements
icon: clock
rss: true
---

<Update label="2025-09-30" description="v2.0.3" tags={["feature", "improvement", "fix"]}>

## Interface and form enhancements

- **Custom fee handling support** - Enhanced gas price multipliers and fee token selection logic for better transaction fee management ([7a46d80](https://github.com/initia-labs/interwovenkit/commit/7a46d80d3b1d48468072b5f8521427201e27f4b0))
- **Formatted number paste handling** - NumericInput now supports pasting comma-separated values (e.g., "1,234,567.890") with automatic formatting ([b452fc9](https://github.com/initia-labs/interwovenkit/commit/b452fc9a981a96fa03261b096a4befdbea04bd8d))
- **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3))

## UI and user experience improvements

- **Redesigned fee selector UI** - Improved dropdown styling, better visual hierarchy, and cleaner fee amount display ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97))
- **Better route selection UI** - Enhanced route option display with improved loading states, duration formatting, and clearer visual indicators ([5d1c601](https://github.com/initia-labs/interwovenkit/commit/5d1c601c86f6f959180a974ee18f9c3adbc4a6fc))
- **Date-grouped bridge history** - Transaction history now organizes items by date groups for better chronological navigation ([02da58d](https://github.com/initia-labs/interwovenkit/commit/02da58dc82883113495dfff4ec9afe1993d06e32))

## Bug fixes and reliability

- **Bridge sequence conflicts** - Fixed sequence conflicts in same-chain op hook transactions ([b2ffc73](https://github.com/initia-labs/interwovenkit/commit/b2ffc73af517cae5baa61af75a846a4f5122650b))

</Update>

<Update label="2025-09-22" description="v2.0.2" tags={["improvement"]}>

## Infrastructure and performance enhancements

- **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4))

</Update>

<Update label="2025-09-16" description="v2.0.1" tags={["fix"]}>

## Bug fixes and reliability

- **NFT unique key handling** - Fixed NFT identification by using collection_addr and token_id for unique keys ([492d0d6](https://github.com/initia-labs/interwovenkit/commit/492d0d60a24359005d963ae174123b6252cc1ecd))

</Update>