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

fix(deps): update dependency bpmn-js-properties-panel to v0.46.0 #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 17, 2020

Mend Renovate

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

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 diagram-js@7.5.0
  • DEPS: bump to bpmn-js@8.8.1

v0.45.0

Compare Source

  • FEAT: allow configuring camunda forms (#​480)
  • DEPS: update to camunda-bpmn-moddle@6.1.0

v0.44.1

Compare Source

  • DEPS: update to diagram-js@7.4.0 (#​479)

v0.44.0

Compare Source

  • FEAT: allow independent configuration of variables and local in camunda:in|out element template bindings (5e5b2d6f)
  • DEPS: update to element-templates-validator@0.2.0
  • DEPS: update to bpmn-js@8.7.1

v0.43.1

Compare Source

  • FIX: preserve Windows newline character (#​471)
  • DEPS: update to bpmn-js@8.7.0 and bpmn-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 to bpmn-js@8.5.0 and diagram-js@7.3.0

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 bpmn-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 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/extract-process-variables@0.4.1
  • CHORE: bump to bpmn-js@8.2.1

v0.40.0

Compare Source

  • CHORE: bump to @bpmn-io/extract-process-variables@0.4.0
  • CHORE: bump to bpmn-js@8.2.0
  • CHORE: bump to bpmn-moddle@7.0.4

v0.39.0

Compare Source

  • FEAT: add 'Participant' prefix to properties panel participant inputs for clarity (#​413)
  • CHORE: bump to bpmn-js@8.1.0
  • CHORE: bump to diagram-js@7.0.0
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

  • 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 diagram-js@6.7.1
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 bpmn-js@7.3.0
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 bpmn-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.


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

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

@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 9e9fce9 to 2c57211 Compare July 9, 2020 12:10
@renovate renovate bot changed the title Update dependency bpmn-js-properties-panel to v0.33.2 Update dependency bpmn-js-properties-panel to v0.34.0 Jul 9, 2020
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 2c57211 to 2813a9e Compare July 31, 2020 10:04
@renovate renovate bot changed the title Update dependency bpmn-js-properties-panel to v0.34.0 Update dependency bpmn-js-properties-panel to v0.35.0 Jul 31, 2020
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 2813a9e to d1f347f Compare October 25, 2020 20:00
@renovate renovate bot changed the title Update dependency bpmn-js-properties-panel to v0.35.0 Update dependency bpmn-js-properties-panel to v0.37.3 Oct 25, 2020
@vercel
Copy link

vercel bot commented Oct 25, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/blesstosam/vuets-iview-admin/8XV8dtshwmXKiowyagGDJi2fAkBi
✅ Preview: https://vuets-iview-admin-git-renovate-bpmn-js-proper-323d76-blesstosam.vercel.app

@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from d1f347f to e776f6f Compare November 28, 2020 10:00
@renovate renovate bot changed the title Update dependency bpmn-js-properties-panel to v0.37.3 Update dependency bpmn-js-properties-panel to v0.37.5 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from e776f6f to 8280d59 Compare December 10, 2020 04:55
@renovate renovate bot changed the title Update dependency bpmn-js-properties-panel to v0.37.5 Update dependency bpmn-js-properties-panel to v0.37.6 Dec 10, 2020
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 8280d59 to 59a4cb3 Compare December 18, 2020 15:30
@renovate renovate bot changed the title Update dependency bpmn-js-properties-panel to v0.37.6 fix(deps): update dependency bpmn-js-properties-panel to v0.38.0 Dec 18, 2020
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 59a4cb3 to 3777580 Compare January 10, 2021 15:51
@renovate renovate bot changed the title fix(deps): update dependency bpmn-js-properties-panel to v0.38.0 fix(deps): update dependency bpmn-js-properties-panel to v0.38.1 Jan 10, 2021
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 3777580 to f80338a Compare January 23, 2021 12:53
@renovate renovate bot changed the title fix(deps): update dependency bpmn-js-properties-panel to v0.38.1 fix(deps): update dependency bpmn-js-properties-panel to v0.39.0 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from f80338a to 7bac19b Compare February 7, 2021 11:04
@renovate renovate bot changed the title fix(deps): update dependency bpmn-js-properties-panel to v0.39.0 fix(deps): update dependency bpmn-js-properties-panel to v0.40.0 Feb 7, 2021
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 7bac19b to f66eeb4 Compare April 26, 2021 17:53
@renovate renovate bot changed the title fix(deps): update dependency bpmn-js-properties-panel to v0.40.0 fix(deps): update dependency bpmn-js-properties-panel to v0.42.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from f66eeb4 to 8589478 Compare May 9, 2021 22:19
@renovate renovate bot changed the title fix(deps): update dependency bpmn-js-properties-panel to v0.42.0 fix(deps): update dependency bpmn-js-properties-panel to v0.43.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 8589478 to 66f1b83 Compare October 18, 2021 21:59
@renovate renovate bot changed the title fix(deps): update dependency bpmn-js-properties-panel to v0.43.0 fix(deps): update dependency bpmn-js-properties-panel to v0.45.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/bpmn-js-properties-panel-0.x branch from 66f1b83 to 7cce3d4 Compare March 7, 2022 13:28
@renovate renovate bot changed the title fix(deps): update dependency bpmn-js-properties-panel to v0.45.0 fix(deps): update dependency bpmn-js-properties-panel to v0.46.0 Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

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