You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove "Bpmn" prefix from renderer ignore option names (#3484)
Rename ignoreBpmnLabelStyles, ignoreBpmnActivityLabelBounds, and
ignoreBpmnTaskLabelBounds to ignoreLabelStyles,
ignoreActivityLabelBounds,
and ignoreTaskLabelBounds.
There is no reason to add the BPMN prefix as we know here that the
options apply to BPMN concepts.
Also rename the corresponding test utility properties
(rendererIgnoreBpmn* → rendererIgnore*).
0 commit comments