From 8f0b2c40283cc5f6f5af28d73016bf38939359c2 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:41:39 +0100 Subject: [PATCH 1/2] feat: add new miwg reference diagrams in the "load remote" example The files were recently added to the miwg-test-suite repository. --- examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js b/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js index 675ac8c5..934784e3 100644 --- a/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js +++ b/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js @@ -101,6 +101,7 @@ const miwgFileNames = [ 'B.1.0', 'B.2.0', 'C.1.0', 'C.1.1', 'C.2.0', 'C.3.0', 'C.4.0', 'C.5.0', 'C.6.0', 'C.7.0', 'C.8.0', 'C.8.1', + 'C.9.0', 'C.9.1', 'C.9.2' // extra file to get fetch error 'do-not-exist', // extra file to get load error From 54ae2e23f6959d6e64f58f10bb4923707994d8e7 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:43:45 +0100 Subject: [PATCH 2/2] fix: add missing coma --- .../display-bpmn-diagram/load-remote-bpmn-diagrams/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js b/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js index 934784e3..ea820332 100644 --- a/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js +++ b/examples/display-bpmn-diagram/load-remote-bpmn-diagrams/index.js @@ -101,7 +101,7 @@ const miwgFileNames = [ 'B.1.0', 'B.2.0', 'C.1.0', 'C.1.1', 'C.2.0', 'C.3.0', 'C.4.0', 'C.5.0', 'C.6.0', 'C.7.0', 'C.8.0', 'C.8.1', - 'C.9.0', 'C.9.1', 'C.9.2' + 'C.9.0', 'C.9.1', 'C.9.2', // extra file to get fetch error 'do-not-exist', // extra file to get load error