Skip to content

Commit

Permalink
docs: docs: version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianWel committed May 26, 2021
1 parent f20563f commit 92b2463
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 33 deletions.
71 changes: 40 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 92b2463

Please sign in to comment.