From f9f103226de13c2d052beafb8a56fc437543336f Mon Sep 17 00:00:00 2001 From: zbynekstara Date: Mon, 3 Feb 2025 18:10:14 +0100 Subject: [PATCH] Release v4.1.3 --- CHANGELOG | 5 +++++ examples/decorators/package.json | 2 +- examples/dwdm/package.json | 2 +- examples/fta-js/package.json | 2 +- examples/isometric/package.json | 2 +- examples/layout-directed-graph/package.json | 2 +- examples/libavoid/package.json | 2 +- examples/link-labels-ts/package.json | 2 +- examples/list/package.json | 2 +- examples/shapes-general/package.json | 2 +- examples/tree-of-life/package.json | 2 +- package.json | 2 +- packages/joint-core/demo/custom-shapes/package.json | 2 +- packages/joint-core/demo/elk/package.json | 2 +- packages/joint-core/demo/rough/package.json | 2 +- packages/joint-core/demo/tree-shake/package.json | 2 +- packages/joint-core/demo/ts-demo/package.json | 2 +- packages/joint-core/demo/vuejs/package.json | 2 +- packages/joint-core/package.json | 2 +- packages/joint-decorators/package.json | 2 +- packages/joint-layout-directed-graph/package.json | 2 +- packages/joint-shapes-general-tools/package.json | 2 +- packages/joint-shapes-general/package.json | 2 +- 23 files changed, 27 insertions(+), 22 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e4c60b4cf..fc757243e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +03-02-2025 (v4.1.3) + + @joint/core + * mvc.Dom - use `getComputedStyle` for static position check + 16-01-2025 (v4.1.2) @joint/core diff --git a/examples/decorators/package.json b/examples/decorators/package.json index d220ab4a0..6e86ab2a4 100644 --- a/examples/decorators/package.json +++ b/examples/decorators/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-decorators", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/dwdm/package.json b/examples/dwdm/package.json index a15356098..6cdf6361d 100644 --- a/examples/dwdm/package.json +++ b/examples/dwdm/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-dwdm", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/fta-js/package.json b/examples/fta-js/package.json index a433238fa..05469bee4 100644 --- a/examples/fta-js/package.json +++ b/examples/fta-js/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-fta-js", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.js", "homepage": "https://jointjs.com", "author": { diff --git a/examples/isometric/package.json b/examples/isometric/package.json index ff5436eeb..e84e13d90 100644 --- a/examples/isometric/package.json +++ b/examples/isometric/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-isometric", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/layout-directed-graph/package.json b/examples/layout-directed-graph/package.json index 753e30f89..172a8671a 100644 --- a/examples/layout-directed-graph/package.json +++ b/examples/layout-directed-graph/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-layout-directed-graph", - "version": "4.1.2", + "version": "4.1.3", "description": "JointJS - Directed Graph Layout Demo", "main": "./index.js", "homepage": "https://jointjs.com", diff --git a/examples/libavoid/package.json b/examples/libavoid/package.json index 58e109607..3845c7f3b 100644 --- a/examples/libavoid/package.json +++ b/examples/libavoid/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-libavoid-js", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.js", "homepage": "https://jointjs.com", "author": { diff --git a/examples/link-labels-ts/package.json b/examples/link-labels-ts/package.json index c779029d8..6af3b9cf2 100644 --- a/examples/link-labels-ts/package.json +++ b/examples/link-labels-ts/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-link-labels-ts", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/list/package.json b/examples/list/package.json index ea62c7f3c..1a827c6e1 100644 --- a/examples/list/package.json +++ b/examples/list/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-list", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/shapes-general/package.json b/examples/shapes-general/package.json index 5c51ceac8..90853200c 100644 --- a/examples/shapes-general/package.json +++ b/examples/shapes-general/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-shapes-general", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.ts", "homepage": "https://jointjs.com", "author": { diff --git a/examples/tree-of-life/package.json b/examples/tree-of-life/package.json index e90a5981b..48cf406ca 100644 --- a/examples/tree-of-life/package.json +++ b/examples/tree-of-life/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-tree-of-life", - "version": "4.1.2", + "version": "4.1.3", "main": "src/index.ts", "author": { "name": "client IO", diff --git a/package.json b/package.json index 90c6791e1..b2031bcca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joint", - "version": "4.1.2", + "version": "4.1.3", "sideEffects": false, "homepage": "https://jointjs.com", "author": { diff --git a/packages/joint-core/demo/custom-shapes/package.json b/packages/joint-core/demo/custom-shapes/package.json index 1c7c7cc6a..68bbc07c2 100644 --- a/packages/joint-core/demo/custom-shapes/package.json +++ b/packages/joint-core/demo/custom-shapes/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-custom-shapes", - "version": "4.1.2", + "version": "4.1.3", "description": "JointJS - Custom Shapes Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/elk/package.json b/packages/joint-core/demo/elk/package.json index 7e210f4e5..4e1b8e5fb 100644 --- a/packages/joint-core/demo/elk/package.json +++ b/packages/joint-core/demo/elk/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-elk-graph", - "version": "4.1.2", + "version": "4.1.3", "description": "JointJS - Eclipse Layout Kernel Graph Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/rough/package.json b/packages/joint-core/demo/rough/package.json index 903001b20..9ae96d8a0 100644 --- a/packages/joint-core/demo/rough/package.json +++ b/packages/joint-core/demo/rough/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-rough", - "version": "4.1.2", + "version": "4.1.3", "description": "JointJS - RoughJS Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/tree-shake/package.json b/packages/joint-core/demo/tree-shake/package.json index d591f516d..779db1ab1 100644 --- a/packages/joint-core/demo/tree-shake/package.json +++ b/packages/joint-core/demo/tree-shake/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-tree-shake", - "version": "4.1.2", + "version": "4.1.3", "description": "JointJS - Tree Shake Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/ts-demo/package.json b/packages/joint-core/demo/ts-demo/package.json index 271ad92fe..32aaaa166 100644 --- a/packages/joint-core/demo/ts-demo/package.json +++ b/packages/joint-core/demo/ts-demo/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-ts", - "version": "4.1.2", + "version": "4.1.3", "description": "JointJS - TypeScript Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/demo/vuejs/package.json b/packages/joint-core/demo/vuejs/package.json index 982fe41e0..a0f886543 100644 --- a/packages/joint-core/demo/vuejs/package.json +++ b/packages/joint-core/demo/vuejs/package.json @@ -1,6 +1,6 @@ { "name": "@joint/demo-vuejs", - "version": "4.1.2", + "version": "4.1.3", "description": "JointJS - VueJS Demo", "main": "index.html", "homepage": "https://jointjs.com", diff --git a/packages/joint-core/package.json b/packages/joint-core/package.json index 6c769a342..2c2a2db16 100644 --- a/packages/joint-core/package.json +++ b/packages/joint-core/package.json @@ -1,7 +1,7 @@ { "name": "@joint/core", "title": "JointJS", - "version": "4.1.2", + "version": "4.1.3", "description": "JavaScript diagramming library", "sideEffects": false, "main": "./dist/joint.min.js", diff --git a/packages/joint-decorators/package.json b/packages/joint-decorators/package.json index b47f8f6ae..5ba1e36b6 100644 --- a/packages/joint-decorators/package.json +++ b/packages/joint-decorators/package.json @@ -1,7 +1,7 @@ { "name": "@joint/decorators", "title": "JointJS Decorators", - "version": "4.1.1", + "version": "4.1.3", "description": "Decorators module for JointJS", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/joint-layout-directed-graph/package.json b/packages/joint-layout-directed-graph/package.json index b95e68dff..833813d23 100644 --- a/packages/joint-layout-directed-graph/package.json +++ b/packages/joint-layout-directed-graph/package.json @@ -1,7 +1,7 @@ { "name": "@joint/layout-directed-graph", "title": "JointJS LayoutDirectedGraph", - "version": "4.1.1", + "version": "4.1.3", "description": "LayoutDirectedGraph module for JointJS", "main": "dist/DirectedGraph.js", "module": "./DirectedGraph.mjs", diff --git a/packages/joint-shapes-general-tools/package.json b/packages/joint-shapes-general-tools/package.json index 4941f67fa..7d93678a1 100644 --- a/packages/joint-shapes-general-tools/package.json +++ b/packages/joint-shapes-general-tools/package.json @@ -1,7 +1,7 @@ { "name": "@joint/shapes-general-tools", "title": "JointJS General Shapes Tools", - "version": "4.1.1", + "version": "4.1.3", "description": "General Shapes Tools module for JointJS", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/joint-shapes-general/package.json b/packages/joint-shapes-general/package.json index 37d3be212..c2967e05d 100644 --- a/packages/joint-shapes-general/package.json +++ b/packages/joint-shapes-general/package.json @@ -1,7 +1,7 @@ { "name": "@joint/shapes-general", "title": "JointJS General Shapes", - "version": "4.1.1", + "version": "4.1.3", "description": "General Shapes module for JointJS", "main": "src/index.ts", "homepage": "https://jointjs.com",