From df1117364abeff3b95637e86b10c2b6b05ba9d94 Mon Sep 17 00:00:00 2001 From: lane-formio Date: Mon, 25 Mar 2024 22:24:16 -0500 Subject: [PATCH] Update Changelog.md --- Changelog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5c011dbf09..db0fefec38 100644 --- a/Changelog.md +++ b/Changelog.md @@ -27,11 +27,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - FIO-4871: fixed calculated value issues - FIO 7603: fixed Edit Grid With Empty Rows Not Submitting Form - FIO-7445: fixed an issue where the interpolated data does not show up on PDF + - FIO-7774: added validateWhenHidden option - FIO-7421: Adds ReCaptcha error messages to the translations config - FIO-7804: Added PKCE method for OIDC - FIO-7675: Removed maps key from repo - FIO-2453: Fixes an issue where custom disabled dates are not recalculated - - FIO-7395: Fixed the issue with loading nested form + - FIO-7395: Fixed the issue with loading nested form + - FIO-7996: refactor recaptcha validation + - FIO-7899: fixed an issue where saveDraft option does not work and added errors handling for the save draft and restore draft functionality + - FIO-7956: fixed an issue where simple condition based on stringified checkbox value is not executed correctly + - FIO-7933: added PDF Document Designer + - FIO-6632: update-formiojs-test-env-on-tag + - FIO-2453: Fixes an issue where custom disabled dates are bot recalculated after for valus is changed + - FIO-7395: Fixed the issue with loading nested form + - FIO-7807: added sanitizeConfig to global form settings + - ## 5.0.0-rc.37 ### Fixed