Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Jun 29, 2018
2 parents 6011ca1 + a930db4 commit 34c06cf
Show file tree
Hide file tree
Showing 147 changed files with 5,288 additions and 4,889 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ env:
- GITHUB_REPO: bitshares/bitshares-ui
- WALLET_REPO: bitshares/wallet.bitshares.org
- STAGING_REPO: bitshares/bitshares-ui-staging
- DEVELOP_REPO: bitshares/develop.bitshares.org
- CXX=g++-4.8
- secure: "deD+B8xDM7cguX+PbeOSLh30mi6gHAdlqQphP63ZSCuFbL6hQU7MMb8nmBdBpIuaG2rX5GejSqPWTKt+/MSgQNHMTvRnzG1l1JtDTEAky8ssMyxI+HWiRe7Ic+1pFR0qUBAcPVN3MgPtW3Za47v1IyDyaR/0GdSREdy2KvmwBOWMoT23ubA1QlEhFO7uOlium4gJ6trxNPwfXkNHiMzanpVFyRQljY1PNGEPRzRzyWPNvZ4Pq5yNKnFFcW+afhvsTtK8AoeMFDeKhDF2yva8U0IMCZzrSKWwCIhkhJPii7pPT2LNlpjwVKXn16dRRVKO2tImmWtMpgbJjiNTRzVC4Y30+F7XPc97SpTKfGvoaH/iSZpTT1la0gHgoeBB32y6buPKnF7M2UNwTt2eGXpg/JHyperyQ25ey9EQBk/vHNxS9M3jcfkoXneBOnwICHgrzfamHxmMsiXnNDDriyPqIY9kFGQubqEF74cvBxhPLmfxJCPyHx7BY9ioiAlcgzWqJDOp/ADLjpoh44rUCpQH26Zg0N9efOuLUhuTAa54/9rboWZLxjxEvJ5qfTe+eHMW1r2RzoMJqWOhkbMs4f/qqGY42nqWhiibdSAZzIBuPYt/m9kdQ33930dKWoIkJwqZ2Il+T3FWJtzaguuoxKKYzsok9c/6FY7MbSSPaPw+fjg="
cache:
directories:
- "node_modules"
addons:
apt:
sources:
Expand Down
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
---------------------------------------------------------------------
Release 2.0.180629
---------------------------------------------------------------------
New features
--------
- #1484 TradingView restyle
- #1547: Support New OPs 47 + 48
- #1591: Add code splitting, dynamic imports
- #1557 - Use order ID consistently
- #1292 - Autoscroll to transaction number
- #1496: Locking CR / Debt values for ratio selection
- List XRP and XMR Openledger assets (#1631)
- Add RuDEX: BTC, ETH, DGB, EOS (#1635)

Bug fixes and improvements
--------
- #1620: Fix undefined order property (#1624)
- Updating ru locale (#1602)
- #1620: Order ID is not always populated
- #1605: White screen after order creation
- #1611: Accessing withdraw modal with no account available
- #1612: Add contact with no account selected
- #1538: Disable different precision error message when not creating PM
- #1566: UI Update for BSIP-0037
- Update TradingView lib
- Fix #1556: Remove forced decimalOffset on Proposed Transaction
- Fix #1532 - Generated password does not show completely
- Fix an issue in PasswordConfirm making input imposible
- #1584: Move to react router v4
- #1560: Enable develop branch with automatic builds
- #1569: Use unique memo keys when creating new accounts
- Fix #1568: AssetName crash on non-existing asset
- #1580 Integrate bitshares-ui-style-guide
- #1525 - Clear Voting Proxy
- #1555 - Market Picker fixes for improvements

---------------------------------------------------------------------
Release 2.0.180629-rc2
---------------------------------------------------------------------
Bug fixes and improvements
--------
- #1605: White screen after order creation
- #1611: Accessing withdraw modal with no account available
- #1612: Add contact with no account selected

---------------------------------------------------------------------
Release 2.0.180629-rc1
---------------------------------------------------------------------
New features
--------
- #1484 TradingView restyle
- #1547: Support New OPs 47 + 48
- #1591: Add code splitting, dynamic imports
- #1557 - Use order ID consistently
- #1292 - Autoscroll to transaction number
- #1496: Locking CR / Debt values for ratio selection

Bug fixes and improvements
--------
- #1538: Disable different precision error message when not creating PM
- #1566: UI Update for BSIP-0037
- Update TradingView lib
- Fix #1556: Remove forced decimalOffset on Proposed Transaction
- Fix #1532 - Generated password does not show completely
- Fix an issue in PasswordConfirm making input imposible
- #1584: Move to react router v4
- #1560: Enable develop branch with automatic builds
- #1569: Use unique memo keys when creating new accounts
- Fix #1568: AssetName crash on non-existing asset
- #1580 Integrate bitshares-ui-style-guide
- #1525 - Clear Voting Proxy
- #1555 - Market Picker fixes for improvements

---------------------------------------------------------------------
Release 2.0.180525
---------------------------------------------------------------------
Expand Down

0 comments on commit 34c06cf

Please sign in to comment.