Skip to content

Commit

Permalink
chore(CHANGELOG): update to v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 17, 2022
1 parent a609c1e commit 4cbbfae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ All notable changes to [diagram-js](https://github.com/bpmn-io/diagram-js) are d

## Unreleased

_**Note:** Yet to be released changes appear here._
## 9.0.0

* `FEAT`: only copy if selected elements ([#660](https://github.com/bpmn-io/diagram-js/pull/660))
* `FEAT`: make canvas browser selectable ([#659](https://github.com/bpmn-io/diagram-js/pull/659))
* `FEAT`: trigger keyboard bindings on browser selection only ([#661](https://github.com/bpmn-io/diagram-js/issues/661))
* `CHORE`: remove utility exports on `KeyboardBindings` ([#665](https://github.com/bpmn-io/diagram-js/pull/665))

### Breaking Changes

* Keyboard binding target can no longer be chosen. Configure keyboard binding via the `keyboard.bind` configuration and rely on keybindings to work if the canvas has browser focus. ([#661](https://github.com/bpmn-io/diagram-js/issues/661))

## 8.8.0

Expand Down

0 comments on commit 4cbbfae

Please sign in to comment.