process-analytics / bpmn-visualization-demo-template

A template to quickly initiate a `bpmn-visualization` demo powered by `Vite` and written in `TypeScript`
https://process-analytics.github.io/bpmn-visualization-demo-template/
Apache License 2.0
1 stars 0 forks source link

chore(deps): bump bpmn-visualization from 0.37.0 to 0.38.0 #25

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps bpmn-visualization from 0.37.0 to 0.38.0.

Release notes

Sourced from bpmn-visualization's releases.

0.38.0

This new release brings improvements to the styling feature, updates to the documentation, and the addition of a new demo. It also introduces a new experimental library with exciting new features.

Thanks to all the contributors of this release 🌈: @​csouchet and @​tbouffard

See milestone 0.38.0 to get the list of issues covered by this release.

Highlights

New support for fill color in the updateStyle API: Gradient

We are pleased to introduce support for fill color gradients in the updateStyle API with this latest release. This enhancement allows users to apply fill color gradients, adding a new dimension of customization to shapes.

image

For more details, please see the related issue #2760.

Demos

New Prediction Demo

We are pleased to introduce the New Prediction Demo! This demo showcases the seamless integration of the New Prediction Demo from the bpmn-visualization-examples repository.

https://github.com/process-analytics/bpmn-visualization-js/assets/4921914/2f1c418a-7113-496c-a239-73f56e48e731

ℹ️ For more information and to experience the demo first hand, visit the Prediction Demo Code.

Elements Identification Demo

The Elements Identification Demo has received improvements. It now uses the updateStyle API with the inherit and swimlane color options.

Experience the improved demo here: Elements Identification Demo.

inherit

The styling of boundary events has been updated to use the inherit value for the fill color, font color, and stroke color. Additionally, the direct parent elements of the boundary events are now colored with 5% opacity to visualize the change at the same time.

swimlane

The child elements of a subProcess have been restyled to use the swimlane value for the fill color, font color, and stroke color. Additionally, the Pool and the Lane are now colored with 5% opacity to visualize the change at the same time.

If an element is not a child of a subProcess, it retains the default style.

... (truncated)

Commits
  • 8a40a7d chore(release): 0.38.0
  • 93b6d47 chore(release): prepare version for release
  • ede146f chore(gha): bump benjefferies/branch-protection-bot from 1.0.8 to 1.0.9 (#2773)
  • 571223a chore(deps): bump fast-xml-parser from 4.2.5 to 4.2.6 (#2770)
  • 10608ff chore(deps-dev): bump the rollup group with 4 updates (#2769)
  • c9578e0 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#2767)
  • 9a45d33 chore(deps-dev): bump the css group with 2 updates (#2765)
  • fb6a637 chore(deps-dev): bump the jest group with 3 updates (#2766)
  • 1256459 chore(dependabot): groups dependencies (#2764)
  • 487867c chore(deps-dev): bump @​types/debug from 4.1.7 to 4.1.8 (#2763)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 year ago

Superseded by #28.