From 3976eeb1d8d31df41c3563faa9dcca86d709e66f Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:00:50 +0200 Subject: [PATCH] docs: update browsers version in README (#2726) Also update the list of the bundles provided within the npm package. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5162c854b6..95f1cb79e0 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,10 @@ Planned features: **Notes**: - Chromium based browsers should work (automatic tests are run with Chromium canary releases). In particular, the following -desktop browsers are known working with `bpmn-visualization@0.32.0`: - - Brave 1.48.171 - - Chromium 111.0.5563.19 - - Opera 96.0.4693.31 +desktop browsers are known working with `bpmn-visualization@0.35.0`: + - Brave 1.51.118 + - Chromium 113.0.5672.126 + - Opera 99.0.4788.13 - Support Chromium Edge but not Legacy Edge - The library may work with the other browsers. They must at least support ES2015. @@ -98,13 +98,13 @@ desktop browsers are known working with `bpmn-visualization@0.32.0`: ## ♻️ Usage The library is available from [NPM](https://npmjs.org/package/bpmn-visualization). \ We support various module formats such as: -- [IIFE](https://developer.mozilla.org/en-US/docs/Glossary/IIFE): `dist/bpmn-visualization.js` - [ESM](https://dev.to/iggredible/what-the-heck-are-cjs-amd-umd-and-esm-ikm): `dist/bpmn-visualization.esm.js` +- [IIFE](https://developer.mozilla.org/en-US/docs/Glossary/IIFE): `dist/bpmn-visualization.js` and its minified companion `dist/bpmn-visualization.min.js` -### 📌 Project usage +### 📌 Usage in applications and projects -Install `bpmn-visualization` in the project: +Install `bpmn-visualization`: ```shell script npm i bpmn-visualization ```