Releases: qubic/qx-frontend
Releases · qubic/qx-frontend
v1.4.0
v1.4.0-rc.1
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
1.2.0 (2025-03-18)
Bug Fixes
- extract WalletConnect context and provider into separate files to fix fast refresh issues (8a69409)
- update import path for OrderPath type in ConfirmTradeStep component (afe13a6)
- update TradeRow key to use JSON.stringify for improved uniqueness (6522ef4)
Features
- add 'Check My Orders' button in AssetPage and update translations (bd797af)
- add animation to PortalModalWrapper using react-spring (df2210b)
- add buttons for opening ask and bid orders in AssetPage (0a706de)
- add declined transaction handling and update translations (3f90aa6)
- add disconnect call on session delete event in WalletConnectProvider (d4c62ed)
- add dropdown toggle functionality to AccountsSection component (e2de418)
- add en translations (e8730e6)
- add en translations (ad47f91)
- add rollup-plugin-visualizer for build analysis and lazy load error images (0e5e165)
- add user rejection handling in wallet connection process (ac5cc92)
- add wallet icon, update account change notification and enhance wallet menu (d03762e)
- adjust layout of AssetPage (4d48893)
- adjust layout of PublicEntityOrders (4999820)
- adjust table cell padding and update price alignment (b729618)
- adjuts rows and tables layout (96d4110)
- comment unused WalletConnect event listeners (f09fe4e)
- conditionally render label in TableHeadCell component (c8b009a)
- enhance AccountsSection to support account type distinction and localization (c179db8)
- enhance ConfirmTradeStep with validation and user asset balance checks (ea516b7)
- enhance ConnectWalletButton and ConnectWalletMenu with dropdown toggle functionality (19ddd41)
- enhance DropdownMenu with click outside handling and toggle functionality (3eee50b)
- enhance error handling in TradeModal and RemoveOrderModal with new request expired state (3d008fa)
- enhance table header styling and add fixed height for scrollable areas (a5a76da)
- enhance WalletConnectProvider events management (47fcb2b)
- extend button size options to include 'xxs' and adjust size classes for better responsiveness (37e4e25)
- implement development logging for WalletConnect context and client (88c9458)
- integrate add assets ask bid orders (c07fb9f)
- integrate ask/bids orders removing (2982b82)
- prevent reinitialization of WalletConnectClient if already initialized (63e6b11)
- refactor cancel order modal: (e856dfa)
- refactor ConnectWalletModal and ConnectWalletStep for improved connection status handling (c5c9d5d)
- refactor table components to use TableHead and TableWrapper for improved structure (d8155d7)
- refactor WalletConnectProvider and wallet-connect-client for improved wallet events handling (4abd9c9)
- refine proposal expiration handling to exclude specific statuses (6473d2d)
- rename TOKEN_AMOUNT_CHANGED and update QubicAccountSchema to include assets (7b95dc3)
- scroll to top on route change in AppLayout component (ed85edb)
- set default selected account in WalletConnectProvider on session restoration (9f29854)
- simplify BurgerMenu component after dowpdown updates (df1709b)
- simplify LanguagePicker by removing unused refs and click outside handling (010cefd)
- update AccountsSection to include translation function in dependencies (983e99c)
- update ConfirmTradeStep to prevent zero values in price and amount inputs (c9c2870)
- update RTL support in modals and dropdown components (14a73e3)
- update TradeModal logic to handle wallet connection and correct order type handling (f5fca06)
- update translation for ask and bid orders terminology (91e8df1)
- update translations (4b0abcb)
- update translations and add LogoutIcon to AccountActions component (3b60a80)
- update translations for order terminology and adjust header in EntityOwnerOrders component (d5ab8ff)
v1.2.0-rc.1
1.2.0-rc.1 (2025-03-18)
Bug Fixes
- extract WalletConnect context and provider into separate files to fix fast refresh issues (8a69409)
- update import path for OrderPath type in ConfirmTradeStep component (afe13a6)
- update TradeRow key to use JSON.stringify for improved uniqueness (6522ef4)
Features
- add 'Check My Orders' button in AssetPage and update translations (bd797af)
- add animation to PortalModalWrapper using react-spring (df2210b)
- add buttons for opening ask and bid orders in AssetPage (0a706de)
- add declined transaction handling and update translations (3f90aa6)
- add disconnect call on session delete event in WalletConnectProvider (d4c62ed)
- add dropdown toggle functionality to AccountsSection component (e2de418)
- add en translations (e8730e6)
- add en translations (ad47f91)
- add rollup-plugin-visualizer for build analysis and lazy load error images (0e5e165)
- add user rejection handling in wallet connection process (ac5cc92)
- add wallet icon, update account change notification and enhance wallet menu (d03762e)
- adjust layout of AssetPage (4d48893)
- adjust layout of PublicEntityOrders (4999820)
- adjust table cell padding and update price alignment (b729618)
- adjuts rows and tables layout (96d4110)
- comment unused WalletConnect event listeners (f09fe4e)
- conditionally render label in TableHeadCell component (c8b009a)
- enhance AccountsSection to support account type distinction and localization (c179db8)
- enhance ConfirmTradeStep with validation and user asset balance checks (ea516b7)
- enhance ConnectWalletButton and ConnectWalletMenu with dropdown toggle functionality (19ddd41)
- enhance DropdownMenu with click outside handling and toggle functionality (3eee50b)
- enhance error handling in TradeModal and RemoveOrderModal with new request expired state (3d008fa)
- enhance table header styling and add fixed height for scrollable areas (a5a76da)
- enhance WalletConnectProvider events management (47fcb2b)
- extend button size options to include 'xxs' and adjust size classes for better responsiveness (37e4e25)
- implement development logging for WalletConnect context and client (88c9458)
- integrate add assets ask bid orders (c07fb9f)
- integrate ask/bids orders removing (2982b82)
- prevent reinitialization of WalletConnectClient if already initialized (63e6b11)
- refactor cancel order modal: (e856dfa)
- refactor ConnectWalletModal and ConnectWalletStep for improved connection status handling (c5c9d5d)
- refactor table components to use TableHead and TableWrapper for improved structure (d8155d7)
- refactor WalletConnectProvider and wallet-connect-client for improved wallet events handling (4abd9c9)
- refine proposal expiration handling to exclude specific statuses (6473d2d)
- rename TOKEN_AMOUNT_CHANGED and update QubicAccountSchema to include assets (7b95dc3)
- scroll to top on route change in AppLayout component (ed85edb)
- set default selected account in WalletConnectProvider on session restoration (9f29854)
- simplify BurgerMenu component after dowpdown updates (df1709b)
- simplify LanguagePicker by removing unused refs and click outside handling (010cefd)
- update AccountsSection to include translation function in dependencies (983e99c)
- update ConfirmTradeStep to prevent zero values in price and amount inputs (c9c2870)
- update RTL support in modals and dropdown components (14a73e3)
- update TradeModal logic to handle wallet connection and correct order type handling (f5fca06)
- update translation for ask and bid orders terminology (91e8df1)
- update translations (4b0abcb)
- update translations and add LogoutIcon to AccountActions component (3b60a80)
- update translations for order terminology and adjust header in EntityOwnerOrders component (d5ab8ff)