Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Minor release v.1.11.0 #2508

Closed
wants to merge 37 commits into from
Closed

Minor release v.1.11.0 #2508

wants to merge 37 commits into from

Conversation

fairlighteth
Copy link
Contributor

@fairlighteth fairlighteth commented Feb 28, 2022

Summary

4cebe26 Nitpick USD value (#49)
1322eea Fix alignment (#47)
cd6f360 0.3.4
0b4382d Revert "Change menu"
63e1f88 Fix menu onClick for only touch devices. (#46)
fce38f3 0.3.3
261c547 Change menu
5bfb404 0.3.2
e3dfe0b Examples cow 3 (#44)
9b928f8 0.3.1
0254ba1 Add meta-tags (#40)
d79d475 Optimise favicon, social image (#41)
0e8539f Add analytics (#42)
2d6b309 Fix icon dimension. (#39)
6119e44 Fix logo href (#37)
6f41e02 Fix main menu on mobile (#36)
d5fabe3 Add font import (#38)
364c5f1 0.3.0
f933d66 Update Batches examples (#23)
4edf440 Update Website Text (#22)
64288c3 Remove 3rd example (#24)
592cb4c Improve syntax highlighter styles. (#21)
85780d1 Add mobile/tablet resolution responsive menu. (#20)
a1fc284 Change px to rem
e411527 Improve general styles and header placement. (#19)
2bb380e Update website Text (#15)
79a5034 Header UI and padding update
b6dbdde Add Licence (#13)
6c7a5c1 Last changes urls icon (#14)
d9e81b0 0.2.0
a447205 Improvements: Cow images, stats, urls, and data for examples (#11)
4e65652 Added responsiveness for medium device size (#12)
dae474e Updates the Cow.Fi website text. (#6)
d500305 Added some UI improvements (#10)
3179c18 Examples for CoW Component (#9)
1d3e4fd Use new api + syntax highlight + improve API example (#8)
d74ff97 Fix broken links (#7)
c0a4a2f 0.1.0
9b44ada Fix build2 (#5)
7bd6825 Fix build (#3)
2069ec5 Fix alts and map key. (#4)
17466ab Styling 7 (#2)
deb420c Update messages
79218c6 Add some images
b6a6d81 Rearange sytles
089a8a7 Add readme
55b975f Add lingui
3368991 Internationalize
4bbc151 Add internationalization
a7a9a06 Migrate to TS components
71846dc Add typescript
3370027 Add api
5bb6a8e Add 404
b155f7b Add links in homepage
801be9a Format date
5b1d050 Format markdown
963d90a Load static paths
7f6716b Render posts
d67f064 Add some pages and style
2ea74c7 Initial commit from Create Next App

fairlighteth and others added 30 commits February 1, 2022 15:55
* remove unused audio.

* Rename and remove .asd file
* Add CLA

* Fix code style issues with Prettier

Co-authored-by: Lint Action <[email protected]>
* Improve responsiveness of header elements.

* Fix breakpoints.

* Reset max-width
Bumps [simple-get](https://github.com/feross/simple-get) from 2.8.1 to 2.8.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/feross/simple-get/commit/4e156b6bb19e11ccfad05fad310ea799d63f890d"><code>4e156b6</code></a> 2.8.2</li>
<li><a href="https://github.com/feross/simple-get/commit/43c272db3e4b1383cb03d80338dba3e08c451641"><code>43c272d</code></a> Bug fix: Thirdparty cookie leak</li>
<li>See full diff in <a href="https://github.com/feross/simple-get/compare/v2.8.1...v2.8.2">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~linusu">linusu</a>, a new releaser for simple-get since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=simple-get&package-manager=npm_and_yarn&previous-version=2.8.1&new-version=2.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/gnosis/cowswap/network/alerts).

</details>
* Using hardcoded gas values for gchain

* Using Blockscout's gas oracle on gchain instead of hardcoded values

* Adding 20% extra margin for gas estimation

* Sorting the imports a little bit

Co-authored-by: Leandro <[email protected]>
* Fix readme path and add users

* Add missing people
# Summary

Fixes #2149 
![image](https://user-images.githubusercontent.com/622217/152845927-e2ae310e-8f00-48d6-bedc-f109f60f0d62.png)


  # To Test

1.  Open the [...] Menu and see the "View all order" link position. 
(this link appears to a connected user who has done a trade in the platform.)


# Extra:

- External link arrow added on activity modal:
![image](https://user-images.githubusercontent.com/622217/152846134-040480d8-a4cc-437d-bea3-cac25fe10685.png)
- Icon style (Before -> After):
![image](https://user-images.githubusercontent.com/622217/152846643-b83fec26-7b48-4d81-ab22-490980e6f955.png) ![image](https://user-images.githubusercontent.com/622217/152846698-9f88b0aa-704d-47b2-9168-021d616fa224.png)
* Show banner if the user has claimed already

* Update claimed banner message and color

* Change one const name
* Updated state to store count of classified claims other than a boolean

* Updated the updater to store the count of classified claims

* Updated claims on other network banner to check according to claim counts

* Fixed issues with claim on multiple networks

- Updated state to add new dimension to claim info: account
  Otherwise when checking a different account the state would be
  preserved and would lead to bad data
- Refactored Updater to fix dependency on obj causing it to
  being stuck in a re-render loop
- Fixed logic that compared different types using `===` instead of `==`
- Fixed logic that was causing claim to be displayed when there were no claims

* Refactoring variable

Co-authored-by: Leandro <[email protected]>
* mod switch/addNetworks util

* fix chain info object
# Summary

Fixes #2409
- [x] Remove 'already traded' message.
- [x] Enhance all the rest messages.

  # To Test

1.  Open the page `Profile`
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nenadV91 and others added 6 commits February 24, 2022 21:19
* Fix for cancel claim issue

* Update rinkeby address and claim repo

* Revert "Update rinkeby address and claim repo"

This reverts commit d902e5f.
* Using latest contract and deployment info for rinkeby

* Fix for already claimed button on claim successful screen

* Revert "Merge branch 'valid-rinkeby-claims-on-master' into 2416/already-claimed-button-fix"

This reverts commit c84734c, reversing
changes made to a6a8995.

Co-authored-by: Leandro <[email protected]>
* Using latest contract and deployment info for rinkeby

* Fix for claim cancel popup icon

* Revert "Merge branch 'valid-rinkeby-claims-on-master' into 2490/popup-icon-issue"

This reverts commit 4cdc146, reversing
changes made to 3a7d0ad.

Co-authored-by: Leandro <[email protected]>
* Added build:analyze script

* removed pinata package and added custom api call function (#1993)

* removed pinata package and added custom api function

* added type and move url to const

* added requested PR changes

* Optimize bn.js package (#2479)

* Use modified paraswap package version (#2493)
@github-actions
Copy link
Contributor

  • 🔭 GP Swap: CoW Protocol v2 Swap UI

* Add fast price fetching

* Add best quote loader

* Loader style update

* Change quote loader to old cow loader

* Fix for potential race condition issue

* PR updates
@W3stside
Copy link
Contributor

make sure not to squash - when drafting the actual release, please add the changelog without the merge kind of commits, e.g

b3208ad33 Merge pull request https://github.com/gnosis/cowswap/issues/16 from gnosis/header-update
3ed80e486 Merge branch 'develop' into header-update

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants