Skip to content

Commit

Permalink
Prerelease 1.0.0-rc.3 (#148)
Browse files Browse the repository at this point in the history
* release(prerelease): 1.0.0-rc.3

* chore: Update js-lib and api version

* chore: Update js-lib

* chore: Update gren template

* chore: Update npm packages

* chore: Update js-lib

* chore: Update npm packages

* chore: Update dsp-api to rc.11

* refactor(search): Organize imports

* chore: Update Changelog with gren

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
kilchenmann committed Aug 7, 2020
1 parent 5fdeb39 commit fb15bb4
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 326 deletions.
13 changes: 7 additions & 6 deletions .grenrc
Expand Up @@ -15,11 +15,12 @@
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Breaking changes:": ["breaking/api", "breaking"],
"Enhancements:": ["enhancement"],
"Bug Fixes:": ["bug"],
"Documentation:": ["documentation"],
"Styling:": ["styling"],
"Other:": ["chore", "refactor"]
"Breaking changes": ["breaking/api", "breaking"],
"Enhancements": ["enhancement", "feature"],
"Bug Fixes": ["bug"],
"Documentation": ["documentation"],
"Styling": ["styling"],
"Dependencies": ["dependencies"],
"Other": ["chore", "refactor"]
}
}
220 changes: 109 additions & 111 deletions CHANGELOG.md
@@ -1,111 +1,109 @@
# Change Log

## Latest release

### [v1.0.0-rc.2](https://github.com/dasch-swiss/knora-ui-ng-lib/releases/tag/v1.0.0-rc.2)

#### Breaking changes:

- [#82](https://github.com/dasch-swiss/dsp-ui-lib/pull/82) Action module pipes migration

#### Enhancements:

- [#138](https://github.com/dasch-swiss/dsp-ui-lib/pull/138) Optimise the number of cards per line
- [#136](https://github.com/dasch-swiss/dsp-ui-lib/pull/136) Build lib including assets folder
- [#128](https://github.com/dasch-swiss/dsp-ui-lib/pull/128) Add Still Image Viewer
- [#125](https://github.com/dasch-swiss/dsp-ui-lib/pull/125) Login Form Migration
- [#122](https://github.com/dasch-swiss/dsp-ui-lib/pull/122) Simple list of resources
- [#109](https://github.com/dasch-swiss/dsp-ui-lib/pull/109) Create new value for existing property
- [#119](https://github.com/dasch-swiss/dsp-ui-lib/pull/119) Add Gravsearch Generation Service
- [#107](https://github.com/dasch-swiss/dsp-ui-lib/pull/107) Migrate Advanced Search
- [#116](https://github.com/dasch-swiss/dsp-ui-lib/pull/116) Add ArkUrl copy to clipboard in resource-view
- [#115](https://github.com/dasch-swiss/dsp-ui-lib/pull/115) DSP-UI Live Reloading
- [#105](https://github.com/dasch-swiss/dsp-ui-lib/pull/105) Move the search-panel and the fulltext-search components
- [#112](https://github.com/dasch-swiss/dsp-ui-lib/pull/112) Use latest rc of dsp-js and other improvements
- [#111](https://github.com/dasch-swiss/dsp-ui-lib/pull/111) Make the sorting service more flexible
- [#100](https://github.com/dasch-swiss/dsp-ui-lib/pull/100) Use strictTemplates Compiler Option
- [#103](https://github.com/dasch-swiss/dsp-ui-lib/pull/103) Search module setup
- [#88](https://github.com/dasch-swiss/dsp-ui-lib/pull/88) Refactor how to get properties by type
- [#73](https://github.com/dasch-swiss/dsp-ui-lib/pull/73) Custom Boolean Pipe

#### Bug Fixes:

- [#142](https://github.com/dasch-swiss/dsp-ui-lib/pull/142) FIX: DSP UI is blocked when submitting an invalid value
- [#121](https://github.com/dasch-swiss/dsp-ui-lib/pull/121) Flaky E2E Tests
- [#118](https://github.com/dasch-swiss/dsp-ui-lib/pull/118) AppInitService: Make members non static
- [#106](https://github.com/dasch-swiss/dsp-ui-lib/pull/106) FIX: display-edit dev build errors
- [#104](https://github.com/dasch-swiss/dsp-ui-lib/pull/104) FIX: sublist value component viewchild issue
- [#102](https://github.com/dasch-swiss/dsp-ui-lib/pull/102) FIX: Sort button type annotation
- [#97](https://github.com/dasch-swiss/dsp-ui-lib/pull/97) FIX: Action Module Playground & Components Missing Imports

#### Documentation:

- [#99](https://github.com/dasch-swiss/dsp-ui-lib/pull/99) Update README
- [#87](https://github.com/dasch-swiss/dsp-ui-lib/pull/87) Describe concept of value components

#### Styling:

- [#141](https://github.com/dasch-swiss/dsp-ui-lib/pull/141) Change Home Icon of OpenSeadragon Viewer

#### Other:

- [#143](https://github.com/dasch-swiss/dsp-ui-lib/pull/143) Prerelease of v1.0.0 rc.2
- [#131](https://github.com/dasch-swiss/dsp-ui-lib/pull/131) Migrate String Literal Input Component
- [#135](https://github.com/dasch-swiss/dsp-ui-lib/pull/135) Rename knoraApiConnection to _dspApiConnection in constructors
- [#133](https://github.com/dasch-swiss/dsp-ui-lib/pull/133) Update assets folder and file structrue
- [#132](https://github.com/dasch-swiss/dsp-ui-lib/pull/132) Migrate Stringify String Literal Pipe
- [#127](https://github.com/dasch-swiss/dsp-ui-lib/pull/127) Update JS-Lib Dep
- [#123](https://github.com/dasch-swiss/dsp-ui-lib/pull/123) Hide link to geonames.org in edit mode
- [#113](https://github.com/dasch-swiss/dsp-ui-lib/pull/113) Update JS-Lib Dep
- [#110](https://github.com/dasch-swiss/dsp-ui-lib/pull/110) Remove jdn-datepicker directive from action module directives
- [#101](https://github.com/dasch-swiss/dsp-ui-lib/pull/101) Refactor Sort Button
- [#95](https://github.com/dasch-swiss/dsp-ui-lib/pull/95) Migration of message component
- [#94](https://github.com/dasch-swiss/dsp-ui-lib/pull/94) Migrate sort button
- [#93](https://github.com/dasch-swiss/dsp-ui-lib/pull/93) Progress Indicator
- [#91](https://github.com/dasch-swiss/dsp-ui-lib/pull/91) Migrate action module directives
- [#92](https://github.com/dasch-swiss/dsp-ui-lib/pull/92) Update tslint
- [#89](https://github.com/dasch-swiss/dsp-ui-lib/pull/89) Refactor Truncate Pipe
- [#86](https://github.com/dasch-swiss/dsp-ui-lib/pull/86) Update package information

## Old releases

### [v1.0.0-rc.1](https://github.com/dasch-swiss/knora-ui-ng-lib/releases/tag/v1.0.0-rc.1)

#### Breaking changes:

- [#78](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/78) Rename @knora/ui to @dasch-swiss/dsp-ui and kui to dsp
- [#63](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/63) Upgrade to Angular 9

#### Enhancements:

- [#83](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/83) Preparing Release Candidate v1.0.0-rc.0
- [#67](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/67) Improve read mode appearance of value components
- [#69](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/69) Create Value Comparison Method
- [#57](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/57) Geoname mat-icon suffix
- [#42](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/42) Prototyping property viewer with the value components
- [#43](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/43) Value Component CSS and other styling
- [#56](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/56) Simulate productive circumstances locally
- [#34](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/34) Color value component
- [#26](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/26) Interval Value Component
- [#29](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/29) Boolean value component
- [#22](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/22) Uri Value Component
- [#23](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/23) Decimal Value Component

#### Bug Fixes:

- [#77](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/77) FIX: KnoraDatePipe return values
- [#66](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/66) BUG: User can no longer save an edited value
- [#58](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/58) Clean up prop label

#### Documentation:

- [#72](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/72) Step by step guidelines in the READMEs

#### Other:

- [#81](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/81) Add ngx-color-picker to lib's peer deps
- [#76](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/76) Use @knora/api 1.0.0-rc.0
- [#71](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/71) cdkTextareaAutosize code cleanup
- [#70](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/70) Remove readonly inputs
- [#64](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/64) Add Exports
- [#59](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/59) Add missing config files
# Changelog

## v1.0.0-rc.2 (30/07/2020)

#### Breaking changes:

- [#82](https://github.com/dasch-swiss/dsp-ui-lib/pull/82) Action module pipes migration

#### Enhancements:

- [#138](https://github.com/dasch-swiss/dsp-ui-lib/pull/138) Optimise the number of cards per line
- [#136](https://github.com/dasch-swiss/dsp-ui-lib/pull/136) Build lib including assets folder
- [#128](https://github.com/dasch-swiss/dsp-ui-lib/pull/128) Add Still Image Viewer
- [#125](https://github.com/dasch-swiss/dsp-ui-lib/pull/125) Login Form Migration
- [#122](https://github.com/dasch-swiss/dsp-ui-lib/pull/122) Simple list of resources
- [#109](https://github.com/dasch-swiss/dsp-ui-lib/pull/109) Create new value for existing property
- [#119](https://github.com/dasch-swiss/dsp-ui-lib/pull/119) Add Gravsearch Generation Service
- [#107](https://github.com/dasch-swiss/dsp-ui-lib/pull/107) Migrate Advanced Search
- [#116](https://github.com/dasch-swiss/dsp-ui-lib/pull/116) Add ArkUrl copy to clipboard in resource-view
- [#115](https://github.com/dasch-swiss/dsp-ui-lib/pull/115) DSP-UI Live Reloading
- [#105](https://github.com/dasch-swiss/dsp-ui-lib/pull/105) Move the search-panel and the fulltext-search components
- [#112](https://github.com/dasch-swiss/dsp-ui-lib/pull/112) Use latest rc of dsp-js and other improvements
- [#111](https://github.com/dasch-swiss/dsp-ui-lib/pull/111) Make the sorting service more flexible
- [#100](https://github.com/dasch-swiss/dsp-ui-lib/pull/100) Use strictTemplates Compiler Option
- [#103](https://github.com/dasch-swiss/dsp-ui-lib/pull/103) Search module setup
- [#88](https://github.com/dasch-swiss/dsp-ui-lib/pull/88) Refactor how to get properties by type
- [#73](https://github.com/dasch-swiss/dsp-ui-lib/pull/73) Custom Boolean Pipe

#### Bug Fixes:

- [#142](https://github.com/dasch-swiss/dsp-ui-lib/pull/142) FIX: DSP UI is blocked when submitting an invalid value
- [#121](https://github.com/dasch-swiss/dsp-ui-lib/pull/121) Flaky E2E Tests
- [#118](https://github.com/dasch-swiss/dsp-ui-lib/pull/118) AppInitService: Make members non static
- [#106](https://github.com/dasch-swiss/dsp-ui-lib/pull/106) FIX: display-edit dev build errors
- [#104](https://github.com/dasch-swiss/dsp-ui-lib/pull/104) FIX: sublist value component viewchild issue
- [#102](https://github.com/dasch-swiss/dsp-ui-lib/pull/102) FIX: Sort button type annotation
- [#97](https://github.com/dasch-swiss/dsp-ui-lib/pull/97) FIX: Action Module Playground & Components Missing Imports

#### Documentation:

- [#99](https://github.com/dasch-swiss/dsp-ui-lib/pull/99) Update README
- [#87](https://github.com/dasch-swiss/dsp-ui-lib/pull/87) Describe concept of value components

#### Styling:

- [#141](https://github.com/dasch-swiss/dsp-ui-lib/pull/141) Change Home Icon of OpenSeadragon Viewer

#### Other:

- [#143](https://github.com/dasch-swiss/dsp-ui-lib/pull/143) Prerelease of v1.0.0 rc.2
- [#131](https://github.com/dasch-swiss/dsp-ui-lib/pull/131) Migrate String Literal Input Component
- [#135](https://github.com/dasch-swiss/dsp-ui-lib/pull/135) Rename knoraApiConnection to _dspApiConnection in constructors
- [#133](https://github.com/dasch-swiss/dsp-ui-lib/pull/133) Update assets folder and file structrue
- [#132](https://github.com/dasch-swiss/dsp-ui-lib/pull/132) Migrate Stringify String Literal Pipe
- [#127](https://github.com/dasch-swiss/dsp-ui-lib/pull/127) Update JS-Lib Dep
- [#123](https://github.com/dasch-swiss/dsp-ui-lib/pull/123) Hide link to geonames.org in edit mode
- [#113](https://github.com/dasch-swiss/dsp-ui-lib/pull/113) Update JS-Lib Dep
- [#110](https://github.com/dasch-swiss/dsp-ui-lib/pull/110) Remove jdn-datepicker directive from action module directives
- [#101](https://github.com/dasch-swiss/dsp-ui-lib/pull/101) Refactor Sort Button
- [#95](https://github.com/dasch-swiss/dsp-ui-lib/pull/95) Migration of message component
- [#94](https://github.com/dasch-swiss/dsp-ui-lib/pull/94) Migrate sort button
- [#93](https://github.com/dasch-swiss/dsp-ui-lib/pull/93) Progress Indicator
- [#91](https://github.com/dasch-swiss/dsp-ui-lib/pull/91) Migrate action module directives
- [#92](https://github.com/dasch-swiss/dsp-ui-lib/pull/92) Update tslint
- [#89](https://github.com/dasch-swiss/dsp-ui-lib/pull/89) Refactor Truncate Pipe
- [#86](https://github.com/dasch-swiss/dsp-ui-lib/pull/86) Update package information

---

## v1.0.0-rc.1 (15/05/2020)

#### Breaking changes:

- [#78](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/78) Rename @knora/ui to @dasch-swiss/dsp-ui and kui to dsp
- [#63](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/63) Upgrade to Angular 9

#### Enhancements:

- [#83](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/83) Preparing Release Candidate v1.0.0-rc.0
- [#67](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/67) Improve read mode appearance of value components
- [#69](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/69) Create Value Comparison Method
- [#57](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/57) Geoname mat-icon suffix
- [#42](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/42) Prototyping property viewer with the value components
- [#43](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/43) Value Component CSS and other styling
- [#56](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/56) Simulate productive circumstances locally
- [#34](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/34) Color value component
- [#26](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/26) Interval Value Component
- [#29](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/29) Boolean value component
- [#22](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/22) Uri Value Component
- [#23](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/23) Decimal Value Component

#### Bug Fixes:

- [#77](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/77) FIX: KnoraDatePipe return values
- [#66](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/66) BUG: User can no longer save an edited value
- [#58](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/58) Clean up prop label

#### Documentation:

- [#72](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/72) Step by step guidelines in the READMEs

#### Other:

- [#81](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/81) Add ngx-color-picker to lib's peer deps
- [#76](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/76) Use @knora/api 1.0.0-rc.0
- [#71](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/71) cdkTextareaAutosize code cleanup
- [#70](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/70) Remove readonly inputs
- [#64](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/64) Add Exports
- [#59](https://github.com/dasch-swiss/knora-ui-ng-lib/pull/59) Add missing config files
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -59,12 +59,12 @@ prerelease-major: ## updates version to next MAJOR as release candidate e.g. fro
# Clones the knora-api git repository
.PHONY: clone-knora-stack
clone-knora-stack:
@git clone --branch v13.0.0-rc.8 --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack
@git clone --branch v13.0.0-rc.11 --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack

.PHONY: knora-stack
knora-stack: ## runs the knora-stack
$(MAKE) -C $(CURRENT_DIR)/.tmp/knora-stack init-db-test
$(MAKE) -C $(CURRENT_DIR)/.tmp/knora-stack stack-restart-api
$(MAKE) -C $(CURRENT_DIR)/.tmp/knora-stack stack-up
$(MAKE) -C $(CURRENT_DIR)/.tmp/knora-stack stack-logs-api-no-follow

.PHONY: help
Expand Down

0 comments on commit fb15bb4

Please sign in to comment.