Skip to content

Commit

Permalink
Release 1.7.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Mar 25, 2022
1 parent 3f7d9e1 commit 0700517
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@




## 1.7.0-0 (2022-03-25)

#### :rocket: Enhancement
* [#294](https://github.com/lblod/frontend-organization-portal/pull/294) type a part of a word and not preselect an option ([@nbittich](https://github.com/nbittich))
* [#289](https://github.com/lblod/frontend-organization-portal/pull/289) autocomplete bestuur name with mu search ([@nbittich](https://github.com/nbittich))
* [#286](https://github.com/lblod/frontend-organization-portal/pull/286) KBO & RRN interface improvements ([@claire-lovisa](https://github.com/claire-lovisa))
* [#284](https://github.com/lblod/frontend-organization-portal/pull/284) Add subtitle to besturen van eredienst ([@claire-lovisa](https://github.com/claire-lovisa))

#### :bug: Bug Fix
* [#293](https://github.com/lblod/frontend-organization-portal/pull/293) Able to create minister position for central worship services ([@nbittich](https://github.com/nbittich))
* [#292](https://github.com/lblod/frontend-organization-portal/pull/292) Filter 'Organisatie' shows options with no results ([@nbittich](https://github.com/nbittich))
* [#291](https://github.com/lblod/frontend-organization-portal/pull/291) Filter Province 'single select' shows both 'Oost-Vlaanderen' and 'West-Vlaanderen' ([@nbittich](https://github.com/nbittich))
* [#290](https://github.com/lblod/frontend-organization-portal/pull/290) autocomplete off for input with mask ([@nbittich](https://github.com/nbittich))
* [#288](https://github.com/lblod/frontend-organization-portal/pull/288) Fix order fields & copy sensitive info object ([@nbittich](https://github.com/nbittich))
* [#287](https://github.com/lblod/frontend-organization-portal/pull/287) change the filter search for name field ([@nbittich](https://github.com/nbittich))
* [#285](https://github.com/lblod/frontend-organization-portal/pull/285) bug fix for relation worship admin unit ([@nbittich](https://github.com/nbittich))
* [#283](https://github.com/lblod/frontend-organization-portal/pull/283) Hide identifiers in view mode when not filled ([@claire-lovisa](https://github.com/claire-lovisa))
* [#282](https://github.com/lblod/frontend-organization-portal/pull/282) the label for 'Rijksregisternummer' shows as 'Geslacht' ([@nbittich](https://github.com/nbittich))
* [#281](https://github.com/lblod/frontend-organization-portal/pull/281) Define a specific order for identifiers in core data ([@claire-lovisa](https://github.com/claire-lovisa))

#### Committers: 2
- Nordine Bittich ([@nbittich](https://github.com/nbittich))
- [@claire-lovisa](https://github.com/claire-lovisa)

## 1.6.4 (2022-03-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-organization-portal",
"version": "1.6.4",
"version": "1.7.0-0",
"private": true,
"description": "Frontend for Contact Hub",
"repository": {
Expand All @@ -26,7 +26,7 @@
"test": "npm-run-all lint test:*",
"test:ember": "ember test"
},
"devDependencies": {
"devDependencies": {
"@appuniversum/ember-appuniversum": "^1.0.2",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.5.0",
Expand Down

0 comments on commit 0700517

Please sign in to comment.