diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 10:56:41 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 10:56:48 +0800 |
commit | beb1797fc10f12fcdab0147fca7223c80e41c5c6 (patch) | |
tree | b4ac0253caeca81d2221c17f89d032d6d1a8b962 /usecaseui-portal/CHANGELOG.md | |
parent | d0f5347dc16b5aa9fc95eb520fbc9a1c7b672b09 (diff) |
docs: change README and CHANGELOG files
Change-Id: Ic0febf213c0462e84f92c1e28fc80b91bb22f5ca
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/CHANGELOG.md')
-rw-r--r-- | usecaseui-portal/CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/usecaseui-portal/CHANGELOG.md b/usecaseui-portal/CHANGELOG.md index 22702106..adbdd354 100644 --- a/usecaseui-portal/CHANGELOG.md +++ b/usecaseui-portal/CHANGELOG.md @@ -1,3 +1,27 @@ +# [1.0.0](https://gerrit.onap.org/r/usecase-ui/compare/2.0.1...1.0.0) (2019-08-23) + + +### Bug Fixes + +* fix bugs of positions of README.md ([ebd842c](https://gerrit.onap.org/r/usecase-ui/commits/ebd842c)) +* fix bugs of table spinner and delete usless codes ([8455cd5](https://gerrit.onap.org/r/usecase-ui/commits/8455cd5)) + + +### Features + +* add loading for page ([45fe372](https://gerrit.onap.org/r/usecase-ui/commits/45fe372)) +* change the project structure and add mock data function ([d0f5347](https://gerrit.onap.org/r/usecase-ui/commits/d0f5347)) +* Home page style optimization ([19a945d](https://gerrit.onap.org/r/usecase-ui/commits/19a945d)) +* optimize e2e instance creation page code ([8464ca4](https://gerrit.onap.org/r/usecase-ui/commits/8464ca4)) + + +### BREAKING CHANGES + +* change the project structure +* **mock:** this time, you can launch mock server easily by typing `npm run mock`! + + + # [1.0.0](https://gerrit.onap.org/r/usecase-ui/compare/2.0.1...1.0.0) (2019-08-19) |