Skip to content

Releases: aeternity/dex-ui

v1.12.0

27 Jul 08:10
Compare
Choose a tag to compare

1.12.0 (2022-07-26)

Features

Bug Fixes

  • ability to remove account on mobile (07d7ed7)
  • token-list: manage token list button on smaller displays (ea5b23d)

v1.11.0

19 Jul 15:39
Compare
Choose a tag to compare

1.11.0 (2022-07-19)

Features

  • swap-view: warning for expecting swap failure due to high price impact (0dae434)

Bug Fixes

  • avoid issues with different fields for contract id (019e079)
  • lint:style command (ab42cff)
  • make AE/WAE tokens icon the same everywhere (d6a0378)

v1.10.0

14 Jul 16:56
Compare
Choose a tag to compare

1.10.0 (2022-07-14)

Features

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

01 Jul 18:26
Compare
Choose a tag to compare

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

  • adjusts issue template extensions (64a926e)
  • dex-backend: remove ensureTokenList from production (f5a210a)
  • fixes issues with templates (b0004db)
  • price impact for swap-routes (4fcdeb3)
  • swap-view: use swap-route mixin (b0bfae2)

v1.8.0

24 Jun 06:30
Compare
Choose a tag to compare

1.8.0 (2022-06-24)

Features

  • nginx: change restricted url (f1f72d8)

v1.7.0

17 Jun 05:23
Compare
Choose a tag to compare

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

Miscellaneous

Refactorings

dex-ui v1.6.0

24 May 11:49
Compare
Choose a tag to compare

Features

  • token-selector: allow swapping arbitrary tokens #245 (04e5d14)

Bug Fixes

Miscellaneous

dex-ui v1.5.2

07 Apr 12:10
Compare
Choose a tag to compare

Bug Fixes

  • init contracts if wallet is not connected (a661872)

dex-ui v1.5.1

06 Apr 08:56
Compare
Choose a tag to compare

Bug Fixes

  • select-token-modal: properly remove ae/wae on corresponding flag (073730b)
  • submit-transactiom-modal: disable closing the modal if not confirmed (6205377)

dex-ui v1.5.0

05 Apr 08:50
Compare
Choose a tag to compare

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)

Miscellaneous

  • latest contract versions on testnet (86d9242)
  • rearrange mixins (c22b821)