From 4e10664dd192821c8557d027d3439a9d5e4af3fd Mon Sep 17 00:00:00 2001 From: cyuamber Date: Tue, 8 Oct 2019 14:51:40 +0800 Subject: docs: add release note and changelog Change-Id: I68e59fc2a008a77514e97598e077a01a26371a5a Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- docs/release-notes.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'docs/release-notes.rst') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 87e98ed2..d7fee01c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,50 @@ It provides self-service management GUI and monitor GUI for operators and end-us This project targets identifying all GUI requirements which operators and end-users need ONAP to support, coordinating GUI parts of each ONAP subsystem, filling the gaps for improving GUI functionalities for use cases. +Version: 2.0.2 +-------------- + +:Release Date: 2019-10-10 + +**New Features** + - Adaptive Pages : change the Home, Customer, Lifecycle Management and Package Management modules to adaptive pages that can be normally displayed in all screen sizes + - Mock Data Scheme : build mock data scheme to support the development and preview in local environment in case of lack of server environment + - Document Enhancement : enrich README.md to introduce the general situation and add CHANGELOG.md to record the commit messages + - Structure Optimization : restructure the project to increase the development efficiency and improve the performance + - Function Optimization : delete useless modules and simplify some apis to improve loading speed of the project + + +**Released Components** + - usecase-ui 2.0.2 + - usecase-ui-server 2.0.2 + +**Bug Fixes** + - Invalid Image Path : change the invalid image path in CSS and HTML files + - Error in Document : fix all errors in project document + +**Known Issues** + NA + +**Security Notes** + +Usecase-UI code has been formally scanned during build time using NexusIQ and all critical vulnerabilities have been addressed, +items that remain open have been assessed for risk and determined to be false positive. +The Usecase-UI open critical security vulnerabilities and their risk assessment have been documented as part of the project. + +**Quick Links** + - `Usecase-UI project page `_ + - `Passing Badge information for Usecase-UI `_ + - `Project Vulnerability Review Table for Usecase-UI `__ + +**Upgrade Notes** + NA + +**Deprecation Notes** + NA + +**Other** + NA + Version: 2.0.1 -------------- -- cgit 1.2.3-korg