Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.6.0 #278

Merged
merged 1 commit into from
Feb 17, 2022
Merged

2.6.0 #278

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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