Releases: cowprotocol/cowswap
v1.18.0 (May the progress be with you)
Finally the new progress bar for tracking order execution is here!
Now every time you place an order, it will be possible to track its status and be delighted while at the same time nice cows explain what's going on behind the scenes.
In this version, only EOA wallets are supported, Smart Contract wallets are coming in the next version.
What's Changed
Full Changelog: v1.17.0...v1.18.0
v1.17.0 - LOOK WITH YOUR SPECIAL EYES
What's Changed
- 97887c5 Store slippage data on metadata! by @alfetopito
- fix appzi scroll by @fairlighteth in #730
- [fix] Pass validTo time inside callback by @W3stside in #740
- [USD - Fix] Don't use stale USD time const by @W3stside in #755
- Analytics refactor by @anxolin in #696
- Fix issue with Slippage calculation by @anxolin in #739
- Move analytics logic to central place by @anxolin in #714
- [SENTRY] Add chainId tag and user to context by @W3stside in #751
- Fix appzi modal on mobile by @fairlighteth in #753
- [USD Price] Add sentry reporting to USD price feeds by @W3stside in #742
- Added GA events for order out of market by @nenadV91 in #762
- Bumping cow-sdk to v0.0.15-RC.1 by @alfetopito in #776
- Footer text capitalize by @fairlighteth in #759
- Hide Appzi container with display none when closed. by @fairlighteth in #769
Full Changelog: v1.16.0...v1.17.0
[RELEASE 1.16.0] 🤙🏼
Summary
- Updated main menu elements and main menu
- Fixes for Cypress tests
- Show quotes errors when disconnected
- COW SDK updates
What's Changed
- 332/instantiating cow sdk by @alfetopito in #594
- [COW-SDK] Add legacy types by @W3stside in #567
- fix typos in readme by @GauravDalasania in #581
- [624] Update config URL to update against changed config branch file structure by @W3stside in #641
- Show quote errors even if disconnected by @anxolin in #568
- Header/Menu improvement by @fairlighteth in #607
- Fix for connector issue when opening as safe app by @nenadV91 in #701
- Fix for lingui warnings by @nenadV91 in #711
- FIX CYPRESS TESTS by @W3stside in #710
- Refactor Menu by @anxolin in #715
- [RELEASE 1.16.0] 🤙🏼 by @fairlighteth in #718
- Replace ontouch with onclick by @fairlighteth in #729
- [RELEASE 1.16.0] FIX by @fairlighteth in #731
New Contributors
- @GauravDalasania made their first contribution in #581
Full Changelog: v1.15.5...v1.16.0
v1.15.5
What's Changed
- 697 - Empty token selector from URL parse by @W3stside in #699
- Fix swap.cow.fi appData bug by @W3stside / @nlordell / @alfetopito / @anxolin in #698
- Fixes an issue in the USD calculation logic using the new Cowswap quote endpoint by @W3stside
- Fixes a test issue in the Cypress e2e swap spec by @W3stside #710
- Fix for connector issue when opening as safe app by @nenadV91 dc6017f
Full Changelog: v1.15.4...v1.15.5
v1.15.4 Update the Gnosis Chain endpoints
Updates the RPC endpoint for Gnosis Chain. It fixes an issue wallets using Wallet Connect would experience in this network after the recent deprecation of the xDAI RPC endpoints
What's Changed
Full Changelog: v1.15.2...v1.15.4
Hotfix v1.15.2
Hotfix v1.15.1
v1.15.0 - Analytics
This version updates CowSwap by merging in Uniswap v1.0.6, updating GA to the latest version 4, and various optimisations listed below.
What's Changed
- Move unsupported token text above gc banner by @nenadV91 in #558
- [USD Price] SWR-ise the USD fetching logic by @W3stside in #539
- [COW-SDK] - replace SupportedChainId and change xDai > Gnosis Chain by @W3stside in #561
- [CLA] Disable check on " uni-merge/** " branch name by @W3stside in #591
- Remove URL warning by @nenadV91 in #578
- Uni merge 1.0.6 by @W3stside in #441
- Prepare for Analytics 4 and add settings event by @anxolin in #577
- [Analytics] Sign flow: send to wallet & Cancel & Error by @anxolin in #630
- [644] Unsupported token recenter by @W3stside in #648
- add locked gno cow claim anayltics by @W3stside in #649
- Handle Rejection of orders/tx for WalletConect and other edge cases by @anxolin in #655
- [analytics] Order execution by @anxolin in #631
- Add missing events for claiming COW by @anxolin in #658
- Improve token approval by @anxolin in #660
- 🥇🥇🥇 Release 1.15.0 by @W3stside in #614
Full Changelog: v1.14.2...v1.15.0-RC.0
v1.14.2
This version simplifies the CowSwap description. This is used for the description in search engines like Google, or when a link is shared in social media, like in Twitter/Facebook. Additionally, it changes the description in the Gnosis Safe App.
Additionally, reduces the deadline used when asking for a quote for USD estimations. Before was using the max value (84 years), and now uses 10min. This is due too some recent changes in the backend API which were liming the deadline to 3h (a value that is definitely smaller than our 84 years)
Change log
cbcbefe 1.14.2
687861c Fix issue with deadline (#621)
ebaebd4 Change meta-data for safe (#608)
Hotfix v1.14.1
Summary
Main fix:
- Resolved issue with token add modal flashing on screen on every page load
Additionally:
- Changing couple of dependencies from old namespace (@gnosis.pm) to new one (@cowprotocol)
Changelog
cca2b54 1.14.1
04804ac Fix GitHub links (#551)
c4ec19d Update cow js (#550)
8a44e91 Fix code style issues with Prettier
d74e461 Change cow runner game (#549)
9ee39d4 Replace dex-js to cow-js (#548)
8d5f881 Update contracts (#547)
4e54c10 Fix import token popup issue (#536)