Skip to content

Commit

Permalink
Merge main to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmn-io-bot committed Mar 6, 2024
2 parents cdcd728 + 0b60cc9 commit f669892
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"mocha-test-container-support": "^0.2.0",
"mri": "^1.2.0",
"npm-run-all2": "^6.1.1",
"preact": "10.5.14",
"preact": ">=10.5.14 <=10.15.1",
"puppeteer": "^21.0.0",
"raw-loader": "^4.0.2",
"rollup": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/form-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ All notable changes to [form-js](https://github.com/bpmn-io/form-js) are documen

___Note:__ Yet to be released changes appear here._

## 1.7.2

* `CHORE`: temporarily restrict preact dependency version to `<= 10.15.1` due to conflict with dragula ([#1057](https://github.com/bpmn-io/form-js/issues/1057))
* `FIX`: non-submit buttons in the library now have `type="button"` ([#1077](https://github.com/bpmn-io/form-js/issues/1077))
* `FIX`: field readonly property now hidden when disabled property is set ([#1063](https://github.com/bpmn-io/form-js/issues/1063))
* `FIX`: expression-driven options fields now properly initialize with input values ([#1067](https://github.com/bpmn-io/form-js/issues/1067))

## 1.7.1

* `FEAT`: fields announce their descriptions and labels properly ([#1043](https://github.com/bpmn-io/form-js/pull/1043))
Expand Down

0 comments on commit f669892

Please sign in to comment.