Skip to content

Commit

Permalink
Merge pull request #278 from provenance-io/release/2.6.0
Browse files Browse the repository at this point in the history
2.6.0
  • Loading branch information
jarrydallison authored Feb 17, 2022
2 parents f695614 + 5be8a70 commit bdbdd4a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
44 changes: 26 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@

### Bug fixes

- Fix account button rendering issues #249
- Fix listing truncations and new unbonding objects #251
- Rerender echarts on page resize #241
- Minor fixes #273
- Fix params page after object change #275
### Features

## 2.6.0

### Release Name: Estevanico

### Bug fixes

- Fix account button rendering issues [#249](https://github.com/provenance-io/explorer-frontend/issues/249)
- Fix listing truncations and new unbonding objects [#251](https://github.com/provenance-io/explorer-frontend/issues/251)
- Rerender echarts on page resize [#241](https://github.com/provenance-io/explorer-frontend/issues/241)
- Minor fixes [#273](https://github.com/provenance-io/explorer-frontend/issues/273)
- Fix params page after object change [#275](https://github.com/provenance-io/explorer-frontend/issues/275)

### Features

- Add date-defined chart for dlob price history #189
- Move 24-hr volume block to hash dashboard #236
- Make y-axis dynamic based on zoom min/max values #238
- Add account delegations/unbondings to account page #218
- Add pagination to account assets #224
- Add vote indicator for block validators #167
- Add account attributes #244
- Add validator icons #248
- Add IBC UI #130
- Migrate orderbook to gecko API #255
- Add 24 hr changes to validator list view #263
- Add chain params to network dropdown #144
- Add token statistics to network dropdown #258
- Add date-defined chart for dlob price history [#189](https://github.com/provenance-io/explorer-frontend/issues/189)
- Move 24-hr volume block to hash dashboard [#236](https://github.com/provenance-io/explorer-frontend/issues/236)
- Make y-axis dynamic based on zoom min/max values [#238](https://github.com/provenance-io/explorer-frontend/issues/238)
- Add account delegations/unbondings to account page [#218](https://github.com/provenance-io/explorer-frontend/issues/218)
- Add pagination to account assets [#224](https://github.com/provenance-io/explorer-frontend/issues/224)
- Add vote indicator for block validators [#167](https://github.com/provenance-io/explorer-frontend/issues/167)
- Add account attributes [#244](https://github.com/provenance-io/explorer-frontend/issues/244)
- Add validator icons [#248](https://github.com/provenance-io/explorer-frontend/issues/248)
- Add IBC UI [#130](https://github.com/provenance-io/explorer-frontend/issues/130)
- Migrate orderbook to gecko API [#255](https://github.com/provenance-io/explorer-frontend/issues/255)
- Add 24 hr changes to validator list view [#263](https://github.com/provenance-io/explorer-frontend/issues/263)
- Add chain params to network dropdown [#144](https://github.com/provenance-io/explorer-frontend/issues/144)
- Add token statistics to network dropdown [#258](https://github.com/provenance-io/explorer-frontend/issues/258)

## 2.5.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/provenance-io/explorer-frontend"
},
"version": "2.5.0",
"version": "2.6.0",
"private": false,
"sideEffects": false,
"dependencies": {
Expand Down

0 comments on commit bdbdd4a

Please sign in to comment.