diff --git a/packages/form-js/CHANGELOG.md b/packages/form-js/CHANGELOG.md index 68b479620..3df63455a 100644 --- a/packages/form-js/CHANGELOG.md +++ b/packages/form-js/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to [form-js](https://github.com/bpmn-io/form-js) are documen _**Note:** Yet to be released changes appear here._ +## 1.8.6 + +- `FIX`: ignore instance validation when field definition isnt registered ([9e189cf0](https://github.com/bpmn-io/form-js/commit/9e189cf0df43f460770a2556b2f9687ccacf4575)) +- `FIX`: ensure output data is in sync with instance registration ([5b006200](https://github.com/bpmn-io/form-js/commit/5b0062003f36deb181553e751bdf4fd8790fb5c5)) + ## 1.8.5 - `FIX`: validation feel expressions now use the proper local feel context ([#1147](https://github.com/bpmn-io/form-js/issues/1147))