From 277127499a740cdf956b95be3fdb9e7a59f75ee5 Mon Sep 17 00:00:00 2001 From: abeforgit Date: Tue, 19 Sep 2023 16:16:10 +0200 Subject: [PATCH] Release 7.2.0 --- .changeset/fair-ties-rule.md | 5 - .changeset/itchy-swans-wonder.md | 5 - .changeset/rich-maps-own.md | 5 - .changeset/sour-otters-hide.md | 5 - CHANGELOG.md | 412 +++++++++++++++++++------------ package-lock.json | 4 +- package.json | 2 +- 7 files changed, 258 insertions(+), 180 deletions(-) delete mode 100644 .changeset/fair-ties-rule.md delete mode 100644 .changeset/itchy-swans-wonder.md delete mode 100644 .changeset/rich-maps-own.md delete mode 100644 .changeset/sour-otters-hide.md diff --git a/.changeset/fair-ties-rule.md b/.changeset/fair-ties-rule.md deleted file mode 100644 index 87cecc96..00000000 --- a/.changeset/fair-ties-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-reglementaire-bijlage': patch ---- - -Add variable insert dropdown translations diff --git a/.changeset/itchy-swans-wonder.md b/.changeset/itchy-swans-wonder.md deleted file mode 100644 index 26e7d759..00000000 --- a/.changeset/itchy-swans-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-reglementaire-bijlage': patch ---- - -GN-4476: Show the "Saved" pill diff --git a/.changeset/rich-maps-own.md b/.changeset/rich-maps-own.md deleted file mode 100644 index a73e1ff5..00000000 --- a/.changeset/rich-maps-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-reglementaire-bijlage': patch ---- - -Move to changesets for changelog management diff --git a/.changeset/sour-otters-hide.md b/.changeset/sour-otters-hide.md deleted file mode 100644 index d273b807..00000000 --- a/.changeset/sour-otters-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-reglementaire-bijlage': minor ---- - -GN-4330: Move single/multiselect for codelists to templates diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2d9e33..1ca0f5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,109 +1,143 @@ # frontend-reglementaire-bijlage +## 7.2.0 + +### Minor Changes + +- [#174](https://github.com/lblod/frontend-reglementaire-bijlage/pull/174) [`8b17ec2`](https://github.com/lblod/frontend-reglementaire-bijlage/commit/8b17ec2c9cd99f669c402023f216e5a36d8c1e6f) Thanks [@abeforgit](https://github.com/abeforgit)! - GN-4330: Move single/multiselect for codelists to templates + +### Patch Changes + +- [#182](https://github.com/lblod/frontend-reglementaire-bijlage/pull/182) [`c68e521`](https://github.com/lblod/frontend-reglementaire-bijlage/commit/c68e5210630d624d65ec68e374154829c39625b1) Thanks [@elpoelma](https://github.com/elpoelma)! - Add variable insert dropdown translations + +- [#179](https://github.com/lblod/frontend-reglementaire-bijlage/pull/179) [`50ed78e`](https://github.com/lblod/frontend-reglementaire-bijlage/commit/50ed78e2210c7224ac6f5a2ee5da33d5472240ec) Thanks [@dkozickis](https://github.com/dkozickis)! - GN-4476: Show the "Saved" pill + +- [#180](https://github.com/lblod/frontend-reglementaire-bijlage/pull/180) [`9da72c5`](https://github.com/lblod/frontend-reglementaire-bijlage/commit/9da72c5febfde73fc364be3036638ba5a81c0258) Thanks [@elpoelma](https://github.com/elpoelma)! - Move to changesets for changelog management + ## 7.1.0 (2023-08-29) #### :rocket: Enhancement -* [#173](https://github.com/lblod/frontend-reglementaire-bijlage/pull/173) feat(deps): bump editor and plugins ([@abeforgit](https://github.com/abeforgit)) + +- [#173](https://github.com/lblod/frontend-reglementaire-bijlage/pull/173) feat(deps): bump editor and plugins ([@abeforgit](https://github.com/abeforgit)) #### :house: Internal -* [#169](https://github.com/lblod/frontend-reglementaire-bijlage/pull/169) Bump @babel/plugin-proposal-decorators from 7.22.7 to 7.22.10 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#172](https://github.com/lblod/frontend-reglementaire-bijlage/pull/172) Bump ember-concurrency from 3.0.0 to 3.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#166](https://github.com/lblod/frontend-reglementaire-bijlage/pull/166) Bump ember-resources from 6.3.1 to 6.4.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#168](https://github.com/lblod/frontend-reglementaire-bijlage/pull/168) Bump ember-resolver from 10.1.1 to 11.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#169](https://github.com/lblod/frontend-reglementaire-bijlage/pull/169) Bump @babel/plugin-proposal-decorators from 7.22.7 to 7.22.10 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#172](https://github.com/lblod/frontend-reglementaire-bijlage/pull/172) Bump ember-concurrency from 3.0.0 to 3.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#166](https://github.com/lblod/frontend-reglementaire-bijlage/pull/166) Bump ember-resources from 6.3.1 to 6.4.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#168](https://github.com/lblod/frontend-reglementaire-bijlage/pull/168) Bump ember-resolver from 10.1.1 to 11.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 1 -- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) +- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) ## 7.0.0 (2023-08-28) #### :rocket: Enhancement -* [#156](https://github.com/lblod/frontend-reglementaire-bijlage/pull/156) GN-4322: Connect Snippet List with Template ([@dkozickis](https://github.com/dkozickis)) + +- [#156](https://github.com/lblod/frontend-reglementaire-bijlage/pull/156) GN-4322: Connect Snippet List with Template ([@dkozickis](https://github.com/dkozickis)) #### :house: Internal -* [#165](https://github.com/lblod/frontend-reglementaire-bijlage/pull/165) Bump sass from 1.64.1 to 1.65.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#165](https://github.com/lblod/frontend-reglementaire-bijlage/pull/165) Bump sass from 1.64.1 to 1.65.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 1 -- Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) +- Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) ## 6.10.1 (2023-08-08) #### :rocket: Enhancement -* [#164](https://github.com/lblod/frontend-reglementaire-bijlage/pull/164) Add template-comment edit widget ([@elpoelma](https://github.com/elpoelma)) + +- [#164](https://github.com/lblod/frontend-reglementaire-bijlage/pull/164) Add template-comment edit widget ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#159](https://github.com/lblod/frontend-reglementaire-bijlage/pull/159) Bump prettier from 3.0.0 to 3.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#161](https://github.com/lblod/frontend-reglementaire-bijlage/pull/161) Bump @babel/eslint-parser from 7.22.7 to 7.22.10 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#160](https://github.com/lblod/frontend-reglementaire-bijlage/pull/160) Bump eslint from 8.45.0 to 8.46.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#159](https://github.com/lblod/frontend-reglementaire-bijlage/pull/159) Bump prettier from 3.0.0 to 3.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#161](https://github.com/lblod/frontend-reglementaire-bijlage/pull/161) Bump @babel/eslint-parser from 7.22.7 to 7.22.10 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#160](https://github.com/lblod/frontend-reglementaire-bijlage/pull/160) Bump eslint from 8.45.0 to 8.46.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 1 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 6.10.0 (2023-08-08) #### :rocket: Enhancement -* [#163](https://github.com/lblod/frontend-reglementaire-bijlage/pull/163) Enable template comments on regulatory statement edit page ([@elpoelma](https://github.com/elpoelma)) + +- [#163](https://github.com/lblod/frontend-reglementaire-bijlage/pull/163) Enable template comments on regulatory statement edit page ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#162](https://github.com/lblod/frontend-reglementaire-bijlage/pull/162) Update editor to 4.2.0 and plugins to 10.0.0 ([@elpoelma](https://github.com/elpoelma)) -* [#143](https://github.com/lblod/frontend-reglementaire-bijlage/pull/143) Bump release-it from 15.11.0 to 16.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#149](https://github.com/lblod/frontend-reglementaire-bijlage/pull/149) Bump ember-resources from 6.2.1 to 6.3.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#155](https://github.com/lblod/frontend-reglementaire-bijlage/pull/155) Bump @appuniversum/ember-appuniversum from 2.7.0 to 2.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#154](https://github.com/lblod/frontend-reglementaire-bijlage/pull/154) Bump @lblod/ember-rdfa-editor-lblod-plugins from 9.0.2 to 9.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#152](https://github.com/lblod/frontend-reglementaire-bijlage/pull/152) Bump sass from 1.63.6 to 1.64.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#162](https://github.com/lblod/frontend-reglementaire-bijlage/pull/162) Update editor to 4.2.0 and plugins to 10.0.0 ([@elpoelma](https://github.com/elpoelma)) +- [#143](https://github.com/lblod/frontend-reglementaire-bijlage/pull/143) Bump release-it from 15.11.0 to 16.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#149](https://github.com/lblod/frontend-reglementaire-bijlage/pull/149) Bump ember-resources from 6.2.1 to 6.3.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#155](https://github.com/lblod/frontend-reglementaire-bijlage/pull/155) Bump @appuniversum/ember-appuniversum from 2.7.0 to 2.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#154](https://github.com/lblod/frontend-reglementaire-bijlage/pull/154) Bump @lblod/ember-rdfa-editor-lblod-plugins from 9.0.2 to 9.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#152](https://github.com/lblod/frontend-reglementaire-bijlage/pull/152) Bump sass from 1.63.6 to 1.64.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 2 + - Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 6.9.0 (2023-07-28) #### :rocket: Enhancement -* [#148](https://github.com/lblod/frontend-reglementaire-bijlage/pull/148) GN-4323: Add Snippet plugin to Regulatory Attachments ([@dkozickis](https://github.com/dkozickis)) + +- [#148](https://github.com/lblod/frontend-reglementaire-bijlage/pull/148) GN-4323: Add Snippet plugin to Regulatory Attachments ([@dkozickis](https://github.com/dkozickis)) #### :house: Internal -* [#146](https://github.com/lblod/frontend-reglementaire-bijlage/pull/146) Bump ember-template-lint from 5.11.0 to 5.11.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#147](https://github.com/lblod/frontend-reglementaire-bijlage/pull/147) Bump webpack from 5.88.1 to 5.88.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#146](https://github.com/lblod/frontend-reglementaire-bijlage/pull/146) Bump ember-template-lint from 5.11.0 to 5.11.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#147](https://github.com/lblod/frontend-reglementaire-bijlage/pull/147) Bump webpack from 5.88.1 to 5.88.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 1 + - Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) ## 6.8.0 (2023-07-24) #### :bug: Bug Fix -* [#136](https://github.com/lblod/frontend-reglementaire-bijlage/pull/136) GN-4323: Publish snippet to public space ([@dkozickis](https://github.com/dkozickis)) + +- [#136](https://github.com/lblod/frontend-reglementaire-bijlage/pull/136) GN-4323: Publish snippet to public space ([@dkozickis](https://github.com/dkozickis)) #### :house: Internal -* [#140](https://github.com/lblod/frontend-reglementaire-bijlage/pull/140) Bump @lblod/ember-rdfa-editor-lblod-plugins from 8.4.0 to 8.4.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#142](https://github.com/lblod/frontend-reglementaire-bijlage/pull/142) Bump word-wrap from 1.2.3 to 1.2.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#137](https://github.com/lblod/frontend-reglementaire-bijlage/pull/137) Bump eslint from 8.44.0 to 8.45.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#139](https://github.com/lblod/frontend-reglementaire-bijlage/pull/139) Bump eslint-plugin-qunit from 7.3.4 to 8.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#134](https://github.com/lblod/frontend-reglementaire-bijlage/pull/134) Bump prettier from 2.8.8 to 3.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#130](https://github.com/lblod/frontend-reglementaire-bijlage/pull/130) Bump ember-welcome-page from 6.2.0 to 7.0.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#133](https://github.com/lblod/frontend-reglementaire-bijlage/pull/133) Bump ember-resources from 6.1.1 to 6.2.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#135](https://github.com/lblod/frontend-reglementaire-bijlage/pull/135) Bump semver from 5.7.1 to 5.7.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#131](https://github.com/lblod/frontend-reglementaire-bijlage/pull/131) Bump eslint-plugin-ember from 11.9.0 to 11.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#140](https://github.com/lblod/frontend-reglementaire-bijlage/pull/140) Bump @lblod/ember-rdfa-editor-lblod-plugins from 8.4.0 to 8.4.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#142](https://github.com/lblod/frontend-reglementaire-bijlage/pull/142) Bump word-wrap from 1.2.3 to 1.2.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#137](https://github.com/lblod/frontend-reglementaire-bijlage/pull/137) Bump eslint from 8.44.0 to 8.45.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#139](https://github.com/lblod/frontend-reglementaire-bijlage/pull/139) Bump eslint-plugin-qunit from 7.3.4 to 8.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#134](https://github.com/lblod/frontend-reglementaire-bijlage/pull/134) Bump prettier from 2.8.8 to 3.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#130](https://github.com/lblod/frontend-reglementaire-bijlage/pull/130) Bump ember-welcome-page from 6.2.0 to 7.0.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#133](https://github.com/lblod/frontend-reglementaire-bijlage/pull/133) Bump ember-resources from 6.1.1 to 6.2.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#135](https://github.com/lblod/frontend-reglementaire-bijlage/pull/135) Bump semver from 5.7.1 to 5.7.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#131](https://github.com/lblod/frontend-reglementaire-bijlage/pull/131) Bump eslint-plugin-ember from 11.9.0 to 11.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 1 + - Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) ## 6.7.0 (2023-07-06) #### :rocket: Enhancement -* [#111](https://github.com/lblod/frontend-reglementaire-bijlage/pull/111) Implement new TOC scrolling functionality ([@lagartoverde](https://github.com/lagartoverde)) -* [#120](https://github.com/lblod/frontend-reglementaire-bijlage/pull/120) Use AuModal for the modal shown when leaving a route ([@x-m-el](https://github.com/x-m-el)) + +- [#111](https://github.com/lblod/frontend-reglementaire-bijlage/pull/111) Implement new TOC scrolling functionality ([@lagartoverde](https://github.com/lagartoverde)) +- [#120](https://github.com/lblod/frontend-reglementaire-bijlage/pull/120) Use AuModal for the modal shown when leaving a route ([@x-m-el](https://github.com/x-m-el)) #### :bug: Bug Fix -* [#113](https://github.com/lblod/frontend-reglementaire-bijlage/pull/113) GN-4378 Revalidate codelist options list when changing the label ([@x-m-el](https://github.com/x-m-el)) + +- [#113](https://github.com/lblod/frontend-reglementaire-bijlage/pull/113) GN-4378 Revalidate codelist options list when changing the label ([@x-m-el](https://github.com/x-m-el)) #### :house: Internal -* [#129](https://github.com/lblod/frontend-reglementaire-bijlage/pull/129) Update @lblod/ember-rdfa-editor-lblod-plugins to 8.4.0 ([@elpoelma](https://github.com/elpoelma)) -* [#127](https://github.com/lblod/frontend-reglementaire-bijlage/pull/127) Bump @lblod/ember-rdfa-editor-lblod-plugins from 8.1.0 to 8.2.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#123](https://github.com/lblod/frontend-reglementaire-bijlage/pull/123) Bump ember-resolver from 8.1.0 to 10.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#126](https://github.com/lblod/frontend-reglementaire-bijlage/pull/126) Bump sass from 1.59.2 to 1.63.6 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#129](https://github.com/lblod/frontend-reglementaire-bijlage/pull/129) Update @lblod/ember-rdfa-editor-lblod-plugins to 8.4.0 ([@elpoelma](https://github.com/elpoelma)) +- [#127](https://github.com/lblod/frontend-reglementaire-bijlage/pull/127) Bump @lblod/ember-rdfa-editor-lblod-plugins from 8.1.0 to 8.2.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#123](https://github.com/lblod/frontend-reglementaire-bijlage/pull/123) Bump ember-resolver from 8.1.0 to 10.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#126](https://github.com/lblod/frontend-reglementaire-bijlage/pull/126) Bump sass from 1.59.2 to 1.63.6 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 3 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - [@x-m-el](https://github.com/x-m-el) @@ -111,36 +145,42 @@ ## 6.6.1 (2023-06-27) #### :bug: Bug Fix -* [#121](https://github.com/lblod/frontend-reglementaire-bijlage/pull/121) Add number node and number view so the number variable is not broken ([@lagartoverde](https://github.com/lagartoverde)) + +- [#121](https://github.com/lblod/frontend-reglementaire-bijlage/pull/121) Add number node and number view so the number variable is not broken ([@lagartoverde](https://github.com/lagartoverde)) #### :house: Internal -* [#117](https://github.com/lblod/frontend-reglementaire-bijlage/pull/117) Bump release-it from 15.8.0 to 15.11.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#115](https://github.com/lblod/frontend-reglementaire-bijlage/pull/115) Bump @ember/test-helpers from 2.9.3 to 2.9.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#116](https://github.com/lblod/frontend-reglementaire-bijlage/pull/116) Bump ember-template-lint from 4.18.2 to 5.10.3 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#118](https://github.com/lblod/frontend-reglementaire-bijlage/pull/118) Bump date-fns from 2.29.3 to 2.30.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#119](https://github.com/lblod/frontend-reglementaire-bijlage/pull/119) Bump eslint-plugin-ember from 11.4.7 to 11.9.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#117](https://github.com/lblod/frontend-reglementaire-bijlage/pull/117) Bump release-it from 15.8.0 to 15.11.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#115](https://github.com/lblod/frontend-reglementaire-bijlage/pull/115) Bump @ember/test-helpers from 2.9.3 to 2.9.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#116](https://github.com/lblod/frontend-reglementaire-bijlage/pull/116) Bump ember-template-lint from 4.18.2 to 5.10.3 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#118](https://github.com/lblod/frontend-reglementaire-bijlage/pull/118) Bump date-fns from 2.29.3 to 2.30.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#119](https://github.com/lblod/frontend-reglementaire-bijlage/pull/119) Bump eslint-plugin-ember from 11.4.7 to 11.9.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 2 + - Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - ## 6.6.0 (2023-06-22) #### :rocket: Enhancement -* [#109](https://github.com/lblod/frontend-reglementaire-bijlage/pull/109) GN-4312 make document title more distinct from title ([@abeforgit](https://github.com/abeforgit)) + +- [#109](https://github.com/lblod/frontend-reglementaire-bijlage/pull/109) GN-4312 make document title more distinct from title ([@abeforgit](https://github.com/abeforgit)) #### :bug: Bug Fix -* [#101](https://github.com/lblod/frontend-reglementaire-bijlage/pull/101) Fix type translation on codelist overview page ([@elpoelma](https://github.com/elpoelma)) + +- [#101](https://github.com/lblod/frontend-reglementaire-bijlage/pull/101) Fix type translation on codelist overview page ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#110](https://github.com/lblod/frontend-reglementaire-bijlage/pull/110) Update `@lblod/ember-rdfa-editor-lblod-plugins` to 8.1.0 ([@elpoelma](https://github.com/elpoelma)) -* [#108](https://github.com/lblod/frontend-reglementaire-bijlage/pull/108) Update `@lblod/ember-rdfa-editor` to 3.10 ([@elpoelma](https://github.com/elpoelma)) -* [#102](https://github.com/lblod/frontend-reglementaire-bijlage/pull/102) Bump ember-concurrency from 2.3.7 to 3.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#103](https://github.com/lblod/frontend-reglementaire-bijlage/pull/103) Bump ember-cli-app-version from 6.0.0 to 6.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#105](https://github.com/lblod/frontend-reglementaire-bijlage/pull/105) Bump eslint from 8.42.0 to 8.43.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +- [#110](https://github.com/lblod/frontend-reglementaire-bijlage/pull/110) Update `@lblod/ember-rdfa-editor-lblod-plugins` to 8.1.0 ([@elpoelma](https://github.com/elpoelma)) +- [#108](https://github.com/lblod/frontend-reglementaire-bijlage/pull/108) Update `@lblod/ember-rdfa-editor` to 3.10 ([@elpoelma](https://github.com/elpoelma)) +- [#102](https://github.com/lblod/frontend-reglementaire-bijlage/pull/102) Bump ember-concurrency from 2.3.7 to 3.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#103](https://github.com/lblod/frontend-reglementaire-bijlage/pull/103) Bump ember-cli-app-version from 6.0.0 to 6.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#105](https://github.com/lblod/frontend-reglementaire-bijlage/pull/105) Bump eslint from 8.42.0 to 8.43.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 3 + - Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) @@ -148,102 +188,119 @@ ## 6.5.0 (2023-06-19) #### :house: Internal -* [#99](https://github.com/lblod/frontend-reglementaire-bijlage/pull/99) Update editor plugins to 8.0.1 ([@lagartoverde](https://github.com/lagartoverde)) + +- [#99](https://github.com/lblod/frontend-reglementaire-bijlage/pull/99) Update editor plugins to 8.0.1 ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 1 -- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) +- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 6.4.0 (2023-06-14) #### :rocket: Enhancement -* [#87](https://github.com/lblod/frontend-reglementaire-bijlage/pull/87) Feature/snippets ([@lagartoverde](https://github.com/lagartoverde)) -* [#81](https://github.com/lblod/frontend-reglementaire-bijlage/pull/81) adding labels to options of codelist via the codelist edit/create form ([@lagartoverde](https://github.com/lagartoverde)) + +- [#87](https://github.com/lblod/frontend-reglementaire-bijlage/pull/87) Feature/snippets ([@lagartoverde](https://github.com/lagartoverde)) +- [#81](https://github.com/lblod/frontend-reglementaire-bijlage/pull/81) adding labels to options of codelist via the codelist edit/create form ([@lagartoverde](https://github.com/lagartoverde)) #### :bug: Bug Fix -* [#85](https://github.com/lblod/frontend-reglementaire-bijlage/pull/85) fixed currrentSession.group can be undefined ([@lagartoverde](https://github.com/lagartoverde)) + +- [#85](https://github.com/lblod/frontend-reglementaire-bijlage/pull/85) fixed currrentSession.group can be undefined ([@lagartoverde](https://github.com/lagartoverde)) #### :house: Internal -* [#94](https://github.com/lblod/frontend-reglementaire-bijlage/pull/94) Bump ember-cli-app-version from 5.0.0 to 6.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#90](https://github.com/lblod/frontend-reglementaire-bijlage/pull/90) Bump webpack from 5.76.1 to 5.86.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#91](https://github.com/lblod/frontend-reglementaire-bijlage/pull/91) Bump @lblod/ember-rdfa-editor from 3.7.2 to 3.8.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#89](https://github.com/lblod/frontend-reglementaire-bijlage/pull/89) Bump prettier from 2.8.4 to 2.8.8 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#97](https://github.com/lblod/frontend-reglementaire-bijlage/pull/97) Bump socket.io-parser from 4.2.2 to 4.2.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#96](https://github.com/lblod/frontend-reglementaire-bijlage/pull/96) Bump vm2 from 3.9.14 to 3.9.19 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#92](https://github.com/lblod/frontend-reglementaire-bijlage/pull/92) Bump eslint from 7.32.0 to 8.42.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#95](https://github.com/lblod/frontend-reglementaire-bijlage/pull/95) Add woodpecker config file to verify PRs ([@elpoelma](https://github.com/elpoelma)) -* [#83](https://github.com/lblod/frontend-reglementaire-bijlage/pull/83) Update ember-power-select to 7.0.0 ([@elpoelma](https://github.com/elpoelma)) -* [#82](https://github.com/lblod/frontend-reglementaire-bijlage/pull/82) Remove/replace deprecated code ([@elpoelma](https://github.com/elpoelma)) + +- [#94](https://github.com/lblod/frontend-reglementaire-bijlage/pull/94) Bump ember-cli-app-version from 5.0.0 to 6.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#90](https://github.com/lblod/frontend-reglementaire-bijlage/pull/90) Bump webpack from 5.76.1 to 5.86.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#91](https://github.com/lblod/frontend-reglementaire-bijlage/pull/91) Bump @lblod/ember-rdfa-editor from 3.7.2 to 3.8.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#89](https://github.com/lblod/frontend-reglementaire-bijlage/pull/89) Bump prettier from 2.8.4 to 2.8.8 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#97](https://github.com/lblod/frontend-reglementaire-bijlage/pull/97) Bump socket.io-parser from 4.2.2 to 4.2.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#96](https://github.com/lblod/frontend-reglementaire-bijlage/pull/96) Bump vm2 from 3.9.14 to 3.9.19 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#92](https://github.com/lblod/frontend-reglementaire-bijlage/pull/92) Bump eslint from 7.32.0 to 8.42.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +- [#95](https://github.com/lblod/frontend-reglementaire-bijlage/pull/95) Add woodpecker config file to verify PRs ([@elpoelma](https://github.com/elpoelma)) +- [#83](https://github.com/lblod/frontend-reglementaire-bijlage/pull/83) Update ember-power-select to 7.0.0 ([@elpoelma](https://github.com/elpoelma)) +- [#82](https://github.com/lblod/frontend-reglementaire-bijlage/pull/82) Remove/replace deprecated code ([@elpoelma](https://github.com/elpoelma)) #### Committers: 4 + - Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) - Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - ## 6.3.1 (2023-05-19) #### :bug: Bug Fix -* [#80](https://github.com/lblod/frontend-reglementaire-bijlage/pull/80) GN-4140: Endpoint config for CitationPlugin Card ([@dkozickis](https://github.com/dkozickis)) + +- [#80](https://github.com/lblod/frontend-reglementaire-bijlage/pull/80) GN-4140: Endpoint config for CitationPlugin Card ([@dkozickis](https://github.com/dkozickis)) #### Committers: 1 + - Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) ## 6.3.0 (2023-05-18) #### :house: Internal -* [#79](https://github.com/lblod/frontend-reglementaire-bijlage/pull/79) update plugins to 7.1.0 ([@lagartoverde](https://github.com/lagartoverde)) + +- [#79](https://github.com/lblod/frontend-reglementaire-bijlage/pull/79) update plugins to 7.1.0 ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 1 + - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 6.2.0 (2023-05-09) #### :rocket: Enhancement -* [#78](https://github.com/lblod/frontend-reglementaire-bijlage/pull/78) activate new text plugins ([@lagartoverde](https://github.com/lagartoverde)) + +- [#78](https://github.com/lblod/frontend-reglementaire-bijlage/pull/78) activate new text plugins ([@lagartoverde](https://github.com/lagartoverde)) #### :bug: Bug Fix -* [#77](https://github.com/lblod/frontend-reglementaire-bijlage/pull/77) Add chrome and firefox hacks plugin and last key pressed plugin ([@lagartoverde](https://github.com/lagartoverde)) -* [#75](https://github.com/lblod/frontend-reglementaire-bijlage/pull/75) Fix missing translation issue ([@elpoelma](https://github.com/elpoelma)) + +- [#77](https://github.com/lblod/frontend-reglementaire-bijlage/pull/77) Add chrome and firefox hacks plugin and last key pressed plugin ([@lagartoverde](https://github.com/lagartoverde)) +- [#75](https://github.com/lblod/frontend-reglementaire-bijlage/pull/75) Fix missing translation issue ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#76](https://github.com/lblod/frontend-reglementaire-bijlage/pull/76) Add au-modal-container to application template and disable deprecation warning ([@elpoelma](https://github.com/elpoelma)) + +- [#76](https://github.com/lblod/frontend-reglementaire-bijlage/pull/76) Add au-modal-container to application template and disable deprecation warning ([@elpoelma](https://github.com/elpoelma)) #### Committers: 2 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 6.1.0 (2023-04-10) #### :rocket: Enhancement -* [#74](https://github.com/lblod/frontend-reglementaire-bijlage/pull/74) enable citation plugin on reglementaire-bijlage ([@usrtim](https://github.com/usrtim)) -* [#70](https://github.com/lblod/frontend-reglementaire-bijlage/pull/70) Feature/insert document title ([@lagartoverde](https://github.com/lagartoverde)) -* [#72](https://github.com/lblod/frontend-reglementaire-bijlage/pull/72) GN-4188: Enable `RdfaDatePlugin` plugin ([@dkozickis](https://github.com/dkozickis)) -* [#73](https://github.com/lblod/frontend-reglementaire-bijlage/pull/73) "insert" card should be collapsible but open by default ([@usrtim](https://github.com/usrtim)) + +- [#74](https://github.com/lblod/frontend-reglementaire-bijlage/pull/74) enable citation plugin on reglementaire-bijlage ([@usrtim](https://github.com/usrtim)) +- [#70](https://github.com/lblod/frontend-reglementaire-bijlage/pull/70) Feature/insert document title ([@lagartoverde](https://github.com/lagartoverde)) +- [#72](https://github.com/lblod/frontend-reglementaire-bijlage/pull/72) GN-4188: Enable `RdfaDatePlugin` plugin ([@dkozickis](https://github.com/dkozickis)) +- [#73](https://github.com/lblod/frontend-reglementaire-bijlage/pull/73) "insert" card should be collapsible but open by default ([@usrtim](https://github.com/usrtim)) #### :house: Internal -* [#71](https://github.com/lblod/frontend-reglementaire-bijlage/pull/71) Use new ember-concurrency api ([@elpoelma](https://github.com/elpoelma)) + +- [#71](https://github.com/lblod/frontend-reglementaire-bijlage/pull/71) Use new ember-concurrency api ([@elpoelma](https://github.com/elpoelma)) #### Committers: 4 + - Deniss Kozickis ([@dkozickis](https://github.com/dkozickis)) - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - [@usrtim](https://github.com/usrtim) - ## 6.0.0 (2023-03-13) #### :rocket: Enhancement -* [#69](https://github.com/lblod/frontend-reglementaire-bijlage/pull/69) Add the possibility to add articles to an empty document. ([@lagartoverde](https://github.com/lagartoverde)) + +- [#69](https://github.com/lblod/frontend-reglementaire-bijlage/pull/69) Add the possibility to add articles to an empty document. ([@lagartoverde](https://github.com/lagartoverde)) #### :house: Internal -* [#64](https://github.com/lblod/frontend-reglementaire-bijlage/pull/64) Upgrade ember to 4.8 lts ([@elpoelma](https://github.com/elpoelma)) -* [#62](https://github.com/lblod/frontend-reglementaire-bijlage/pull/62) Bump ember amc-idm to version 2.0.0-beta.1 ([@elpoelma](https://github.com/elpoelma)) -* [#68](https://github.com/lblod/frontend-reglementaire-bijlage/pull/68) Update editor to version 3.3.0 and plugins to version 3.0.0 ([@elpoelma](https://github.com/elpoelma)) -* [#67](https://github.com/lblod/frontend-reglementaire-bijlage/pull/67) Update ember-environment-banner to 0.2.0 ([@elpoelma](https://github.com/elpoelma)) + +- [#64](https://github.com/lblod/frontend-reglementaire-bijlage/pull/64) Upgrade ember to 4.8 lts ([@elpoelma](https://github.com/elpoelma)) +- [#62](https://github.com/lblod/frontend-reglementaire-bijlage/pull/62) Bump ember amc-idm to version 2.0.0-beta.1 ([@elpoelma](https://github.com/elpoelma)) +- [#68](https://github.com/lblod/frontend-reglementaire-bijlage/pull/68) Update editor to version 3.3.0 and plugins to version 3.0.0 ([@elpoelma](https://github.com/elpoelma)) +- [#67](https://github.com/lblod/frontend-reglementaire-bijlage/pull/67) Update ember-environment-banner to 0.2.0 ([@elpoelma](https://github.com/elpoelma)) #### Committers: 3 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - [@usrtim](https://github.com/usrtim) @@ -251,95 +308,112 @@ ## 5.1.0 (2023-02-14) #### :house: Internal -* [#61](https://github.com/lblod/frontend-reglementaire-bijlage/pull/61) Remove unused translations and convert translations to kebab-case to ensure consistency ([@elpoelma](https://github.com/elpoelma)) -* [#63](https://github.com/lblod/frontend-reglementaire-bijlage/pull/63) Update editor to 2.1.3 and plugins to 2.1.1 ([@elpoelma](https://github.com/elpoelma)) + +- [#61](https://github.com/lblod/frontend-reglementaire-bijlage/pull/61) Remove unused translations and convert translations to kebab-case to ensure consistency ([@elpoelma](https://github.com/elpoelma)) +- [#63](https://github.com/lblod/frontend-reglementaire-bijlage/pull/63) Update editor to 2.1.3 and plugins to 2.1.1 ([@elpoelma](https://github.com/elpoelma)) #### Committers: 2 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 5.0.0 (2023-01-26) #### :house: Internal -* [#60](https://github.com/lblod/frontend-reglementaire-bijlage/pull/60) Update editor to 1.0.0 and plugins to 1.0.0-beta.8 ([@elpoelma](https://github.com/elpoelma)) + +- [#60](https://github.com/lblod/frontend-reglementaire-bijlage/pull/60) Update editor to 1.0.0 and plugins to 1.0.0-beta.8 ([@elpoelma](https://github.com/elpoelma)) #### Bug -* Update human-friendly date to accept a specific locale +- Update human-friendly date to accept a specific locale #### Committers: 1 -- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) +- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 4.0.1 (2023-01-25) #### :bug: Bug Fix -* [#58](https://github.com/lblod/frontend-reglementaire-bijlage/pull/58) Replace linkRoute by route ([@elpoelma](https://github.com/elpoelma)) + +- [#58](https://github.com/lblod/frontend-reglementaire-bijlage/pull/58) Replace linkRoute by route ([@elpoelma](https://github.com/elpoelma)) #### Committers: 1 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 4.0.0 (2023-01-25) #### :rocket: Enhancement -* [#57](https://github.com/lblod/frontend-reglementaire-bijlage/pull/57) Add prosemirror support ([@elpoelma](https://github.com/elpoelma)) + +- [#57](https://github.com/lblod/frontend-reglementaire-bijlage/pull/57) Add prosemirror support ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#56](https://github.com/lblod/frontend-reglementaire-bijlage/pull/56) Update ember-appuniversum to 2.2.0 ([@elpoelma](https://github.com/elpoelma)) + +- [#56](https://github.com/lblod/frontend-reglementaire-bijlage/pull/56) Update ember-appuniversum to 2.2.0 ([@elpoelma](https://github.com/elpoelma)) #### Committers: 1 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 3.1.2 (2023-01-12) #### :rocket: Enhancement -* [#53](https://github.com/lblod/frontend-reglementaire-bijlage/pull/53) Add saving animation to reglement edit ([@lagartoverde](https://github.com/lagartoverde)) + +- [#53](https://github.com/lblod/frontend-reglementaire-bijlage/pull/53) Add saving animation to reglement edit ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 1 + - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 3.1.1 (2022-12-19) fix spelling: use publish instead of publicize - ## 3.1.0 (2022-12-19) #### :rocket: Enhancement -* [#50](https://github.com/lblod/frontend-reglementaire-bijlage/pull/50) Add a prompt when a user tries to leave a page with a document that has changes without saving ([@usrtim](https://github.com/usrtim)) -* [#48](https://github.com/lblod/frontend-reglementaire-bijlage/pull/48) Go back to edit on publication ([@lagartoverde](https://github.com/lagartoverde)) + +- [#50](https://github.com/lblod/frontend-reglementaire-bijlage/pull/50) Add a prompt when a user tries to leave a page with a document that has changes without saving ([@usrtim](https://github.com/usrtim)) +- [#48](https://github.com/lblod/frontend-reglementaire-bijlage/pull/48) Go back to edit on publication ([@lagartoverde](https://github.com/lagartoverde)) #### :bug: Bug Fix -* [#51](https://github.com/lblod/frontend-reglementaire-bijlage/pull/51) Remove switch organization functionality ([@elpoelma](https://github.com/elpoelma)) + +- [#51](https://github.com/lblod/frontend-reglementaire-bijlage/pull/51) Remove switch organization functionality ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#49](https://github.com/lblod/frontend-reglementaire-bijlage/pull/49) update template variable plugin to 1.0.1 ([@lagartoverde](https://github.com/lagartoverde)) + +- [#49](https://github.com/lblod/frontend-reglementaire-bijlage/pull/49) update template variable plugin to 1.0.1 ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 3 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - [@usrtim](https://github.com/usrtim) - ## 3.0.1 (2022-11-04) #### :house: Internal -* [#47](https://github.com/lblod/frontend-reglementaire-bijlage/pull/47) bump template variable plugin and adapt the config ([@lagartoverde](https://github.com/lagartoverde)) -* [#46](https://github.com/lblod/frontend-reglementaire-bijlage/pull/46) bump article structure plugin ([@lagartoverde](https://github.com/lagartoverde)) + +- [#47](https://github.com/lblod/frontend-reglementaire-bijlage/pull/47) bump template variable plugin and adapt the config ([@lagartoverde](https://github.com/lagartoverde)) +- [#46](https://github.com/lblod/frontend-reglementaire-bijlage/pull/46) bump article structure plugin ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 1 + - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 3.0.0 (2022-11-03) #### :rocket: Enhancement -* [#44](https://github.com/lblod/frontend-reglementaire-bijlage/pull/44) GN-3766 - The overview page of frontend-rb should be sorted by default ([@usrtim](https://github.com/usrtim)) -* [#45](https://github.com/lblod/frontend-reglementaire-bijlage/pull/45) Feature/new rdfa model ([@lagartoverde](https://github.com/lagartoverde)) + +- [#44](https://github.com/lblod/frontend-reglementaire-bijlage/pull/44) GN-3766 - The overview page of frontend-rb should be sorted by default ([@usrtim](https://github.com/usrtim)) +- [#45](https://github.com/lblod/frontend-reglementaire-bijlage/pull/45) Feature/new rdfa model ([@lagartoverde](https://github.com/lagartoverde)) #### :bug: Bug Fix -* [#32](https://github.com/lblod/frontend-reglementaire-bijlage/pull/32) Save document title after editing it ([@elpoelma](https://github.com/elpoelma)) + +- [#32](https://github.com/lblod/frontend-reglementaire-bijlage/pull/32) Save document title after editing it ([@elpoelma](https://github.com/elpoelma)) #### Committers: 3 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - [@usrtim](https://github.com/usrtim) @@ -347,12 +421,14 @@ fix spelling: use publish instead of publicize ## 2.0.0 (2022-10-20) #### :rocket: Enhancement -* [#43](https://github.com/lblod/frontend-reglementaire-bijlage/pull/43) Navigation of publish page and addition of `published` notification ([@elpoelma](https://github.com/elpoelma)) -* [#40](https://github.com/lblod/frontend-reglementaire-bijlage/pull/40) Sort codelists on position ([@lagartoverde](https://github.com/lagartoverde)) -* [#39](https://github.com/lblod/frontend-reglementaire-bijlage/pull/39) Support for json api compliant publisher ([@elpoelma](https://github.com/elpoelma)) -* [#41](https://github.com/lblod/frontend-reglementaire-bijlage/pull/41) Refresh data when a regulatory statement has been removed or published ([@elpoelma](https://github.com/elpoelma)) + +- [#43](https://github.com/lblod/frontend-reglementaire-bijlage/pull/43) Navigation of publish page and addition of `published` notification ([@elpoelma](https://github.com/elpoelma)) +- [#40](https://github.com/lblod/frontend-reglementaire-bijlage/pull/40) Sort codelists on position ([@lagartoverde](https://github.com/lagartoverde)) +- [#39](https://github.com/lblod/frontend-reglementaire-bijlage/pull/39) Support for json api compliant publisher ([@elpoelma](https://github.com/elpoelma)) +- [#41](https://github.com/lblod/frontend-reglementaire-bijlage/pull/41) Refresh data when a regulatory statement has been removed or published ([@elpoelma](https://github.com/elpoelma)) #### Committers: 3 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - [@usrtim](https://github.com/usrtim) @@ -360,123 +436,144 @@ fix spelling: use publish instead of publicize ## 1.2.1 (2022-10-17) #### :rocket: Enhancement -* [#38](https://github.com/lblod/frontend-reglementaire-bijlage/pull/38) Add template-variable-plugin and disable location type variable ([@elpoelma](https://github.com/elpoelma)) -* [#35](https://github.com/lblod/frontend-reglementaire-bijlage/pull/35) Add max height to publish page cards ([@elpoelma](https://github.com/elpoelma)) + +- [#38](https://github.com/lblod/frontend-reglementaire-bijlage/pull/38) Add template-variable-plugin and disable location type variable ([@elpoelma](https://github.com/elpoelma)) +- [#35](https://github.com/lblod/frontend-reglementaire-bijlage/pull/35) Add max height to publish page cards ([@elpoelma](https://github.com/elpoelma)) #### :bug: Bug Fix -* [#36](https://github.com/lblod/frontend-reglementaire-bijlage/pull/36) Ensure document previews on publish page have correct styling. ([@elpoelma](https://github.com/elpoelma)) + +- [#36](https://github.com/lblod/frontend-reglementaire-bijlage/pull/36) Ensure document previews on publish page have correct styling. ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#37](https://github.com/lblod/frontend-reglementaire-bijlage/pull/37) Cleanup of package.json ([@elpoelma](https://github.com/elpoelma)) + +- [#37](https://github.com/lblod/frontend-reglementaire-bijlage/pull/37) Cleanup of package.json ([@elpoelma](https://github.com/elpoelma)) #### Committers: 1 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 1.2.0 (2022-10-12) #### :rocket: Enhancement -* [#33](https://github.com/lblod/frontend-reglementaire-bijlage/pull/33) Added created on to codelist options and sort on that ([@lagartoverde](https://github.com/lagartoverde)) -* [#31](https://github.com/lblod/frontend-reglementaire-bijlage/pull/31) Rework publish page a bit and remove inline styles ([@elpoelma](https://github.com/elpoelma)) + +- [#33](https://github.com/lblod/frontend-reglementaire-bijlage/pull/33) Added created on to codelist options and sort on that ([@lagartoverde](https://github.com/lagartoverde)) +- [#31](https://github.com/lblod/frontend-reglementaire-bijlage/pull/31) Rework publish page a bit and remove inline styles ([@elpoelma](https://github.com/elpoelma)) #### :bug: Bug Fix -* [#30](https://github.com/lblod/frontend-reglementaire-bijlage/pull/30) Bugfix: ensure sparql page is scrollable ([@elpoelma](https://github.com/elpoelma)) + +- [#30](https://github.com/lblod/frontend-reglementaire-bijlage/pull/30) Bugfix: ensure sparql page is scrollable ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#34](https://github.com/lblod/frontend-reglementaire-bijlage/pull/34) Bump generate template plugin to 0.1.5 ([@elpoelma](https://github.com/elpoelma)) + +- [#34](https://github.com/lblod/frontend-reglementaire-bijlage/pull/34) Bump generate template plugin to 0.1.5 ([@elpoelma](https://github.com/elpoelma)) #### Committers: 2 + - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 1.1.2 (2022-10-05) #### :house: Internal -* [#29](https://github.com/lblod/frontend-reglementaire-bijlage/pull/29) Upgrade insert variable plugin to 0.2.3 and article-structure plugin to 0.3.1 ([@lagartoverde](https://github.com/lagartoverde)) + +- [#29](https://github.com/lblod/frontend-reglementaire-bijlage/pull/29) Upgrade insert variable plugin to 0.2.3 and article-structure plugin to 0.3.1 ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 1 + - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 1.1.1 (2022-10-04) #### :rocket: Enhancement -* [#27](https://github.com/lblod/frontend-reglementaire-bijlage/pull/27) Add additional prefixes and change reglementaire bijlage uri ([@elpoelma](https://github.com/elpoelma)) + +- [#27](https://github.com/lblod/frontend-reglementaire-bijlage/pull/27) Add additional prefixes and change reglementaire bijlage uri ([@elpoelma](https://github.com/elpoelma)) #### :bug: Bug Fix -* [#28](https://github.com/lblod/frontend-reglementaire-bijlage/pull/28) Fix overflow of toc entries by bumping to the new version ([@elpoelma](https://github.com/elpoelma)) + +- [#28](https://github.com/lblod/frontend-reglementaire-bijlage/pull/28) Fix overflow of toc entries by bumping to the new version ([@elpoelma](https://github.com/elpoelma)) #### Committers: 1 -- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) +- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 1.1.0 (2022-10-03) #### :rocket: Enhancement -* [#26](https://github.com/lblod/frontend-reglementaire-bijlage/pull/26) Improve translations and fill in missing translations ([@elpoelma](https://github.com/elpoelma)) -* [#25](https://github.com/lblod/frontend-reglementaire-bijlage/pull/25) Convert codelist creator to form and automatically focus the first input ([@elpoelma](https://github.com/elpoelma)) + +- [#26](https://github.com/lblod/frontend-reglementaire-bijlage/pull/26) Improve translations and fill in missing translations ([@elpoelma](https://github.com/elpoelma)) +- [#25](https://github.com/lblod/frontend-reglementaire-bijlage/pull/25) Convert codelist creator to form and automatically focus the first input ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#24](https://github.com/lblod/frontend-reglementaire-bijlage/pull/24) Bump generate-template-plugin ([@elpoelma](https://github.com/elpoelma)) + +- [#24](https://github.com/lblod/frontend-reglementaire-bijlage/pull/24) Bump generate-template-plugin ([@elpoelma](https://github.com/elpoelma)) #### Committers: 1 -- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) +- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 1.0.3 (2022-09-30) #### :rocket: Enhancement -* [#22](https://github.com/lblod/frontend-reglementaire-bijlage/pull/22) Filter codelists on administrative unit uuid now that they are public ([@lagartoverde](https://github.com/lagartoverde)) + +- [#22](https://github.com/lblod/frontend-reglementaire-bijlage/pull/22) Filter codelists on administrative unit uuid now that they are public ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 1 -- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) +- Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 1.0.2 (2022-09-28) #### :rocket: Enhancement -* [#19](https://github.com/lblod/frontend-reglementaire-bijlage/pull/19) Improvements on publication UX according to Jira ([@lagartoverde](https://github.com/lagartoverde)) + +- [#19](https://github.com/lblod/frontend-reglementaire-bijlage/pull/19) Improvements on publication UX according to Jira ([@lagartoverde](https://github.com/lagartoverde)) #### :bug: Bug Fix -* [#23](https://github.com/lblod/frontend-reglementaire-bijlage/pull/23) bump insert-variable-plugin to 0.2.1 ([@nvdk](https://github.com/nvdk)) -* [#21](https://github.com/lblod/frontend-reglementaire-bijlage/pull/21) Save before going to publish ([@lagartoverde](https://github.com/lagartoverde)) -* [#20](https://github.com/lblod/frontend-reglementaire-bijlage/pull/20) add the variable plugin config ([@nvdk](https://github.com/nvdk)) + +- [#23](https://github.com/lblod/frontend-reglementaire-bijlage/pull/23) bump insert-variable-plugin to 0.2.1 ([@nvdk](https://github.com/nvdk)) +- [#21](https://github.com/lblod/frontend-reglementaire-bijlage/pull/21) Save before going to publish ([@lagartoverde](https://github.com/lagartoverde)) +- [#20](https://github.com/lblod/frontend-reglementaire-bijlage/pull/20) add the variable plugin config ([@nvdk](https://github.com/nvdk)) #### Committers: 2 + - Niels V ([@nvdk](https://github.com/nvdk)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) - ## 1.0.1 (2022-09-22) rename "publish" to "maak beschikbaar" - ## 1.0.0 (2022-09-22) #### :rocket: Enhancement -* [#18](https://github.com/lblod/frontend-reglementaire-bijlage/pull/18) Add insert variable plugin ([@abeforgit](https://github.com/abeforgit)) -* [#16](https://github.com/lblod/frontend-reglementaire-bijlage/pull/16) Add more validations to codelist creation and edit workflow ([@elpoelma](https://github.com/elpoelma)) + +- [#18](https://github.com/lblod/frontend-reglementaire-bijlage/pull/18) Add insert variable plugin ([@abeforgit](https://github.com/abeforgit)) +- [#16](https://github.com/lblod/frontend-reglementaire-bijlage/pull/16) Add more validations to codelist creation and edit workflow ([@elpoelma](https://github.com/elpoelma)) #### :house: Internal -* [#17](https://github.com/lblod/frontend-reglementaire-bijlage/pull/17) Update ember-data to 3.28 ([@elpoelma](https://github.com/elpoelma)) -* [#15](https://github.com/lblod/frontend-reglementaire-bijlage/pull/15) Update editor to 0.63.1 ([@elpoelma](https://github.com/elpoelma)) + +- [#17](https://github.com/lblod/frontend-reglementaire-bijlage/pull/17) Update ember-data to 3.28 ([@elpoelma](https://github.com/elpoelma)) +- [#15](https://github.com/lblod/frontend-reglementaire-bijlage/pull/15) Update editor to 0.63.1 ([@elpoelma](https://github.com/elpoelma)) #### Committers: 2 + - Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - ## 1.0.0-beta.3 (2022-09-08) #### :rocket: Enhancement -* [#13](https://github.com/lblod/frontend-reglementaire-bijlage/pull/13) Introduce new version of table of contents plugin ([@elpoelma](https://github.com/elpoelma)) -* [#12](https://github.com/lblod/frontend-reglementaire-bijlage/pull/12) Feature/publication ([@lagartoverde](https://github.com/lagartoverde)) -* [#11](https://github.com/lblod/frontend-reglementaire-bijlage/pull/11) Addition of an environment banner ([@elpoelma](https://github.com/elpoelma)) -* [#9](https://github.com/lblod/frontend-reglementaire-bijlage/pull/9) Minor design improvements ([@Dietr](https://github.com/Dietr)) + +- [#13](https://github.com/lblod/frontend-reglementaire-bijlage/pull/13) Introduce new version of table of contents plugin ([@elpoelma](https://github.com/elpoelma)) +- [#12](https://github.com/lblod/frontend-reglementaire-bijlage/pull/12) Feature/publication ([@lagartoverde](https://github.com/lagartoverde)) +- [#11](https://github.com/lblod/frontend-reglementaire-bijlage/pull/11) Addition of an environment banner ([@elpoelma](https://github.com/elpoelma)) +- [#9](https://github.com/lblod/frontend-reglementaire-bijlage/pull/9) Minor design improvements ([@Dietr](https://github.com/Dietr)) #### :bug: Bug Fix -* [#8](https://github.com/lblod/frontend-reglementaire-bijlage/pull/8) solved bugs with adding empty codelist and added translations ([@lagartoverde](https://github.com/lagartoverde)) + +- [#8](https://github.com/lblod/frontend-reglementaire-bijlage/pull/8) solved bugs with adding empty codelist and added translations ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 3 + - Dieter Peirs ([@Dietr](https://github.com/Dietr)) - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) @@ -484,53 +581,54 @@ rename "publish" to "maak beschikbaar" ## 1.0.0-beta.2 (2022-08-10) #### :rocket: Enhancement -* [#5](https://github.com/lblod/frontend-reglementaire-bijlage/pull/5) Feature/reglement crud redesign ([@lagartoverde](https://github.com/lagartoverde)) + +- [#5](https://github.com/lblod/frontend-reglementaire-bijlage/pull/5) Feature/reglement crud redesign ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 2 + - Niels V ([@nvdk](https://github.com/nvdk)) - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 1.0.0-beta.1 (2022-08-09) #### :rocket: Enhancement -* [#6](https://github.com/lblod/frontend-reglementaire-bijlage/pull/6) Feature/sparql endpoint ([@lagartoverde](https://github.com/lagartoverde)) + +- [#6](https://github.com/lblod/frontend-reglementaire-bijlage/pull/6) Feature/sparql endpoint ([@lagartoverde](https://github.com/lagartoverde)) #### Committers: 1 + - Oscar Rodriguez Villalobos ([@lagartoverde](https://github.com/lagartoverde)) ## 1.0.0-beta.0 (2022-08-03) Nothing here, just re-tagging to be more consistent with other betas - ## 1.0.0-5 (2022-08-02) - ## 1.0.0-4 (2022-08-02) - ## 1.0.0-3 (2022-08-02) - ## v1.0.0-2 (2022-08-02) - ## 1.0.0-1 (2022-08-02) #### :rocket: Enhancement -* [#4](https://github.com/lblod/frontend-reglementaire-bijlage/pull/4) Add release flow to woodpecker ([@abeforgit](https://github.com/abeforgit)) + +- [#4](https://github.com/lblod/frontend-reglementaire-bijlage/pull/4) Add release flow to woodpecker ([@abeforgit](https://github.com/abeforgit)) #### Committers: 1 -- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) +- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) ## 1.0.0-0 (2022-08-02) #### :rocket: Enhancement -* [#3](https://github.com/lblod/frontend-reglementaire-bijlage/pull/3) Add release-it setup ([@abeforgit](https://github.com/abeforgit)) -* [#2](https://github.com/lblod/frontend-reglementaire-bijlage/pull/2) Feature/acm idm integration ([@elpoelma](https://github.com/elpoelma)) + +- [#3](https://github.com/lblod/frontend-reglementaire-bijlage/pull/3) Add release-it setup ([@abeforgit](https://github.com/abeforgit)) +- [#2](https://github.com/lblod/frontend-reglementaire-bijlage/pull/2) Feature/acm idm integration ([@elpoelma](https://github.com/elpoelma)) #### Committers: 2 + - Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) - Elena Poelman ([@elpoelma](https://github.com/elpoelma)) - diff --git a/package-lock.json b/package-lock.json index 9bfa45a4..8bd54fe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-reglementaire-bijlage", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-reglementaire-bijlage", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "@babel/plugin-proposal-decorators": "^7.22.10", diff --git a/package.json b/package.json index 81c65f0f..c430aae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-reglementaire-bijlage", - "version": "7.1.0", + "version": "7.2.0", "private": true, "description": "Small description for frontend-reglementaire-bijlage goes here", "repository": {