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.1 #28

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps bpmn-visualization from 0.37.0 to 0.38.1.

Release notes

Sourced from bpmn-visualization's releases.

0.38.1

This new release focuses on maintenance.

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

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

What's Changed

Full Changelog: https://github.com/process-analytics/bpmn-visualization-js/compare/v0.38.0...v0.38.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

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.

... (truncated)

Commits
  • 0d05c9f chore(release): 0.38.1
  • 593f128 chore(release): prepare version for release
  • 7dfece3 refactor: move overlay management out of BpmnElementsRegistry (#2800)
  • 340d281 chore(release): publish announce tweet manually (#2799)
  • b8c0f80 fix: reset the style of elements only when passing nullish param (#2798)
  • 0c8dc8e chore(deps-dev): bump the rollup group with 1 update (#2795)
  • 206e7c3 chore(deps-dev): bump playwright from 1.37.0 to 1.37.1 (#2796)
  • 2ac896c chore: migrate the code of the demo/test pages to TypeScript (#2794)
  • 0c65082 chore(demo): bump fontawesome from 6.4.0 to 6.4.2 (#2793)
  • 7f09c8d chore: migrate the documentation generation script to ESM (#2792)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
tbouffard commented 1 year ago

@dependabot squash and merge