From 2faabf523a989a425ed56eb7a417d343b5c7a633 Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Wed, 9 Aug 2023 12:27:25 +0200 Subject: [PATCH] update changelog --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 037232f1..2a043a09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.26] - 2023-08-09 +- Add toast messages when saving survey progress +- Changed application of styles to the survey through survey.css instead of manually applying classes +- Changed validation buttons to be added both on rerender and after a value has changed. +- Added back coloring of the question headers if there is a validation error + ## [0.25] - 2023-08-07 - Update user management to work correctly, and update immediately on changes instead of an edit mode - Removed duplicate modules in survey bundle -- GitLab