Releases: aeternity/dex-ui
Releases · aeternity/dex-ui
v1.12.0
v1.11.0
v1.10.0
1.10.0 (2022-07-14)
Features
- dex-backend: .env var for enable/disable (c26a448)
- import-pool-view: ux changes (254a148)
- meta information #351 (07f5b7d)
- multi languages support #266 (584aef3)
Bug Fixes
- add-liquidity-view: restore tip message (5a1d084)
- add-liquidity-view: wrong ratios with dex-backend enabled (3d83b10)
- pool-view: filter provided liquidity by active network (9c2bc71)
- pool: removes leftover brackets (6adecb3)
- remove-liquidity: ability to remove custom liquidity (ffe8a39)
- remove-liquidity: use a proper tag for a header (ea61357)
- show correct information for sent transactions (fb636a3)
- swap-view: swap button is enabled when there is no pair/route (aa2ecb2)
v1.9.0
1.9.0 (2022-07-01)
Features
- adds issue templates (50eafcb)
- constants: removes test token constants (73d8e39)
- env: mainnet is now first in the node list (2e332d5)
- env: switches default network to mainnet (1316772)
- show error message in the transcation status notification (3f07152)
- swap-view: change swap from pair to route (fd8a18a)
- wallet: updates two hardcoded testnet instances to default (7e7f44d)
Bug Fixes
- dex-backend: error when dispatching backend/fetchingPairDetails (b9654ce)
- dex-backend: update token list by the new DEX provider name (3e1b3ce)
- increased wallet connection timeout (2b552c0)
- no reserves when dex-backend is off (3a535d0)
- pending-transaction-handler: set transaction status properly (605c727)
- remove-liquidity: show token symbols properly (71038fc)
- saveTokenSelectionMixin: isLastAmountFrom query param as boolean (acc4d84)
Refactorings
- connection-status: adjust status style (b622155)
CI / CD
- build: deploy lastet main on prod (1fcdebd)
Miscellaneous
v1.8.0
v1.7.0
1.7.0 (2022-06-15)
Features
- add connectionStatusTracker plugin (8653a3c)
- dex-backend: continuously fetching for pair info and dex backend status (88e0299)
- dex-backend: fetch and replace tokens list (81be3c2)
- notify user if connection is lost (902a588)
- show the connection status (7afda5d)
- tokens: rename token.name 'WAE' to 'Wrapped AE' (5539297)
- ui: account info modal ui improvements (b6eb4de)
- ui: add/remove liquidity (5760a38)
- ui: added favicons (2776df6)
- ui: brand color & font-size #324 (d298e2d)
- ui: confirm swap & submit transaction modals (0f03317)
- ui: connect wallet modal ui improvement (510767a)
- ui: header wallet address (3b615b0)
- ui: mobile responsive (8630830)
- ui: pool view (4d90512)
- ui: recent transactions & buttons,inputs hover effects (b163576)
- ui: select token modal ui improvements (a5349ca)
- ui: style fixes (39064a8)
- ui: token selector & swap view (3f6e4d3)
- ui: transaction settings ui improvements (7c050d7)
- updated app name (073ae14)
Bug Fixes
- clear local storage on disconnect #280 (a70d89d)
- correct indent of release listener (c5c2db6)
- dependencies #329 (b31bc6e)
- ui: modals positions and width (10a84ab)
Miscellaneous
- bump release please (f1b4453)
- dex-backend: add dex-backend support (6f60bbc)
- terms and conditions #73 (c09e859)
Refactorings
- spelling fixes (301f13d)
dex-ui v1.6.0
dex-ui v1.5.2
Bug Fixes
- init contracts if wallet is not connected (a661872)
dex-ui v1.5.1
dex-ui v1.5.0
Features
Bug Fixes
- account-modal: close modal after disconnecting (e6a3387)
- add missing address state (5d100a0)
- add-liquidity: properly check if enough balance (cfc9b96)
- adding liquidity to new pair is broken (53f9f4d)
- enable connect wallet button (5925b62)
- import-pool: avoid pulling liquidity without address (39ed3f9)
- index: do not scan for wallets if already connected (93cee33)
- set-token-pair-info-mixin: set amount more precisely (d05e7c5)
- swap-view: handle errors from the swap actions correctly (f1442f2)
Refactorings
- check chosenTokens for null on side of SelecteTokenModal (8af6c6f)
- connect-wallet-modal: remove unused prop (a1abf76)
- extract more function into allowance mixin (9a59dea)
- extract setTokenPairInfoMixin (37bb972)
- swap-view: remove unused function (f8cc4a4)
- swap-view: rename token related variables (8615c49)