bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
288 stars 137 forks source link

deps: update dependency diagram-js-direct-editing to v3 #854

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
diagram-js-direct-editing ^2.1.2 -> ^3.0.0 age adoption passing confidence

Release Notes

bpmn-io/diagram-js-direct-editing (diagram-js-direct-editing) ### [`v3.0.1`](https://togithub.com/bpmn-io/diagram-js-direct-editing/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://togithub.com/bpmn-io/diagram-js-direct-editing/compare/v3.0.0...v3.0.1) *This reverts `v3.0.0`.* - `FEAT`: restore background for all textboxes. You can remove the background with custom styles or a style config in direct editing provider. ### [`v3.0.0`](https://togithub.com/bpmn-io/diagram-js-direct-editing/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/bpmn-io/diagram-js-direct-editing/compare/v2.1.2...v3.0.0) - `FEAT`: remove background for non-resizable textboxes ([#​23](https://togithub.com/bpmn-io/diagram-js-direct-editing/issues/23)) ##### Breaking Changes - By default, no background is shown when editing a static sized element. To restore old behavior, add a style config when activating direct editing: const MyProvider = { activate: (element) => { return { style: { backgroundColor: '#ffffff', border: '1px solid #ccc' } // ... } } }

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.