Skip to content

Commit

Permalink
deps: update form dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer authored and marstamm committed Nov 2, 2023
1 parent 5b762e2 commit c4a6d65
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 1,151 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ ___Note:__ Yet to be released changes appear here._
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `@bpmn-io/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`

### BPMN

Expand All @@ -22,6 +25,12 @@ ___Note:__ Yet to be released changes appear here._
* `FEAT`: use FEEL editor in literal expression editor ([bpmn-io/dmn-js#780](https://github.com/bpmn-io/dmn-js/issues/780))
* `FEAT`: implement variable suggestions ([bpmn-io/dmn-js#785](https://github.com/bpmn-io/dmn-js/issues/785))

### Forms

* `FEAT`: support `separator` form field ([#480](https://github.com/bpmn-io/form-js/issues/480))
* `FEAT`: keyboard support for palette entries ([#536](https://github.com/bpmn-io/form-js/issues/536))
* `FEAT`: make it easier to navigate over tags in `taglist` component via keyboard ([#435](https://github.com/bpmn-io/form-js/issues/435))

## 5.16.0

### General
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@bpmn-io/align-to-origin": "^0.7.0",
"@bpmn-io/dmn-migrate": "^0.4.3",
"@bpmn-io/extract-process-variables": "^0.8.0",
"@bpmn-io/form-js": "^1.3.0",
"@bpmn-io/form-js": "^1.4.0",
"@bpmn-io/properties-panel": "^3.11.0",
"@bpmn-io/replace-ids": "^0.2.0",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.11.0",
"@camunda/form-playground": "^0.9.0",
"@camunda/form-linting": "^0.12.0",
"@camunda/form-playground": "^0.10.0",
"@camunda/linting": "^3.9.0",
"@codemirror/commands": "^6.1.3",
"@codemirror/lang-json": "^6.0.1",
Expand Down
Loading

0 comments on commit c4a6d65

Please sign in to comment.