Skip to content

Commit

Permalink
chore(deps): switch to @process-analytics/bpmn-visualization-addons (#…
Browse files Browse the repository at this point in the history
…608)

The name of the GitHub repository and the npm package have changed.

Also update the content of pages and documentation to not mention that
this is an experimental library.
  • Loading branch information
tbouffard authored Oct 4, 2024
1 parent 7eeed40 commit ba41110
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ especially when using `bpmn-visualization` prior version `0.27.0`.

## 👁️‍🗨️ Demos

- [Load and Navigation demo](demo/load-and-navigation/index.html) - shows several features of `bpmn-visualization` at the same time. The sources of the demo are available in the
- [Load and Navigation demo](demo/load-and-navigation/index.html) - show several features of `bpmn-visualization` at the same time. The sources of the demo are available in the
[repository](https://github.com/process-analytics/bpmn-visualization-js) of `bpmn-visualization` .
- [Hacktoberfest themes](demo/hacktoberfest-custom-themes/README.md) - special Hacktoberfest diagram with Hacktoberfest colors
- [Monitoring of all process instances demo](demo/monitoring-all-process-instances/README.md) - show how to use `bpmn-visualization` to render the monitoring of all process instances for a defined process
- [Demo for ICPM 2022](https://github.com/process-analytics/icpm-demo-2022#readme) - show a Process Mining scenario (_Conformance_, _Compliance_ and _Happy path_)
- [Draw a path](demo/draw-path/README.md) - show how to draw a path
- [Demo for Bonita Day 2023](https://github.com/process-analytics/bonita-day-demo-2023#readme) - monitor process and case progress, assign new actors to overdue tasks, view past activities, and track the live execution of a process.
- [Prediction demo](demo/prediction/README.md) - show how to use `bpmn-visualization` to visualize prediction data.
- [New experimental features](https://github.com/process-analytics/bv-experimental-add-ons#readme) - Show the demos of the new experimental features for `bpmn-visualization` provided by `bv-experimental-add-ons`.
- [Addons features](https://github.com/process-analytics/bpmn-visualization-addons#readme) - demo of addons for `bpmn-visualization` provided by `bpmn-visualization-addons`.


## Tutorials
Expand Down
8 changes: 4 additions & 4 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,16 +363,16 @@ <h2 class="bg-dark">Demos</h2>
</div>

<div class="col-md-12 col-4 p-2">
<a href="https://process-analytics.github.io/bv-experimental-add-ons" target="_blank" class="card-link">
<a href="https://process-analytics.github.io/bpmn-visualization-addons" target="_blank" class="card-link">
<div class="card p-2">
<div class="card-header">
<div class="card-title">New experimental features</div>
<div class="card-title">Addons</div>
<div class="card-subtitle"></div>
</div>
<div class="card-image">
<img src="static/img/preview/demo/bv-experimental-add-ons.png" class="img-responsive" alt="bv-experimental-add-ons demos image">
<img src='static/img/preview/demo/bpmn-visualization-addons.png' class="img-responsive" alt="bpmn-visualization-addons demo image">
</div>
<div class="card-body">Show the demos of the new experimental features for <code>bpmn-visualization</code> provided by <code>bv-experimental-add-ons</code>.</div>
<div class="card-body">Show the demos of addons for <code>bpmn-visualization</code> provided by <code>bpmn-visualization-addons</code>.</div>
<div class="card-footer"></div>
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion projects/typescript-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@process-analytics/bv-experimental-add-ons": "0.7.0",
"@process-analytics/bpmn-visualization-addons": "0.8.0",
"bpmn-visualization": "0.44.0",
"spectre.css": "~0.5.9",
"vue": "~3.5.6"
Expand Down
2 changes: 1 addition & 1 deletion projects/typescript-vue/src/app.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { onMounted, ref } from 'vue';
import { BpmnElement, BpmnElementsRegistry, BpmnVisualization, FitType, OverlayPosition } from 'bpmn-visualization';
import { ShapeUtil } from '@process-analytics/bv-experimental-add-ons';
import { ShapeUtil } from '@process-analytics/bpmn-visualization-addons';
import pizzaDiagram from "./pizza-collaboration.bpmn?raw"
Expand Down

0 comments on commit ba41110

Please sign in to comment.