Skip to content

[FEAT] Simplify integration of bpmn-visualization in TS projects#405

Merged
tbouffard merged 13 commits into
masterfrom
feat/use_bpmn-visualization_simplified_ts_config
Oct 3, 2022
Merged

[FEAT] Simplify integration of bpmn-visualization in TS projects#405
tbouffard merged 13 commits into
masterfrom
feat/use_bpmn-visualization_simplified_ts_config

Conversation

@tbouffard
Copy link
Copy Markdown
Member

@tbouffard tbouffard commented Sep 29, 2022

Remove the additional TypeScript configuration that was needed prior version 0.27.0. The README has been updated to warn
TS user that use older version.

The parcel project now directly calls the mxGraph code in addition to the vite project. This provides more test for this
use case and better validated the npm package.

The GitHub workflow now builds the projects with both the latest released version of bpmn-visualization and the master branch.
This provides more non regression tests.

Local tests

Build bpmn-visualization npm package with branch of process-analytics/bpmn-visualization-js#2258: npm pack
Use it in projects: npm install ../../../bpmn-visualization-js/bpmn-visualization-0.26.2-post.tgz (assuming the examples and lib are stored in the same parent directory)

@tbouffard tbouffard added enhancement New feature or request depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first labels Sep 29, 2022
Remove the additional TypeScript configuration that was needed prior version 0.27.0. The README has been updated to warn
TS user that use older version.

The parcel project now directly calls the mxGraph code in addition to the vite project. This provides more test for this
use case and better validated the npm package.
@tbouffard tbouffard force-pushed the feat/use_bpmn-visualization_simplified_ts_config branch from 26f7a0e to 28d7046 Compare September 29, 2022 04:37
@tbouffard
Copy link
Copy Markdown
Member Author

Update after using bpmn-visualization@0.27.0. See process-analytics/bpmn-visualization-js#2258

@tbouffard tbouffard marked this pull request as ready for review October 3, 2022 12:09
@tbouffard tbouffard removed the depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first label Oct 3, 2022
@tbouffard tbouffard merged commit d01774b into master Oct 3, 2022
@tbouffard tbouffard deleted the feat/use_bpmn-visualization_simplified_ts_config branch October 3, 2022 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants