Update dependency bpmn-js-properties-panel to ^0.46.0 #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.33.1
->^0.46.0
Release Notes
bpmn-io/bpmn-js-properties-panel (bpmn-js-properties-panel)
v0.46.0
Compare Source
FEAT
: graceful handle incompatible properties providers (#482)FIX
: don't use browser defaults for undo/redo (#483)DEPS
: bump to[email protected]
DEPS
: bump to[email protected]
v0.45.0
Compare Source
FEAT
: allow configuring camunda forms (#480)DEPS
: update to [email protected]v0.44.1
Compare Source
DEPS
: update to[email protected]
(#479)v0.44.0
Compare Source
FEAT
: allow independent configuration of variables and local incamunda:in|out
element template bindings (5e5b2d6f
)DEPS
: update to[email protected]
DEPS
: update to[email protected]
v0.43.1
Compare Source
FIX
: preserve Windows newline character (#471)DEPS
: update to[email protected]
and[email protected]
v0.43.0
Compare Source
FEAT
: update existing documentation entries (#465)FIX
: open and close properties when working as web component (#458)FIX
: give properties table inputs a unique identifier (#407)DEPS
: bump to[email protected]
and[email protected]
v0.42.0
Compare Source
FEAT
: support templating ofcamunda:ErrorEventDefinition
and globalbpmn:Error
elements (#424, #425, #441)FEAT
: validate element templates via JSON Schema (#455)FIX
: ensure necessary part of variable title is always displayed (452f4488
)FIX
: use pre-compiled element templates validator (#462)CHORE
: make extension elements helper always return an array (#447)CHORE
: bump to[email protected]
Breaking Changes
ExtensionElementsHelper#getExtensionElements
now returns an empty array if no extension element of the requested type was found, instead of returningundefined
. This means the return value is now always truthy.v0.41.0
Compare Source
FEAT
: support multiple properties panel providers (#438)FEAT
: validate element template schema version provided as part$schema
attribute and ignore unsupported versions (#2083)FEAT
: provided clearer labels forbpmn:*EventDefinitions
(#421)FEAT
: support error event definitions for external service tasks (#422)FEAT
: support new element templates scope descriptors (#423)FIX
: don't renderversion
in element template view, when applied element template has noversion
(#2101)FIX
: always provideid
andname
of an element template when logging an error (#2111)CHORE
: bump to@bpmn-io/[email protected]
CHORE
: bump to[email protected]
v0.40.0
Compare Source
CHORE
: bump to@bpmn-io/[email protected]
CHORE
: bump to[email protected]
CHORE
: bump to[email protected]
v0.39.0
Compare Source
FEAT
: add 'Participant' prefix to properties panel participant inputs for clarity (#413)CHORE
: bump to[email protected]
CHORE
: bump to[email protected]
Breaking Changes
data-entry
html attribute was changed fromid
toparticipant-id
v0.38.1
Compare Source
FIX
: fix displayed template version (#408, #409)v0.38.0
Compare Source
FEAT
: allow updating templates (#399)FEAT
: recognize template versions (#398)FEAT
: prevent changing template before the current one is unlinked or removed (#398)FIX
: stop using variable name as id (#405)CHORE
: updatecamunda-bpmn-moddle
to v4.5.0 (f8ed2081
)Breaking Changes
getDefaultTemplate
helper has been removed. UseElementTemplates#getDefault
instead (#398).v0.37.6
Compare Source
FIX
: escape element template not found description (#397)FIX
: correctly use an idPrefix to determine scriptType of i/o parameter in all cases (aa287d54
)CHORE
: removebpmn-font
dependencyv0.37.5
Compare Source
FIX
: unlink template on replaceFIX
: correct removal of event templatev0.37.4
Compare Source
FIX
: correctly writecamunda:variableEvents
event (#355)v0.37.3
Compare Source
FIX
: re-enableentriesVisible
(#389)v0.37.2
Compare Source
FIX
: render validation error below checkbox labels (#359)v0.37.1
Compare Source
FIX
: ensure undo and redo is working for template parameters (#380)v0.37.0
Compare Source
FEAT
: add toggle switch entry factory (51dd639c
)FEAT
: add template parameter toggle (#365)FEAT
: crop descriptions (#369)FIX
: prevent hiding group headers (#373)CHORE
: update process variables overview description (f32e424b
)CHORE
: bump to[email protected]
Breaking Changes
translate
as first parameter (#370)v0.36.0
Compare Source
FEAT
: add new input and output parameter editing as default to Tempate tab (#363)FEAT
: addTemplate
tab (#364)FEAT
: add new input and output parameter editing to Input/Output tabFEAT
: add auto suggest for editing input and output parameters (#357)FEAT
: add Variables tab (#347)CHORE
: bump to[email protected]
Breaking Changes
CamundaPropertiesProvider
(#364)entriesVisible
property to disallow chaning visibility of entries outside of element templates tab (#364)button
elements will not be styled by default anymore, instead, they will be styled using theaction-button
class (#364)propertiesPanel.isEntryVisible
event fired withelement
,entry
,group
andtab
(#364)element
,entry
,group
andtab
(e.g.propertiesActivator.isEntryVisible(element, entry, group, tab)
) (#364)propertiesPanel.isPropertyEditable
event fired withelement
,entry
,group
andtab
(#364)element
,entry
,group
,propertyName
andtab
(e.g.propertiesActivator.isEntryEditable(propertyName, element, entry, group, tab)
) (#364)v0.35.0
Compare Source
FEAT
: align colors with Camunda Modeler (10892b18e
)v0.34.0
Compare Source
CHORE
: add promise polyfill for phantom-js (e9d5969f
)FEAT
: add variable name hint for form field ids (f0d04332
)FEAT
: add tooltip support for dropdown options (2aa74ee8
)CHORE
: bump to[email protected]
CHORE
: update bpmn-js peer dependency range with^7x
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.