Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependency bpmn-js to v18 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bpmn-js ^0.22.1 -> ^18.0.0 age adoption passing confidence

Release Notes

bpmn-io/bpmn-js (bpmn-js)

v18.1.1

Compare Source

v18.1.0

Compare Source

v18.0.0

Compare Source

Breaking Changes
  • Require Node >= 20
  • Canvas is now a focusable element and provides better support for native browser behaviors. Focus can be controlled with new focus and restoreFocus APIs.
  • Keyboard is now implicitly bound to canvas SVG element. Calls to keyboard.bind and keyboard.bindTo now result with a descriptive console error and have no effect.

v17.11.1

Compare Source

v17.11.0

Compare Source

v17.10.0

Compare Source

  • CHORE: correct various type hints (#​2228)
  • FIX: pasting compensation activity without boundary event (#​2070)
  • FIX: lane resize constraints for se and nw direction (#​2209)
  • FIX: auto place elements vertically in sub-processes (#​2127)
  • FIX: hide lane label during direct editing
  • DEPS: update to [email protected]

v17.9.2

Compare Source

  • FIX: keep direction when collapsing pools (#​2208)

v17.9.1

Compare Source

  • FIX: show delete action for labels (#​2163)

v17.9.0

Compare Source

v17.8.3

Compare Source

  • FIX: add accessible label to drill down button (#​2194)

v17.8.2

Compare Source

  • FIX: do not suggest root elements in search (#​2143)

v17.8.1

Compare Source

  • FIX: gracefully handle missing process DI in drilldown (#​2180)
  • FIX: do not cause HTML validation errors on move preview (#​2179)
  • DEPS: update to [email protected]

v17.8.0

Compare Source

  • FEAT: keep global elements when deleting last participant (#​2175)
  • FIX: allow undo after deleting last participants and data store (#​1676)
  • FIX: allow styling markers with canvas.addMarker and css (#​2173)
  • CHORE: render flow markers as part of djs-visual (#​2173)
  • DEPS: update to [email protected]

v17.7.1

Compare Source

v17.7.0

Compare Source

v17.6.4

Compare Source

v17.6.3

Compare Source

v17.6.2

Compare Source

v17.6.1

Compare Source

v17.6.0

Compare Source

  • FEAT: add ability to type services and events (#​2121, #​2153)
  • FIX: remove preview on context pad close (#​2150)
  • FIX: use tagged template in error logging (#​2151)

v17.5.0

Compare Source

v17.4.0

Compare Source

v17.3.0

Compare Source

  • FEAT: auto-place elements vertically (#​2110)

v17.2.2

Compare Source

  • FIX: correct navigated viewer outline (#​2133)

v17.2.1

Compare Source

v17.2.0

Compare Source

  • FEAT: make popup menu keyboard navigatable
  • FIX: address various accessibility issues
  • FIX: correct various typing issues
  • DEPS: update to [email protected]
  • DEPS: update to [email protected]

v17.1.0

Compare Source

  • FEAT: handle splitting vertical lanes (#​2101)

v17.0.2

Compare Source

  • FIX: create hit boxes for vertical lanes (#​2093)

v17.0.1

Compare Source

  • FIX: fix rendering of gateway without marker (#​2102)

v17.0.0

Compare Source

Breaking Changes
  • Migrated to diagram-js@14 which removes touch interaction module, and dependency on unsupported hammerjs package. If you rely on touch interaction, you need to support touch interaction on your own.

v16.5.0

Compare Source

  • FEAT: handle adding vertical lanes (#​2086)
  • FIX: don't fill multiple parallel events (#​2085)

v16.4.0

Compare Source

  • FEAT: handle resizing of vertical lanes (#​2062)
  • FEAT: allow text annotations to overlap with the borders of subprocesses and pools (#​2049)
  • FEAT: support modeling of gateway without marker (#​2063)
  • FIX: correctly remove vertical lanes (#​2081)
  • FIX: do not set label on planes (#​2033)

v16.3.2

Compare Source

  • FIX: support core replace in compensation behavior (#​2073)

v16.3.1

Compare Source

  • FIX: do not remove connection that is being created when pasting compensation boundary event and handler (#​2069)

v16.3.0

Compare Source

  • FEAT: improve handling of compensation association (#​2038)

v16.2.0

Compare Source

v16.1.0

Compare Source

v16.0.0

Compare Source

Breaking Changes
  • Major updates to diagram-js@13 and didi@10. Make sure to check out the linked changelog updates.
  • Multiple translation labels has been updated to sentence case. If you rely on the old casing, you need to update your translations.

v15.2.2

Compare Source

  • FIX: use correct types in BpmnRenderUtil (#​2036)

v15.2.1

Compare Source

v15.2.0

Compare Source

v15.1.3

Compare Source

v15.1.2

Compare Source

v15.1.1

Compare Source

  • FIX: adjust selection outline to external label (#​2001)

v15.1.0

Compare Source

  • FEAT: add toggle for non-interrupting events (#​2000)
  • FEAT: keep events non-interrupting when using bpmnReplace by default (#​2000)
  • DEPS: update to [email protected]

v15.0.0

Compare Source

  • FEAT: align selection outline with element's shape (#​1996)
  • FEAT: preview append on hover (#​1985)
  • FEAT: allow overriding fill, stroke, width and height when rendering elements (#​1985)
  • FIX: renderer only renders actual flow elements (#​1985)
  • DEPS: update to [email protected]
Breaking Changes
  • BpmnRenderer only renders actual flow elements (e.g. bpmn:IntermediateCatchEvent but not bpmn:MessageEventDefinition)

v14.2.0

Compare Source

v14.1.3

Compare Source

v14.1.2

Compare Source

v14.1.1

Compare Source

v14.1.0

Compare Source

v14.0.0

Compare Source

  • FEAT: do not hide overlays on canvas move per default (diagram-js#798)
  • FEAT: translate Append TextAnnotation context pad action (#​1932)
  • FIX: allow to create connection + event-based gateway (#​1490)
  • FIX: make breadcrumb styling more robust (#​1945)
  • FIX: correct copy of default sequence flow elements (#​1935)
  • CHORE: extract modeling-feedback into dedicated module (#​1940)
  • CHORE: drop deprecated callback support from public API
  • CHORE: drop deprecated import.parse.complete event member context
  • DEPS: update to [email protected]
  • DEPS: update to [email protected]
  • DEPS: update to [email protected]
Breaking Changes
  • Deprecated callback style API removed. Migrate to promise-based APIs, released with v7.0.0.
  • Deprecated import.parse.complete event member context removed. Access the same information via the event itself, as released with v7.0.0.

v13.2.2

Compare Source

  • FIX: do not vertically resize empty pools using the space tool (#​1769)

v13.2.1

Compare Source

  • FIX: improve regular expression (#​1927)
  • FIX: show non-interrupting event version in replace menu (#​1924)

v13.2.0

Compare Source

v13.1.0

Compare Source

  • FEAT: allow event rendering without icons (#​1917)

v13.0.8

Compare Source

Republish of v13.0.7.

v13.0.7

Compare Source

Republish of v13.0.6.

v13.0.6

Compare Source

  • DOCS: update translations

v13.0.5

Compare Source

v13.0.4

Compare Source

v13.0.3

Compare Source

  • FIX: update label on modeling.updateModdleProperties (#​1872)

v13.0.2

Compare Source

v13.0.1

Compare Source

  • FIX: correct some type definitions (#​1896)

v13.0.0

Compare Source

v12.1.1

Compare Source

v12.1.0

Compare Source

  • FIX: correct Viewer#saveXML type definition (#​1885)
  • FIX: correct Viewer constructor type definition (#​1882)

v12.0.0

Compare Source

Breaking Changes
  • The create/append anything features moved to an external module. Include it to restore the v11 create/append behavior.

v11.5.0

Compare Source

  • FEAT: add root elements to definitions when provided via modeling#update(Moddle)Properties

v11.4.1

Compare Source

  • FIX: correct redo triggering on international keyboard layouts (#​1842)

v11.4.0

Compare Source

  • FEAT: translate append menu entry labels and groups (#​1810)
  • FEAT: activate direct editing on participant creation (#​1845)
  • FIX: dragging append menu entries creates element connection (#​1843)
  • FIX: append shortcut triggers create menu if append not allowed (#​1840)
  • FIX: restore marker rendering workaround (9c6e475)

v11.3.1

Compare Source

Republish of v11.3.0.

v11.3.0

Compare Source

  • FEAT: feature service and user tasks more prominently in replace menu (#​1836)
  • FEAT: hide rare items initially from create/append menus (#​1836)
  • FEAT: retrieve instantiation modules with context (#​1835)
  • DEPS: update to [email protected]

v11.2.0

Compare Source

Adds create/append anything.

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.5

Compare Source

v11.0.4

Compare Source

v11.0.3

Compare Source

Re-release of v11.0.2.

v11.0.1

Compare Source

v11.0.0

Compare Source

Reworks popup menu UI.

Breaking Changes

v10.3.0

Compare Source

  • FEAT: add BPMN specific space tool (#​1344)
  • FIX: do not resize bpmn:TextAnnotation when using space tool (#​1344)
  • FIX: correct attachers left hanging when using space tool (#​1344)
  • FIX: stick labels to label targets when using space tool (#​1344, #​1302)
  • DEPS: update to diagram-js@10

v10.2.1

Compare Source

  • FIX: correct preserving of outgoing connections on event-based gateway morph (#​1738)

v10.2.0

Compare Source

  • DEPS: update to bpmn-moddle@8

v10.1.0

Compare Source

v10.0.0

Compare Source

Updates the library target to ES2018.

Breaking Changes

v9.4.1

Compare Source

  • FIX: ignore elements which cannot be colored (#​1734)

v9.4.0

Compare Source

  • FEAT: allow clipboard to be serialized (#​1707)
  • FEAT: allow cloning of elements (#​1707)
  • FEAT: copy groups in a safe manner (#​1707)
  • FIX: make clipboard contents immutable (#​1707)
  • FIX: do not alter inputs passed to ElementFactory#create (#​1711)
  • FIX: prevent bogus meta-data to be attached on paste (#​1707)
  • FIX: only claim existing IDs (#​1707)
  • FIX: prevent double paste on label creation (#​1707)
  • FIX: move labels when collapsing sub-process (#​1695)
  • FIX: assign default size when expanding element (#​1687)
  • FIX: render sequence flows always on top (#​1716)
  • DEPS: update to [email protected]
  • DEPS: update to [email protected]

v9.3.2

Compare Source

v9.3.1

Compare Source

  • FIX: properly size icons for distribute/align menu (#​1694)

v9.3.0

Compare Source

v9.2.2

Compare Source

  • FIX: correctly toggle loop characteristics (#​1673)

v9.2.1

Compare Source

  • FIX: cancel direct editing before shape deletion (#​1677)

v9.2.0

Compare Source

  • FEAT: rework select and hover interaction on the diagram (#​1616, #​640, #​643)
  • FEAT: rework diagram interaction handles (#​640)
  • FEAT: clearly distinguish select and hover states (#​1616)
  • FEAT: allow text annotation on sequence flows (#​1652)
  • FEAT: add multi-element context pad (#​1525)
  • FEAT: change default color to off black (#​1656)
  • FEAT: select connection after connect (#​644)
  • FIX: copy elements with string extension properties (#​1518)
  • FIX: cancel direct editing before shape deletion (#​1664)
  • FIX: remove connection on source connection deletion (#​1663)
  • FIX: set correct label color when batch coloring elements (#​1653)
  • FIX: always reconnect labels and associations (#​1659)
  • FIX: correct connection drop highlighting
  • DEPS: replace inherits with inherits-browser
  • DEPS: bump to [email protected]

v9.1.0

Compare Source

v9.0.4

Compare Source

  • FIX: remove label property on empty label (#​1637)
  • FIX: create drilldown overlays on viewer.open (574a67438)
  • FIX: render data association inside collapsed sub-processes (#​1619)
  • FIX: preserve multi-instance properties when toggling between parallel and sequential (#​1581)
  • FIX: correct hanging sequence flow label after collapsing sub-process (#​1617)
  • FIX: correct start event not added to newly created sub-process (#​1631)

v9.0.3

Compare Source

v9.0.2

Compare Source

  • FIX: support modeling of groups in collapsed subporcesses (#​1606)
  • FIX: override default padding of breadcrumb element (#​1608)

v9.0.1

Compare Source

v9.0.0

Compare Source

  • FEAT: support drilldown and modeling of collapsed subprocesses (#​1443)
  • FEAT: update embedded label bounds when shape is moved (#​1586)
  • FIX: create di for embedded labels (#​1579)
  • CHORE: expose BpmnRenderer extension points (#​1585)
  • DEPS: bump to [email protected]
Breaking Changes
  • Reworked the link of elements to bpmn DIs. You must access the di directly from the diagram element instead of the businessObject #​1472.
  • Reworked viewer.open behavior for single planes (#​1576).
  • Reworked import and BpmnFactory APIs #​1472.
  • Added bpmn-js.css, which is required to display drilldown overlays correctly.

v8.10.0

Compare Source

  • CHORE: provide ModelUtil#isAny utility (#​1604)
  • CHORE: provide ModelUtil#getDi utility (#​1604)

v8.9.1

Compare Source

  • FIX: re-use process for redo of first participant (#​1439)
  • FIX: ensure IDs are claimed when used (#​1555)
  • FIX: prevent morphing data stores outside participants (#​1508)

v8.9.0

Compare Source

  • FEAT: select newly created sub-process (6214772b)
  • FEAT: select newly created group for immediate resizing (56eb34cc)
  • FEAT: simplify color scheme
  • FIX: set label color on bpmndi:BPMNLabel#color (#​1543)
  • FIX: don't create illegal bpmndi:BPMNEdge#waypoints property (#​1544)
  • FIX: correct direct editing on touch devices
  • DEPS: update to [email protected]

v8.8.3

Compare Source

v8.8.2

Compare Source

  • FIX: properly re-use ID of a copied element if available (#​1503)

v8.8.1

Compare Source

  • FIX: re-use ID of a copied element if available (#​1503)
  • CHORE: unbuild circular dependency with ResizeUtil (#​1500)

v8.8.0

Compare Source

  • FEAT: give keyboard fine-grained control over which events to handle (#​1493)
  • FIX: correct keyboard shortcuts not working in direct editing mode (#​1493)
  • DEPS: update to [email protected]

v8.7.3

Compare Source

  • FIX: convert file to ES6 module (#​1478)

v8.7.2

Compare Source

  • CHORE: improve error recovery in ordering provider
  • DEPS: update build dependencies

v8.7.1

Compare Source

v8.7.0

Compare Source

v8.6.2

Compare Source

  • DEPS: update diagram-js-direct-editing to v1.6.3

v8.6.1

Compare Source

  • FIX: serialize bpmn:DataStoreReference correctly in case if first participant is an empty pool (#​1456)

v8.6.0

Compare Source

v8.5.0

Compare Source

  • FEAT: reconnect message flows when participant is collapsed (#​1432)
  • FEAT: replace elements on create (#​1340)
  • FEAT: show message name on message flow (#​777)
  • FEAT: ensure auto-placed elements are visible
  • FIX: fix reversed connection preview (#​1431)
  • FIX: copy root element references on replace (#​1430)
  • DEPS: update to [email protected]

v8.4.0

Compare Source

  • FIX: disallow inserting multiple elements on a sequence flow (#​1440)

v8.3.1

Compare Source

  • FIX: correctly serialize xml attributes on Any elements
  • DEPS: update bump to [email protected]

v8.3.0

Compare Source

  • FEAT: enable connection tool for text annotations (#​1428)

v8.2.2

Compare Source

  • FIX: always emit saveXML.done
  • FIX: correct path intersections not being detected in certain cases
  • CHORE: bump to [email protected]

v8.2.1

Compare Source

  • FIX: prevent bendpoint hover error (#​1387)

v8.2.0

[Comp


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 7, 2024
@renovate renovate bot changed the title chore: update dependency bpmn-js to v18 chore: update dependency bpmn-js to v18 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/bpmn-js-18.x branch December 8, 2024 18:22
@renovate renovate bot changed the title chore: update dependency bpmn-js to v18 - autoclosed chore: update dependency bpmn-js to v18 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/bpmn-js-18.x branch from afc783e to f0ea8ea Compare December 9, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants