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

Update dependency bpmn-js-properties-panel to ^0.46.0 #20

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 11, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bpmn-js-properties-panel ^0.33.1 -> ^0.46.0 age adoption passing confidence

Release Notes

bpmn-io/bpmn-js-properties-panel (bpmn-js-properties-panel)

v0.46.0

Compare Source

v0.45.0

Compare Source

v0.44.1

Compare Source

v0.44.0

Compare Source

v0.43.1

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

  • FEAT: support templating of camunda:ErrorEventDefinition and global bpmn: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 returning undefined. 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 for bpmn:*EventDefinitions (#​421)
  • FEAT: support error event definitions for external service tasks (#​422)
  • FEAT: support new element templates scope descriptors (#​423)
  • FIX: don't render version in element template view, when applied element template has no version (#​2101)
  • FIX: always provide id and name 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

v0.39.0

Compare Source

Breaking Changes
  • Participant input data-entry html attribute was changed from id to participant-id

v0.38.1

Compare Source

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: update camunda-bpmn-moddle to v4.5.0 (f8ed2081)
Breaking Changes
  • Element template select is no longer visible when an element template is applied. Unlink or remove the template to be able to apply another one (#​398).
  • getDefaultTemplate helper has been removed. Use ElementTemplates#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: remove bpmn-font dependency

v0.37.5

Compare Source

  • FIX: unlink template on replace
  • FIX: correct removal of event template

v0.37.4

Compare Source

  • FIX: correctly write camunda:variableEvents event (#​355)

v0.37.3

Compare Source

  • FIX: re-enable entriesVisible (#​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

Breaking Changes
  • all factories now return DOM instead of string (#​370)
  • API of all factories has changed and now requires 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: add Template tab (#​364)
  • FEAT: add new input and output parameter editing to Input/Output tab
  • FEAT: add auto suggest for editing input and output parameters (#​357)
  • FEAT: add Variables tab (#​347)
  • CHORE: bump to [email protected]
Breaking Changes
  • change parameters of CamundaPropertiesProvider (#​364)
  • remove 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 the action-button class (#​364)
  • propertiesPanel.isEntryVisible event fired with element, entry, group and tab (#​364)
  • PropertiesActivator#isEntryVisible called with element, entry, group and tab (e.g. propertiesActivator.isEntryVisible(element, entry, group, tab)) (#​364)
  • propertiesPanel.isPropertyEditable event fired with element, entry, group and tab (#​364)
  • PropertiesActivator#isEntryEditable called with element, entry, group, propertyName and tab (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@ThomasMinkeRitense ThomasMinkeRitense deleted the renovate/bpmn-js-properties-panel-0.x branch December 1, 2023 20:37
Copy link
Author

renovate bot commented Dec 1, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.46.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant