-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #634 from AnthonyLaw/release-v0.6.0
release v0.6.0
- Loading branch information
Showing
3 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. | |
|
||
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [v0.6.0][v0.6.0] - 26-Sep-2020 | ||
|
||
### Milestone: [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.3) | ||
|
||
Package | Version | Link | ||
---|---|--- | ||
REST Core| v2.1.0 | [catapult-rest](https://github.com/nemtech/catapult-rest/releases/tag/v2.1.0) | ||
SDK Core| v0.21.0 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk) | ||
|
||
### Added | ||
- Added compatibility for 0.10.0.3 server. | ||
- Added Secret Hash information in Account Detail page. | ||
- Added Hash Lock information in Account Detail page. | ||
- Added Hash Lock information in transaction details. | ||
- Added Mosaic Address Restrictions information in Account Detail page. | ||
- Added Transaction Graphic widget to visualize transaction info | ||
- HashLockTransaction | ||
- SecretLockTransaction | ||
- SecretProofTransaction | ||
- AccountKeyLinkTransaction | ||
- NodeKeyLinkTransaction | ||
- VotingKeyLinkTransaction | ||
- VrfKeyLinkTransaction | ||
- MosaicDefinitionTransaction | ||
- MosaicSupplyChangeTransaction | ||
- Added Finality block height in Base Info widget. | ||
- Added Finality Status compoment beside the block height showing block Pending or Finalized. | ||
- Added more japanese translations (Thanks @44uk). | ||
|
||
### Update | ||
- Refactor Transaction graphic widget and schema | ||
- Refactor Pagination related to SDK change | ||
- Refactor ChainService related to SDK change. | ||
- Refactor RestrictionService related to SDK change | ||
|
||
### Fixed | ||
- TransactionDetail. Loading never ends [#615](https://github.com/nemgrouplimited/symbol-explorer/issues/615) | ||
- Aggregate inner transaction are not formatted [#618](https://github.com/nemgrouplimited/symbol-explorer/issues/618) | ||
|
||
|
||
## [v0.5.0][v0.5.0] - 15-Aug-2020 | ||
|
||
### Milestone: [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.9.6.4) | ||
|
@@ -79,4 +119,5 @@ SDK Core| v0.20.7 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk) | |
|
||
[v0.3.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.3.0 | ||
[v0.4.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.4.0 | ||
[v0.5.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.5.0 | ||
[v0.5.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.5.0 | ||
[v0.6.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.6.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters