diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c8ce6d..a040fcc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,54 @@ # Changelog All notable changes to this project will be documented in this file. -(The major version of IDS-Configmanager and IDS-Configmanager-UI indicates compatibility) +(Skipped major version 1, 2 and 3 to match versioning of IDS DataSpaceConnector, this way the major version of DSC, CM and UI indicates compatibility) -## [6.0.0] - 2021-03-30 +## [7.0.0] - 2021-05-26 ### Added -- Add file type on dashboard & resource page -- Resource representation: add file type & bytesize -### Changes -- UI backend refactoring: one generic endpoint forwading all UI API calls -- Changed tables "no data" texts -- Removed source type on dashboard & resource page +- Snackbar for showing API call error (on bottom of page) +- Resources: broker column + ### Fixes -- Additional escaping -- Fix scope problems in dataUtils.js -- Fix false hiding of busy indicator -- Use correct routes API -- Routes: flowchart fixes -- Routes client-side validation +- Use new app endpoint type names +- Add route: Remove empty border on resource representation page +- Use new resource policy operator names + +### Changes +- Refactoring of dataUtils +- Use new resource contract API +- Routes: automatically select input/output of connectors +- Changes in enum values API +- Changed UI backend default port to 8083 (no more root needed) +- Add resource: only list brokers where connector is registered +- Design change on resource representation page -## [5.0.0] - 2021-03-30 +## [6.0.0] - 2021-03-29 ### Added -- Configure URL of UI backend & Configmanager with docker compose env variable -- Set UI title with docker compose env variable -- Data Consumption: receive connector resources -- Set website title to UI title +- Client-side route validation +- File type & byte size in resource representation + +### Fixes +- Addtional escaping of API call parameters +- False hiding of busy indicator + ### Changes -- Use Roboto font -- Remove file type & data acceses dashboard cards -- Routes: don't show "Add ..." buttons on "show route" +- UI backend refactoring: using one generic API endpoint +- Remove source type from resource representation + +## [5.0.0] - 2021-03-10 + +### Added +- Set UI title from connector data +- Data consumption: receive connector resources + ### Fixes -- Escaping all api call parameters -- Eager loading of resource page tabs -- disable host check -- Implementation of new api for source- & file-types dashboard cards -- Fix settings validation problem -- Fix problem with read-only textfield of broker dialog -- Call updateResourceAtBroker on resource delete +- Escaping of API call parameters +- Settings validation problem +- Routes: flowchart fix for right-to-left connections + +### Changes +- Major Change: Call /configmodel API for proxy settings ## [4.0.0] - 2021-03-03 @@ -49,5 +60,3 @@ All notable changes to this project will be documented in this file. - Create & view routes for data offers (still under construction) - Change settings of connector & config model - - diff --git a/package.json b/package.json index 2850b831..25b1efda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ids-configmanager-ui", - "version": "6.0.0", + "version": "7.0.0", "private": true, "scripts": { "serve": "vue-cli-service serve --open --port 8082", @@ -28,7 +28,7 @@ "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", - "@vue/cli-service": "~4.5.0", + "@vue/cli-service": "4.x", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2",