Skip to content

Releases: aeternity/dex-ui

v1.19.2

29 Jul 11:16
Compare
Choose a tag to compare

1.19.2 (2024-07-29)

Bug Fixes

  • allows wrong network modal to be closed (c4fef3f)

v1.19.1

26 Jun 20:34
Compare
Choose a tag to compare

1.19.1 (2024-06-26)

Bug Fixes

  • hides user-account on explore pages (0441bce)
  • increase backend timeout (28a7a74)

v1.19.0

26 Jun 15:14
Compare
Choose a tag to compare

1.19.0 (2024-06-25)

Features

  • adds .env to gitignore (2e95fc1)
  • adds 404 for malformed tokens & pairs (2744562)
  • adds alignment to tables (cac797b)
  • adds env to prod (05e74e9)
  • adds generic dashboard (bbf4f27)
  • adds responsiveness (c29bf40)
  • adds tokens table (f3706d0)
  • deeplinks on detail pages for swap & add liquidity now work (188bb86)
  • explore: adds first version of pool detail view and some wip changes (a9e0ff7)
  • explore: adds usd to tx & stats, only fee missing (56e1433)
  • explore: disables wallet popup on explore (00f7821)
  • first steps towards explore (9d4db0b)
  • graph: adds bars and correct interpolation (78c6dab)
  • graph: adds loading indicator (56a9f50)
  • graph: adds type selection (2f4d75a)
  • makes mainnet default (57e3e4f)
  • pool-detail: finishes tx table (0b28571)
  • pool: adds and abstracts info element (d00877c)
  • pools: migrates to per-token usd api properties (c2a4605)
  • pools: minor updates to displaying and error handling (de3edda)
  • replaces WAE with AE (9313abc)
  • table: introduces sorting (f255dde)
  • token: adds pair table to token and links (351795b)
  • tokens: adds graphs and table to token detail view (c9f116f)
  • tokens: first draft of token detail view (c8e84e3)
  • wallet: adds onAddress change listener (33dcff5)

Bug Fixes

  • adjusts class in onboarding modal (fc7f554)
  • aggregates volume only from swap (8d1c3e6)
  • allows ae to be through contract id (ea2094d)
  • app: properly fetches networkId from query (5dc2bee)
  • css: disables max width on images per default (787d895)
  • env setup for testing (a87ae5f)
  • explore: fixes issue with nan for tvl (6a37261)
  • explore: shows pagination only when nessesary (ebf7bc7)
  • few minor styling issues (6114347)
  • graph: minor visuals (1235f34)
  • launches wallet popup when user returns to swap view from explore (6450027)
  • removes no-wrap to avoid weird behavior on small screens (ce8ae8e)
  • sorting now works without providing an initial direction (738880a)
  • store: activeNetwork now uses networkId which is reactive (04c8302)
  • table now shows correct and complete values (88542ba)
  • tokenlist: only shows 10 tokens at a time for expanded list (7e6d706)

Testing

  • e2e: adds full swap test (c04208b)
  • e2e: adds tests for initial login (c92af79)
  • e2e: finishes pool tests (059fa0d)
  • e2e: first steps towards pool tests (adb1338)
  • e2e: fixes swap test (97ef237)
  • e2e: fixes timeout because we now have mainnet as default (255f843)
  • e2e: fixes timeout on mainnet (db4878f)
  • e2e: makes commands reusable (2083a04)
  • e2e: tests settings modifications (e661820)
  • e2e: updates cypress config and adds user agent (f3c3ba3)
  • e2e: updates login command (4d23d97)
  • e2e: updates login flow (a4a955f)
  • e2e: updates login test with full flow (06ff901)

Refactorings

  • graph: moves data manipulation to computed property (3cb036c)
  • joins history endpoint fetching (88a3aa1)
  • moves avatar to component (78e14c4)
  • pool: removes usd calculations (4c8963d)
  • table: moves ui to generic table (a66c424)

Miscellaneous

  • adds boilerplate configs (b48d00d)
  • adds todo about tokens table (dcc9746)
  • adjusts formatting to match prettier (d147da1)
  • fixed typo (092bfd9)
  • fixes linter issues (e88e361)
  • graph: removes console logs (0082712)
  • removes AE detection from link due to recent fix (382ef3e)
  • removes placeholder routes (d9d6e09)
  • token: removes table label (2f1fa96)

v1.18.6

09 May 09:42
Compare
Choose a tag to compare

1.18.6 (2024-05-09)

Bug Fixes

  • adds missing lang key (ccd8471)
  • properly display the icon (aa65c52)
  • removes useless spy id from connection (8063adc)
  • uses proper shallow ref for sdk (3c6326e)

Miscellaneous

v1.18.5

02 May 11:50
Compare
Choose a tag to compare

1.18.5 (2024-05-02)

CI / CD

Testing

  • deps: migrate to vitest and upgrade cypress (52cb155)
  • skip e2e tests (for now) (5c22c85)

Miscellaneous

v1.18.4

29 Feb 14:06
Compare
Choose a tag to compare

1.18.4 (2024-02-29)

CI / CD

  • add build args pipeline (6547896)

Miscellaneous

  • remove unused env variables (bd07ec5)

v1.18.3

27 Feb 11:01
Compare
Choose a tag to compare

1.18.3 (2024-02-27)

CI / CD

  • change repo in prod pipeline (8fa5ad5)

v1.18.2

14 Feb 10:38
Compare
Choose a tag to compare

1.18.2 (2024-02-14)

Bug Fixes

  • more readable version of node version retrieval (73eb9e0)

CI / CD

Refactorings

  • AboutModel: get sdk version from package.json (dcd8173)
  • removing debugging entries (474f4ad)

Miscellaneous

v1.18.1

25 Aug 07:48
Compare
Choose a tag to compare

1.18.1 (2023-08-25)

Bug Fixes

  • be able to connect within iframe (e716371)

v1.18.0

08 May 08:19
Compare
Choose a tag to compare

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)