From 718e6a9e4f5ac358d91c5f48fffad3aeb874f868 Mon Sep 17 00:00:00 2001 From: tahmidrahman-dsi Date: Mon, 25 Nov 2024 18:37:35 +0600 Subject: [PATCH] chore: update CHANGELOG.md after merge --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f566e61e3..d024d0e3419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Maximum upload file size limit is now based on the size of the uploaded files after compression and not before. [#7840](https://github.com/opencrvs/opencrvs-core/issues/7840) +### New features + +- Add an optional configurable field in section `canContinue` which takes an expression. Falsy value of this expression will disable the continue button in forms. This can be used to work with fetch field which has a loading state and prevent the user to get past the section while the request is still in progress. + ## 1.6.0 ## Improvements