From 265f78dad9fc0c19102ec6333b09b87cef94ebcc Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:13:24 +0000 Subject: [PATCH 01/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 interwovenkit/changelog.mdx diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx new file mode 100644 index 0000000..23509e7 --- /dev/null +++ b/interwovenkit/changelog.mdx @@ -0,0 +1,27 @@ +--- +title: Changelog +description: Release notes and version history for InterwovenKit +icon: clock +--- + +# Changelog + +All notable changes to InterwovenKit will be documented in this file. + +## [2.0.3] - 2024-12-19 + +### Added +- **interface:** Custom fee handling support ([7a46d80](https://github.com/initia-labs/interwovenkit/commit/7a46d80d3b1d48468072b5f8521427201e27f4b0)) +- **form:** Paste handling for formatted numbers ([b452fc9](https://github.com/initia-labs/interwovenkit/commit/b452fc9a981a96fa03261b096a4befdbea04bd8d)) + +### Improved +- **form:** Focus management ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) +- **tx:** Fee selector UI design ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97)) +- **bridge:** Route selection UI ([5d1c601](https://github.com/initia-labs/interwovenkit/commit/5d1c601c86f6f959180a974ee18f9c3adbc4a6fc)) +- **bridge:** Group history items by date ([02da58d](https://github.com/initia-labs/interwovenkit/commit/02da58dc82883113495dfff4ec9afe1993d06e32)) + +--- + +## Previous Versions + +For migration information from earlier versions, see the [Migration Guide](./migration). \ No newline at end of file From 26fc1de2004a9660fef106b73700f3c8ae272c03 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:13:39 +0000 Subject: [PATCH 02/25] Update docs.json --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 52b39f4..f7b80e5 100644 --- a/docs.json +++ b/docs.json @@ -366,7 +366,8 @@ "pages": [ "interwovenkit/introduction", "interwovenkit/getting-started", - "interwovenkit/migration" + "interwovenkit/migration", + "interwovenkit/changelog" ] }, { From 5bb3b919093c21d57b85f887bc184121e20961a3 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:18:42 +0000 Subject: [PATCH 03/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 23509e7..55424f7 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -11,14 +11,14 @@ All notable changes to InterwovenKit will be documented in this file. ## [2.0.3] - 2024-12-19 ### Added -- **interface:** Custom fee handling support ([7a46d80](https://github.com/initia-labs/interwovenkit/commit/7a46d80d3b1d48468072b5f8521427201e27f4b0)) -- **form:** Paste handling for formatted numbers ([b452fc9](https://github.com/initia-labs/interwovenkit/commit/b452fc9a981a96fa03261b096a4befdbea04bd8d)) +- **interface:** Custom fee handling support with enhanced gas price multipliers and fee token selection logic ([7a46d80](https://github.com/initia-labs/interwovenkit/commit/7a46d80d3b1d48468072b5f8521427201e27f4b0)) +- **form:** Paste handling for formatted numbers - 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)) ### Improved -- **form:** Focus management ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) -- **tx:** Fee selector UI design ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97)) -- **bridge:** Route selection UI ([5d1c601](https://github.com/initia-labs/interwovenkit/commit/5d1c601c86f6f959180a974ee18f9c3adbc4a6fc)) -- **bridge:** Group history items by date ([02da58d](https://github.com/initia-labs/interwovenkit/commit/02da58dc82883113495dfff4ec9afe1993d06e32)) +- **form:** Focus management - Enhanced auto-focus behavior that respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) +- **tx:** Fee selector UI design - Redesigned transaction fee selector with improved dropdown styling, better visual hierarchy, and cleaner fee amount display ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97)) +- **bridge:** Route selection UI - Enhanced route option display with better loading states, improved duration formatting, and clearer visual indicators for route availability ([5d1c601](https://github.com/initia-labs/interwovenkit/commit/5d1c601c86f6f959180a974ee18f9c3adbc4a6fc)) +- **bridge:** Group history items by date - Bridge transaction history now organizes items by date groups (e.g., "Dec 19, 2024") for better chronological navigation and improved user experience ([02da58d](https://github.com/initia-labs/interwovenkit/commit/02da58dc82883113495dfff4ec9afe1993d06e32)) --- From 62adddb40ee8265bbb7e6620ce3a4ee27b65f14d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:23:05 +0000 Subject: [PATCH 04/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 44 ++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 10 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 55424f7..6daff43 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -8,20 +8,44 @@ icon: clock All notable changes to InterwovenKit will be documented in this file. -## [2.0.3] - 2024-12-19 + -### Added -- **interface:** Custom fee handling support with enhanced gas price multipliers and fee token selection logic ([7a46d80](https://github.com/initia-labs/interwovenkit/commit/7a46d80d3b1d48468072b5f8521427201e27f4b0)) -- **form:** Paste handling for formatted numbers - 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)) +## New Features -### Improved -- **form:** Focus management - Enhanced auto-focus behavior that respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) -- **tx:** Fee selector UI design - Redesigned transaction fee selector with improved dropdown styling, better visual hierarchy, and cleaner fee amount display ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97)) -- **bridge:** Route selection UI - Enhanced route option display with better loading states, improved duration formatting, and clearer visual indicators for route availability ([5d1c601](https://github.com/initia-labs/interwovenkit/commit/5d1c601c86f6f959180a974ee18f9c3adbc4a6fc)) -- **bridge:** Group history items by date - Bridge transaction history now organizes items by date groups (e.g., "Dec 19, 2024") for better chronological navigation and improved user experience ([02da58d](https://github.com/initia-labs/interwovenkit/commit/02da58dc82883113495dfff4ec9afe1993d06e32)) +- **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)) + +## Improvements + +- **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) +- **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 + +- **Bridge sequence conflicts** - Fixed sequence conflicts in same-chain op hook transactions ([b2ffc73](https://github.com/initia-labs/interwovenkit/commit/b2ffc73af517cae5baa61af75a846a4f5122650b)) + + + + + +## Configuration Updates + +- **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4)) + + + + + +## Bug Fixes + +- **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)) + + --- -## Previous Versions +## Migration Guide For migration information from earlier versions, see the [Migration Guide](./migration). \ No newline at end of file From ab6d7c0a3301b2690471d93f994787d5d2ae92f6 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:28:38 +0000 Subject: [PATCH 05/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 6daff43..84ccd41 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -8,7 +8,38 @@ icon: clock All notable changes to InterwovenKit will be documented in this file. - + + +## Breaking Changes + +- **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance +- **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support +- **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods +- **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size + +## New Features + +- **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously +- **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling +- **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency +- **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 +- **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration +- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions + +## Improvements + +- **Performance Optimizations** - Significant bundle size reduction and faster initial load times +- **Developer Experience** - Enhanced TypeScript definitions and improved error messages +- **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation +- **Documentation** - Comprehensive guides and API reference with interactive examples + +## Migration Required + +This is a major version release with breaking changes. Please refer to the [Migration Guide](./migration) for detailed upgrade instructions. + + + + ## New Features From 3152b00031b920e74c7a68beb499936adea91b3d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:28:47 +0000 Subject: [PATCH 06/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 84ccd41..e1f73c4 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -59,7 +59,7 @@ This is a major version release with breaking changes. Please refer to the [Migr - + ## Configuration Updates @@ -67,7 +67,7 @@ This is a major version release with breaking changes. Please refer to the [Migr - + ## Bug Fixes From 67c9e081e9dbe4773a971caeadad5eba0930035f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:30:21 +0000 Subject: [PATCH 07/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index e1f73c4..19e7a17 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -8,37 +8,6 @@ icon: clock All notable changes to InterwovenKit will be documented in this file. - - -## Breaking Changes - -- **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance -- **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support -- **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods -- **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size - -## New Features - -- **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously -- **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling -- **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency -- **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 -- **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration -- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions - -## Improvements - -- **Performance Optimizations** - Significant bundle size reduction and faster initial load times -- **Developer Experience** - Enhanced TypeScript definitions and improved error messages -- **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation -- **Documentation** - Comprehensive guides and API reference with interactive examples - -## Migration Required - -This is a major version release with breaking changes. Please refer to the [Migration Guide](./migration) for detailed upgrade instructions. - - - ## New Features From b73f7a3337a0b4e22923a2f5c402ec46d16c95dd Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:30:34 +0000 Subject: [PATCH 08/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 19e7a17..0437e75 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -44,6 +44,37 @@ All notable changes to InterwovenKit will be documented in this file. + + +## Breaking Changes + +- **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance +- **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support +- **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods +- **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size + +## New Features + +- **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously +- **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling +- **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency +- **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 +- **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration +- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions + +## Improvements + +- **Performance Optimizations** - Significant bundle size reduction and faster initial load times +- **Developer Experience** - Enhanced TypeScript definitions and improved error messages +- **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation +- **Documentation** - Comprehensive guides and API reference with interactive examples + +## Migration Required + +This is a major version release with breaking changes. Please refer to the [Migration Guide](./migration) for detailed upgrade instructions. + + + --- ## Migration Guide From 6a4d7f33be7c3f1471578abc87c5a77ff28f4e72 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:31:12 +0000 Subject: [PATCH 09/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 0437e75..b8f3d0a 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -12,19 +12,19 @@ All notable changes to InterwovenKit will be documented in this file. ## New Features -- **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)) +- feature **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)) +- feature **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)) ## Improvements -- **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) -- **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)) +- improvement **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) +- improvement **Redesigned fee selector UI** - Improved dropdown styling, better visual hierarchy, and cleaner fee amount display ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97)) +- improvement **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)) +- improvement **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 -- **Bridge sequence conflicts** - Fixed sequence conflicts in same-chain op hook transactions ([b2ffc73](https://github.com/initia-labs/interwovenkit/commit/b2ffc73af517cae5baa61af75a846a4f5122650b)) +- fix **Bridge sequence conflicts** - Fixed sequence conflicts in same-chain op hook transactions ([b2ffc73](https://github.com/initia-labs/interwovenkit/commit/b2ffc73af517cae5baa61af75a846a4f5122650b)) From 1692b66b3323cadcdd8c9d4f8de993b27b3d0755 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:31:18 +0000 Subject: [PATCH 10/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index b8f3d0a..1d4aced 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -32,7 +32,7 @@ All notable changes to InterwovenKit will be documented in this file. ## Configuration Updates -- **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4)) +- config **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4)) From 4f5ff7ed42162d5daf73ce600c64a8054d5a338f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:31:25 +0000 Subject: [PATCH 11/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 1d4aced..0e3dcf7 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -40,7 +40,7 @@ All notable changes to InterwovenKit will be documented in this file. ## Bug Fixes -- **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)) +- fix **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)) From 454ff3cfb9ed6dc5966bc0fc4a6328da1adde03d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:31:40 +0000 Subject: [PATCH 12/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 0e3dcf7..54960e1 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -48,26 +48,26 @@ All notable changes to InterwovenKit will be documented in this file. ## Breaking Changes -- **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance -- **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support -- **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods -- **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size +- breaking **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance +- breaking **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support +- breaking **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods +- breaking **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size ## New Features -- **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously -- **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling -- **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency -- **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 -- **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration -- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions +- feature **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously +- feature **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling +- feature **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency +- feature **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 +- feature **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration +- feature **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions ## Improvements -- **Performance Optimizations** - Significant bundle size reduction and faster initial load times -- **Developer Experience** - Enhanced TypeScript definitions and improved error messages -- **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation -- **Documentation** - Comprehensive guides and API reference with interactive examples +- improvement **Performance Optimizations** - Significant bundle size reduction and faster initial load times +- improvement **Developer Experience** - Enhanced TypeScript definitions and improved error messages +- improvement **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation +- improvement **Documentation** - Comprehensive guides and API reference with interactive examples ## Migration Required From 7dd28e6d312c03c1af12df9700b3e25f527d0d43 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:35:38 +0000 Subject: [PATCH 13/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 54960e1..63ad263 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -8,23 +8,23 @@ icon: clock All notable changes to InterwovenKit will be documented in this file. - + ## New Features -- feature **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)) -- feature **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)) +- **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)) ## Improvements -- improvement **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) -- improvement **Redesigned fee selector UI** - Improved dropdown styling, better visual hierarchy, and cleaner fee amount display ([04cf0f8](https://github.com/initia-labs/interwovenkit/commit/04cf0f80598f2acc6b28ec060644230298b89f97)) -- improvement **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)) -- improvement **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)) +- **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) +- **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 -- fix **Bridge sequence conflicts** - Fixed sequence conflicts in same-chain op hook transactions ([b2ffc73](https://github.com/initia-labs/interwovenkit/commit/b2ffc73af517cae5baa61af75a846a4f5122650b)) +- **Bridge sequence conflicts** - Fixed sequence conflicts in same-chain op hook transactions ([b2ffc73](https://github.com/initia-labs/interwovenkit/commit/b2ffc73af517cae5baa61af75a846a4f5122650b)) From 0b66a5911c67d2a29d3b1a2c0e252374d5d767f2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:35:48 +0000 Subject: [PATCH 14/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 63ad263..5e68d24 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -28,11 +28,11 @@ All notable changes to InterwovenKit will be documented in this file. - + ## Configuration Updates -- config **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4)) +- **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4)) From 2a3643051f85fce82e9c282f59b67f32ed27e60b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:35:54 +0000 Subject: [PATCH 15/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 5e68d24..2b8ab6d 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -36,11 +36,11 @@ All notable changes to InterwovenKit will be documented in this file. - + ## Bug Fixes -- fix **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)) +- **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)) From 6672912b12d5a413b588e9cbf7749229181ffbf0 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:36:12 +0000 Subject: [PATCH 16/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 2b8ab6d..05e430c 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -44,30 +44,30 @@ All notable changes to InterwovenKit will be documented in this file. - + ## Breaking Changes -- breaking **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance -- breaking **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support -- breaking **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods -- breaking **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size +- **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance +- **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support +- **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods +- **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size ## New Features -- feature **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously -- feature **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling -- feature **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency -- feature **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 -- feature **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration -- feature **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions +- **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously +- **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling +- **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency +- **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 +- **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration +- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions ## Improvements -- improvement **Performance Optimizations** - Significant bundle size reduction and faster initial load times -- improvement **Developer Experience** - Enhanced TypeScript definitions and improved error messages -- improvement **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation -- improvement **Documentation** - Comprehensive guides and API reference with interactive examples +- **Performance Optimizations** - Significant bundle size reduction and faster initial load times +- **Developer Experience** - Enhanced TypeScript definitions and improved error messages +- **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation +- **Documentation** - Comprehensive guides and API reference with interactive examples ## Migration Required From 2322bbdb390895fc13bdc96cf60a0ec2a159e0ba Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:39:22 +0000 Subject: [PATCH 17/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 05e430c..e623c6a 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -8,7 +8,7 @@ icon: clock All notable changes to InterwovenKit will be documented in this file. - + ## New Features From 49470d2dd0dba4e731ed54cda06d5d59a239d9e2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:39:40 +0000 Subject: [PATCH 18/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index e623c6a..86dac51 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -8,7 +8,7 @@ icon: clock All notable changes to InterwovenKit will be documented in this file. - + ## New Features From 3289ff78e9ea54535e1beed3d072fd5fe0454414 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:39:48 +0000 Subject: [PATCH 19/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 86dac51..c3b2ef5 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -28,7 +28,7 @@ All notable changes to InterwovenKit will be documented in this file. - + ## Configuration Updates From f8dbec5202e9d813667c02460cf36c8019b13437 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:39:55 +0000 Subject: [PATCH 20/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index c3b2ef5..707b7f2 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -36,7 +36,7 @@ All notable changes to InterwovenKit will be documented in this file. - + ## Bug Fixes From a3d005748894e640f388fe5f96f85222be66f609 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:40:02 +0000 Subject: [PATCH 21/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 707b7f2..dc39cd8 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -44,7 +44,7 @@ All notable changes to InterwovenKit will be documented in this file. - + ## Breaking Changes From 662b12f4ef20685c8eb54f3a6692c287c9be9edb Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:46:27 +0000 Subject: [PATCH 22/25] Update interwovenkit/changelog.mdx --- interwovenkit/changelog.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index dc39cd8..2fccfdb 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -6,39 +6,39 @@ icon: clock # Changelog -All notable changes to InterwovenKit will be documented in this file. +New releases and improvements to InterwovenKit -## New Features +## 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)) -## Improvements +## UI and user experience improvements -- **Enhanced focus management** - Auto-focus behavior now respects mobile device constraints and improves user experience ([8eb6318](https://github.com/initia-labs/interwovenkit/commit/8eb6318aa5ef38ad0dd18dc54155ade97c78c7c3)) - **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 +## 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)) - + -## Configuration Updates +## Infrastructure and performance enhancements - **Updated indexer URL** - Changed indexer endpoint for improved performance and reliability ([c456edc](https://github.com/initia-labs/interwovenkit/commit/c456edc4579204937bb24b9277448eb157c67bf4)) - + -## Bug Fixes +## 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)) @@ -46,24 +46,24 @@ All notable changes to InterwovenKit will be documented in this file. -## Breaking Changes +## Major releases - **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance - **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support - **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods - **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size -## New Features +## Wallet and bridge enhancements - **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously - **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling - **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency - **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 - **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration -- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions -## Improvements +## Performance and developer experience +- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions - **Performance Optimizations** - Significant bundle size reduction and faster initial load times - **Developer Experience** - Enhanced TypeScript definitions and improved error messages - **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation From fda851d914f92611131277c31b1476bd84440c6d Mon Sep 17 00:00:00 2001 From: tansawit Date: Tue, 30 Sep 2025 16:50:00 +0700 Subject: [PATCH 23/25] feat: remove unnecessary interwovenkit changelog content --- interwovenkit/changelog.mdx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 2fccfdb..becc44e 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -1,13 +1,9 @@ --- title: Changelog -description: Release notes and version history for InterwovenKit +description: New InterwovenKit releases and improvements icon: clock --- -# Changelog - -New releases and improvements to InterwovenKit - ## Interface and form enhancements @@ -73,10 +69,4 @@ New releases and improvements to InterwovenKit This is a major version release with breaking changes. Please refer to the [Migration Guide](./migration) for detailed upgrade instructions. - - ---- - -## Migration Guide - -For migration information from earlier versions, see the [Migration Guide](./migration). \ No newline at end of file + \ No newline at end of file From 6977dad3c03bf39e6dd66f66df2538ea6a6a42fd Mon Sep 17 00:00:00 2001 From: tansawit Date: Tue, 30 Sep 2025 16:51:43 +0700 Subject: [PATCH 24/25] feat: remove 2.0.0 changelog --- interwovenkit/changelog.mdx | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index becc44e..3b9fbb3 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -38,35 +38,4 @@ icon: clock - **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)) - - - - -## Major releases - -- **React 19 Support** - Updated to support React 19 with improved concurrent features and enhanced performance -- **Provider Architecture** - Redesigned InterwovenKitProvider with simplified configuration and better TypeScript support -- **Hook API Changes** - Streamlined useInterwovenKit hook with consolidated wallet connection methods -- **Styling System** - New CSS-in-JS approach with improved theming capabilities and reduced bundle size - -## Wallet and bridge enhancements - -- **Multi-Chain Wallet Support** - Native support for connecting multiple wallets across different chains simultaneously -- **Enhanced Bridge Interface** - Complete redesign of bridge functionality with improved UX and better error handling -- **Transaction Batching** - Support for batching multiple transactions to reduce gas costs and improve efficiency -- **Advanced Fee Management** - Comprehensive fee estimation and customization with support for EIP-1559 -- **NFT Integration** - Full NFT support including viewing, transferring, and marketplace integration - -## Performance and developer experience - -- **Mobile Optimization** - Responsive design optimized for mobile devices with touch-friendly interactions -- **Performance Optimizations** - Significant bundle size reduction and faster initial load times -- **Developer Experience** - Enhanced TypeScript definitions and improved error messages -- **Accessibility** - WCAG 2.1 AA compliance with screen reader support and keyboard navigation -- **Documentation** - Comprehensive guides and API reference with interactive examples - -## Migration Required - -This is a major version release with breaking changes. Please refer to the [Migration Guide](./migration) for detailed upgrade instructions. - \ No newline at end of file From 057c4c819943070f59048b29b02a9766621b1d3d Mon Sep 17 00:00:00 2001 From: tansawit Date: Tue, 30 Sep 2025 16:53:08 +0700 Subject: [PATCH 25/25] feat: add rss icon --- interwovenkit/changelog.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/interwovenkit/changelog.mdx b/interwovenkit/changelog.mdx index 3b9fbb3..512760d 100644 --- a/interwovenkit/changelog.mdx +++ b/interwovenkit/changelog.mdx @@ -2,6 +2,7 @@ title: Changelog description: New InterwovenKit releases and improvements icon: clock +rss: true ---