Releases: gnosis/gp-v1-ui
v1.5.0-0
IPFS hash QmNUR321R3hRdYQEiZTGNBuDrqAVzWTUzrC6VG5WJja2gg
Commits since v1.4.2:
- c0696ec 1.5.0-0
- 2a00c36 Deterministic sorting (#1513)
- 9e679d7 Make a default selection per network (#1518)
- 0535e7d Account for pending orders being undefined (#1516)
- c173004 pending order id = spinner (#1510)
- 54e34f5 Refactor and allow to filter in networks with no TCR (#1489)
- eca1460 Config token list by network (#1496)
- 1658ab9 Remove dai for xdai (#1487)
- 50ee856 Merge pull request #1434 from gnosis/xdai
- f0acd36 Merge branch 'develop' into xdai
- 7972e49 Stylelint integration (#1471)
- 54184bf Bump react-hot-loader from 4.12.21 to 4.13.0
- 5b4d4aa Bump webpack from 4.44.1 to 4.44.2
- d2c095f Bump @popperjs/core from 2.4.4 to 2.5.3
- cdbd3db [Security] Bump bl from 1.2.2 to 1.2.3
- d8e15d8 [Security] Bump elliptic from 6.5.2 to 6.5.3
- 6dfe78e StyledModal - a re-export of Modali with custom Modal (#1455)
- 6aff25f don't count reverted trades we don't display (#1480)
- a11c72f Fix settings page (#1457)
- 4264c42 Fix xDAI token break (#1452)
- 119589c Refactor and simplify token types (#1454)
- e09d686 require('img').default
- 273cc83 Earmark logic in middleware (#1449)
- 30e3111 Require(*).default storybook workaround (#1451)
- 4c39060 [xdai] Fix images: stake, wxDAI (#1448)
- 1a0b316 break-word on long price est (#1443)
- aa1f21c Merge branch 'develop' into xdai
- 5a78689 Fix some moved dependency (#1447)
- dd9835f Merge branch 'master' into develop
- 89d7d9c Extra gas per order for order cancellation (#1445)
- fd7abc3 Apollo + Last trades (#1406)
- ea47f80 Merge branch 'develop' into xdai
- 69aa14c Use in xDAI blockscout blockexplorer link and refactor (#1430)
- e5d6b9d Token image component (#1440)
- f807fe2 Merge branch 'develop' into xdai
- 8ff99de Wrap xdai (#1437)
- 621ada6 Fix issue with initial selection (#1436)
- f19aaf9 Merge branch 'master' into develop
- 0f12f35 Merge branch 'hotfix/1.4.1' into develop
- 1cc2eac Update dex js (#1433)
- f11b75c xDAI Config changes (#1429)
- cc617bf Merge branch 'master' into develop
- 1e91c94 Merge branch 'release/1.4' into develop
- 4c65d0d Merge branch 'release/1.4' into develop
- 1293cc8 Merge branch 'release/1.4' into develop
- 137ec6e Merge branch 'release/1.4' into develop
- 1fbb3de Stories for layouts (#1409)
- 6040355 Trade layout (#1404)
v1.4.2
IPFS hash QmcbMcP2RtuZUw3BSsimKH25ooo6gFt9mjk7BB3Vo9DiXB
📓 Changelog
- Fix issue imputing amounts: There was an issue happening when you try to send a transaction with an amount of a decimal expressed in dot notation. i.e. instead of
0.35
, using.35
wouldn't work
👷♀️ Other small changes and fixes:
v1.4.1
IPFS hash QmfC3JzDb3VrU4zKkTSGZEag9RQLE2GvnpgEC1hogSixvD
📓 Changelog
- Update link to the dev portal: The dev portal moved the FAQ to its own page, this made a link to be broken. This hotfix corrects the link pointing to the new URL
👷♀️ Other small changes and fixes:
v1.4.0
📓 Changelog
- Better estimation for the minimal trade: v1.3 added this feature to show the user the minimal volume that would create enough incentive for a solver to submit a solution (so he can get the gas cost back in fees). This version consumes and endpoint that it's aligned with the criteteria used by solvers (i.e. Open Solver)
- Minimal trade warning rounds up to the next 100$: Since this is just an estimation, and also depends on small changes in gas prices or ether value changes, the value used to display the warning, and the value displayed in the warning itself is rounded up to the next 100$.
- Refactor of components: Starts the refactor for separating the logic and the presentation. This refactors will continue in future versions. One of the objectives is to implement a redesign and new functionalities reusing the logics. This refactor will consist in breaking down components, simplifying their interface, and making Storybook stories for them.
- Change icon on thedisclaimerr: Changed the 💀 for a
⚠️
👷♀️ Other small changes and fixes:
f301a65 Refactor story data (#1425)
0769254 Refactor swap price (#1424)
87a83e4 Npm fix (#1419)
7f4e480 Fix wrong quote (#1422)
789277f Fix issue valid from (#1420)
7f72da2 Add debug in case of estimation error, and when sending a tx (#1416)
1fc902c Change skull for a warning sign (#1413)
8124743 Round to next 100$ (#1411)
e050835 don't cache promise result (#1408)
48e5674 Allow to connect from non-localhost (#1389)
d64482a Swap price fix (#1388)
8ddc930 Renames in PriceSuggestions (#1390)
2f195fe Fetch min trade amount in OWL (#1383)
40ca905 Refactor layouts 1 (#1402)
8913bd5 storiesOf for OrderBook sample data (#1385)
815bbc5 build storybook on master and develop (#1391)
d02f1a5 Fix small issue with batchId in the orderbook page
5f4e272 [HiddenOrderbook] Allow to fetch historic books by batchId (#1345)
f66216c [LimitOrder] Refactor test tokens (#1386)
3c3b111 [LimitOrder] Limit order mock (#1382)
32ffa51 Add Storybook link using PRaul (#1384)
85facd9 [LimitOrder] Price suggestions refactor (#1373)
d208afc [LimitOrder] Common refactors (#1371)
5319055 revert bn.js dep
c85716a Merge branch 'master' into develop
06b3998 Merge branch 'release/1.3.0' into develop
c65866b Bump @babel/plugin-proposal-class-properties from 7.10.1 to 7.10.4
e1561d9 Bump @storybook/addon-links from 6.0.20 to 6.0.21
d913c10 Bump @types/node from 14.0.23 to 14.6.3
ce2f84f Bump @types/react from 16.9.35 to 16.9.49
d83aad0 Bump @types/react-select from 3.0.16 to 3.0.19
48c12a2 Bump bn.js from 4.11.9 to 5.1.3
d19a76f Bump date-fns from 2.15.0 to 2.16.1
0979f6e Bump ts-loader from 7.0.5 to 8.0.3
v1.3.0
📓 Changes
-
Completely revamps the Advanced Settings (previously order validity settings) to include custom calendar date picking options, relative starting/ending times, and the ability to select start/end times by batch ID
-
Adds a new column in the order book showing Order ID and the ability to click Order ID and Market cells to pre-populate the order filters
-
Show provider name/logo at the top of the app page in the user's wallet section
-
Introduce a default sell/receive token section inside the current configuration file to pre-populate the trading page if no tokens passed in URL
-
Footer redesign - adds Powered by Gnosis Protocol logo and responsive design changes
-
Travis build: auto release notes
-
Show recommended minimum sell amount to users for clarity on better order experience
-
GP solver subsidize factor update to better align with current parameters
-
Storybook integration to facilitate further app development
🕵️ Changelog
cdf11a7 Order validity upgrade (#1269)
e38d570 Allow to change the default initial selection of tokens (#1358)
0ac6ae0 Allow to specify an initial list of tokens in the config (#1357)
fa08458 preliminary Order ID column in OrdersWidget(#1261)
ea4e91e Storybook integration (#1349)
a1ce473 Easier log in/out process (#1341)
f442843 Footer changes: GP logo add, responsive format (#1326)
a72ce62 Subsidize factor change (#1329)
501424c Release notes file for travis builds (#1328)
27e98b3 Use ellipsis and title tag (#1325)
6bab734 Simplify build script
9317341 Recommend min sell amount (#1324)
5e1a671 Provider name in WalletComponent (#1270)
🐛 Bugfixes/Fixes
16d4cf1 Fix error label for edge-case where selected tokens from URL are the same (#1359)
03b0623 Fix wallet connect/disconnect styling (#1356)
ccae05f Fix Price Suggestions wording (#1346)
995b584 Price Suggestions display and css to better fit responsive/web (#1305)
39d2c19 Fix price validation error on token change (#1340)
f0d0100 Fix HTML validity error (#1338)
IPFS
Hash: QmQHnNbhTGZuAWMMbfEJbFHuYF9WVuMAuTYutAaRGqqVzr
v1.2.0
📓 Changelog
- Confirm modal for new orders: Shows a confirmation before sending a new order, so the user can confirm the price
- Warning for minimal trade: Show a warning message when the order is small. Although the protocol don't have a limit for the size of the order, solvers won't have an incentive if the order is small, because then they won't get enough fee for covering costs. This warning helps to set the expectation and inform when there's high chances the order won't be executed.
🐛 Bug fixes
- Fixes claiming edge case: Handles an edge case that was preventing users for claiming when they receive tokens in the previous batch
- Price estimator fix: Fixes endpoint price estimation so it uses production instead of staging
👷♀️ Other small changes and fixes:
- Move configuration from the README to the Wiki. Read more https://github.com/gnosis/dex-react/wiki/Config
- Show the application id in the footer, and improve it's configuration. Read more https://github.com/gnosis/dex-react/wiki/App-Ids-for-Forks
- Improve and refactor tabs of orders/fills
- Remove Fuse references (old name for the Gnosis Protocol Dapp)
- Add tooltip with the full amount in the balance page for the user wallet, so it can be checked even if gets truncated
- Fix css balance overflow (#1314)
- Fix EnvironmentPlugin warning (#1306)