All notable changes to camunda-bpmn-moddle are documented here. We use semantic versioning for releases.
_Note: Yet to be released changes appear here._
DEPS
: deps: mark bpmn-js@9
and diagram-js@8
as peer dependencyFIX
: remove invalid camunda:formRefBinding
default value (#87)FEAT
: remove variableEvents
for startEvent
outside of EventSubProcess
(#77)FIX
: remove initiator
property for shape.create
(#78)FEAT
: support camunda:formRef
, camunda:formRefBinding
and camunda:formRefVersion
elements (#76)FIX
: remove initiator
property for startEvent
when moved to a subProcess (#74)FIX
: ensure root element is referenced on correct position (#70)FIX
: do not copy non existing root elements (#69)FEAT
: add behavior to copy and paste bpmn:Error
elements referenced via camunda:ErrorEventDefinition
elements (#68)FIX
: support camunda:modelerTemplate
and camunda:modelerTemplateVersion
for bpmn:Collaboration
elements (#67)CHORE
: rename *EventDefinition
to *EventDefinitionExtension
FEAT
: support camunda:ErrorEventDefinition
for external service tasks*EventDefinition
elements were re-named by appending Extension
. Adjust the name of these elements, if you extended or superclassed them.FIX
: add modelerTemplateVersion
property (#60)FIX
: rename variableEvent
to variableEvents
(cd4a417
)FEAT
: copy camunda:in
on signal throw events (#54)FEAT
: add id
and eventDefinitions
to task listener schema (9668525f
)FEAT
: add camunda:diagramRelationId
to schema (#49)FIX
: do not copy camunda:InputOutput
on gatewaysFIX
: copy camunda:FailedJobRetryTimeCycle
consistently for all camunda:AsyncCapable
elementsFIX
: allow camunda:failedJobRetryTimeCycle
in bpmn:SubProcess
FIX
: allow camunda:executionListener
in bpmn:Process
FEAT
: add camunda:errorMessage
to schema (d47da
)DOCS
: update bpmn-js integration docsCHORE
: update moddle copy mechanism for compatibility with bpmn-js@5
CHORE
: use Camunda logical types in allowedIn
mappingsFIX
: make extension workbpmn-js@5+
for proper copying of moddle attributesFEAT
: add camunda:calledElementVersionTag
to schema (#43)FIX
: correct camunda:isStartableInTasklist
default value (#41)FEAT
: support camunda:isStartableInTasklist
Check git log
for earlier history.