From ede0b06bb2a97bf10cca5bde0c6b44a614f448ac Mon Sep 17 00:00:00 2001 From: Remco Tukker <remco.tukker@geant.org> Date: Sun, 20 Aug 2023 20:51:30 +0200 Subject: [PATCH] prepare new release --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 28694141..2f6abc2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. +## [0.29] - 2023-08-20 +- More fixes to the survey model +- Fix small bugs in the progress bars +- Update the surveyjs version because it fixes a bug with the validation not jumping to the right question +- When editing the survey and clicking the back button now also gives a warning message if you stay on the survey website +- The conversion for prefill data now also includes data for the service matrix questions +- The next button is visible again to help with navigation +- The tooltips in the service matrix section are improved +- A completed survey can now not be saved anymore without validation + ## [0.28] - 2023-08-16 - Added migration that updates all surveys to the fixed version - Correctly handle read-only/edit mode (especially when user cannot edit) -- GitLab