-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update dependency bpmn-js-properties-panel to v0.46.0 #124
base: master
Are you sure you want to change the base?
Conversation
9e9fce9
to
2c57211
Compare
2c57211
to
2813a9e
Compare
2813a9e
to
d1f347f
Compare
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/blesstosam/vuets-iview-admin/8XV8dtshwmXKiowyagGDJi2fAkBi |
d1f347f
to
e776f6f
Compare
e776f6f
to
8280d59
Compare
8280d59
to
59a4cb3
Compare
59a4cb3
to
3777580
Compare
3777580
to
f80338a
Compare
f80338a
to
7bac19b
Compare
7bac19b
to
f66eeb4
Compare
f66eeb4
to
8589478
Compare
8589478
to
66f1b83
Compare
66f1b83
to
7cce3d4
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.33.1
->0.46.0
Release Notes
bpmn-io/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 todiagram-js@7.5.0
DEPS
: bump tobpmn-js@8.8.1
v0.45.0
Compare Source
FEAT
: allow configuring camunda forms (#480)DEPS
: update to camunda-bpmn-moddle@6.1.0v0.44.1
Compare Source
DEPS
: update todiagram-js@7.4.0
(#479)v0.44.0
Compare Source
FEAT
: allow independent configuration of variables and local incamunda:in|out
element template bindings (5e5b2d6f
)DEPS
: update toelement-templates-validator@0.2.0
DEPS
: update tobpmn-js@8.7.1
v0.43.1
Compare Source
FIX
: preserve Windows newline character (#471)DEPS
: update tobpmn-js@8.7.0
andbpmn-moddle@7.1.1
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 tobpmn-js@8.5.0
anddiagram-js@7.3.0
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 tobpmn-js@8.3.0
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/extract-process-variables@0.4.1
CHORE
: bump tobpmn-js@8.2.1
v0.40.0
Compare Source
CHORE
: bump to@bpmn-io/extract-process-variables@0.4.0
CHORE
: bump tobpmn-js@8.2.0
CHORE
: bump tobpmn-moddle@7.0.4
v0.39.0
Compare Source
FEAT
: add 'Participant' prefix to properties panel participant inputs for clarity (#413)CHORE
: bump tobpmn-js@8.1.0
CHORE
: bump todiagram-js@7.0.0
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 todiagram-js@6.7.1
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 tobpmn-js@7.3.0
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 tobpmn-js@7.2.0
CHORE
: update bpmn-js peer dependency range with^7x
v0.33.2
Compare Source
FIX
: paste always as plain text (#265)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.