From 3b75f43e8048139210154f2a7ade673cc8ee175e Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 26 Aug 2025 15:43:21 +0200 Subject: [PATCH] Update chill bundles to v4.1.0 --- .changes/unreleased/Feature-20250717-110850.yaml | 6 ------ .changes/unreleased/Feature-20250722-155039.yaml | 6 ------ .changes/unreleased/Feature-20250826-154127.yaml | 6 ------ .changes/unreleased/Fixed-20250806-134609.yaml | 6 ------ .changes/unreleased/Fixed-20250806-173527.yaml | 6 ------ .changes/unreleased/UX-20250722-132637.yaml | 6 ------ .changes/v4.1.0.md | 12 ++++++++++++ CHANGELOG.md | 13 +++++++++++++ 8 files changed, 25 insertions(+), 36 deletions(-) delete mode 100644 .changes/unreleased/Feature-20250717-110850.yaml delete mode 100644 .changes/unreleased/Feature-20250722-155039.yaml delete mode 100644 .changes/unreleased/Feature-20250826-154127.yaml delete mode 100644 .changes/unreleased/Fixed-20250806-134609.yaml delete mode 100644 .changes/unreleased/Fixed-20250806-173527.yaml delete mode 100644 .changes/unreleased/UX-20250722-132637.yaml create mode 100644 .changes/v4.1.0.md diff --git a/.changes/unreleased/Feature-20250717-110850.yaml b/.changes/unreleased/Feature-20250717-110850.yaml deleted file mode 100644 index 63a359e6e..000000000 --- a/.changes/unreleased/Feature-20250717-110850.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Add filter to social actions list to filter out actions where current user intervenes -time: 2025-07-17T11:08:50.128269232+02:00 -custom: - Issue: "400" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250722-155039.yaml b/.changes/unreleased/Feature-20250722-155039.yaml deleted file mode 100644 index 28f9031b9..000000000 --- a/.changes/unreleased/Feature-20250722-155039.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Show filters on list pages unfolded by default -time: 2025-07-22T15:50:39.338057044+02:00 -custom: - Issue: "399" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250826-154127.yaml b/.changes/unreleased/Feature-20250826-154127.yaml deleted file mode 100644 index 8f2f448d4..000000000 --- a/.changes/unreleased/Feature-20250826-154127.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: 'Expansion of event module with new fields in the creation form: thematic, internal/external animator, responsable, and budget elements. Filtering options in the event list + adapted exports' -time: 2025-08-26T15:41:27.366243232+02:00 -custom: - Issue: "" - SchemaChange: Add columns or tables diff --git a/.changes/unreleased/Fixed-20250806-134609.yaml b/.changes/unreleased/Fixed-20250806-134609.yaml deleted file mode 100644 index f3c8c07c3..000000000 --- a/.changes/unreleased/Fixed-20250806-134609.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: adjust display logic for accompanying period dates, include closing date if period is closed. -time: 2025-08-06T13:46:09.241584292+02:00 -custom: - Issue: "382" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250806-173527.yaml b/.changes/unreleased/Fixed-20250806-173527.yaml deleted file mode 100644 index 1b750c12d..000000000 --- a/.changes/unreleased/Fixed-20250806-173527.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: add min and step attributes to integer field in DateIntervalType -time: 2025-08-06T17:35:27.413787704+02:00 -custom: - Issue: "384" - SchemaChange: No schema change diff --git a/.changes/unreleased/UX-20250722-132637.yaml b/.changes/unreleased/UX-20250722-132637.yaml deleted file mode 100644 index 9f0766794..000000000 --- a/.changes/unreleased/UX-20250722-132637.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: UX -body: Limit display of participations in event list -time: 2025-07-22T13:26:37.500656935+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/v4.1.0.md b/.changes/v4.1.0.md new file mode 100644 index 000000000..fd67c0c9a --- /dev/null +++ b/.changes/v4.1.0.md @@ -0,0 +1,12 @@ +## v4.1.0 - 2025-08-26 +### Feature +* ([#400](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/400)) Add filter to social actions list to filter out actions where current user intervenes +* ([#399](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/399)) Show filters on list pages unfolded by default +* Expansion of event module with new fields in the creation form: thematic, internal/external animator, responsable, and budget elements. Filtering options in the event list + adapted exports + + **Schema Change**: Add columns or tables +### Fixed +* ([#382](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/382)) adjust display logic for accompanying period dates, include closing date if period is closed. +* ([#384](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/384)) add min and step attributes to integer field in DateIntervalType +### UX +* Limit display of participations in event list diff --git a/CHANGELOG.md b/CHANGELOG.md index 332db3e10..de52487f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.1.0 - 2025-08-26 +### Feature +* ([#400](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/400)) Add filter to social actions list to filter out actions where current user intervenes +* ([#399](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/399)) Show filters on list pages unfolded by default +* Expansion of event module with new fields in the creation form: thematic, internal/external animator, responsable, and budget elements. Filtering options in the event list + adapted exports + + **Schema Change**: Add columns or tables +### Fixed +* ([#382](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/382)) adjust display logic for accompanying period dates, include closing date if period is closed. +* ([#384](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/384)) add min and step attributes to integer field in DateIntervalType +### UX +* Limit display of participations in event list + ## v4.0.2 - 2025-07-09 ### Fixed * Fix add missing translation