Releases: aeternity/dex-ui
Releases · aeternity/dex-ui
v1.18.0
1.18.0 (2023-04-26)
Features
- add extra info for low slippage errors (a5eacfc)
Bug Fixes
- AeBalance: balance goes to 0 when error is catched (e000517)
- remove duplicate tokens (12e063e)
CI / CD
- build: patch-deprecated-gh-action-steps (98f4e27)
- check pr deployment state before sync (6f8b70d)
- fix spelling (623392f)
Refactorings
- change low slippage message (50d4ebf)
v1.17.3
1.17.3 (2022-11-18)
Bug Fixes
- fix gitsha (a8c6c31)
- swap-view: insufficient funds button label (522f050)
v1.17.2
1.17.2 (2022-08-12)
Bug Fixes
- refresh page for non-default network and selected AE (59c2a0e)
v1.17.1
1.17.1 (2022-08-11)
Bug Fixes
- onboarding: adds correct link (9596a86)
v1.17.0
1.17.0 (2022-08-10)
Features
- adds mobile onboarding modal (56871e5)
- onboarding: adds correct link (8c5bf15)
Bug Fixes
- onboarding: onboarding triggers when not wallet callback url (28dded4)
- svg: make skip optimize flag works correctly (abc2463)
- wording: russian translation typos (7fd1ce5)
Refactorings
- onboarding: removes unnecessary method (cfdc031)
v1.16.1
1.16.1 (2022-08-09)
Bug Fixes
- amount with slippage for create_allowance on mobile (e4683d7)
v1.16.0
1.16.0 (2022-08-09)
Features
- add the about dex modal (2f20efa)
- adds 2 aex9 tokens (987b8d5)
- adds 404 fallback page (5a3528f)
- show loader on selection restoring (0d7ed70)
- t&c: updates terms and conditions to v4 (4c040cc)
- wording: make first initialization base on user language (a2bb803)
Bug Fixes
- eslintrc: resolve lint warnings (46e8ff9)
- save-token-selection: restore selected backend tokens (09588b2)
- translation: adjusts cn translation (b4fbebf)
- user-custom-tokens-manager: show token image correct size (2e0c520)
- wording: adjust ui for different languages (f980fb2)
Refactorings
- liquidity-details: highlight pooled tokens (a25e16b)
- wording: drop v2 notations (de3e2f0)
Miscellaneous
- updates licence copyright date (ffb3f87)
v1.15.0
1.15.0 (2022-08-04)
Features
- nginx: removes password protection (f865a01)
Bug Fixes
- index: initialize using stored networkId (7e0b7db)
- remove-liquidity: do not add wrong/duplicate transaction info (231bef5)
- wording (8965245)
Refactorings
- env: set Testnet as default network in develop (d962715)
- skip confirmed submission modal on mobile (569e924)
v1.14.0
1.14.0 (2022-08-02)
Features
- dex-backend: restore token list fetching (9bb4f0b)
- env: moves compiler to new address (1e5f81e)
Bug Fixes
- env: removes unrequired version from compiler (fab0022)
- pending-transaction-handler: do not process unfinished transactions (ce8391a)
Miscellaneous
- constants: cleans left over variables (1056a95)
Testing
- e2e: do not record videos or screenshots (7ad213b)
v1.13.0
1.13.0 (2022-07-28)
Features
- ci: adds unit and e2e tests (f8e2211)
- e2e: extends swap test (677dea5)
Bug Fixes
- add missing wording (b3d866f)
- deeplink: preserves query params on callback (8a31266)
- e2e: fixed typo (4f23f75)
- e2e: increases timeout for wallet gen (8b623bc)
- remove leftover punctuation (1b976ab)
- swap: makes from / to switch explicit function (f8ef7ea)
- tx: defaults to router in case the contracts are not initialized (31859a7)
Refactorings
- use flex-end instead end value with mixed support (0920045)
Miscellaneous
- deps: upgrade browserlist (ea495d0)
- removes linting from dockerfile (b343626)
- update Chinese translations (4c168c9)
Testing