From ad2ed41239da25b6451250238b82e0dcc6c2e258 Mon Sep 17 00:00:00 2001 From: Niklas Kiefer Date: Tue, 25 Apr 2023 15:56:08 +0200 Subject: [PATCH] chore(CHANGELOG): add unreleased forms changes --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b437e59..73bfb4065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ ___Note:__ Yet to be released changes appear here._ * `DEPS`: update to `camunda-dmn-js@0.10.1` * `DEPS`: update to `dmn-js@14.1.5` +### Forms + +* `FEAT`: support `required` for `checkbox`, `checklist` and `taglist` ([#3529](https://github.com/camunda/camunda-modeler/issues/3529)) +* `DEPS`: update to `form-js` to 0.14.1 +* `DEPS`: update to `form-linting` to 0.7.1 +* `DEPS`: update to `form-playground` to 0.6.0 + ## 5.10.0 ### General