Skip to content

Commit 47bf303

Browse files
authored
Release v4.2.2 (#3121)
1 parent 0421dce commit 47bf303

File tree

30 files changed

+40
-29
lines changed

30 files changed

+40
-29
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
16-12-2025 (v4.2.2)
2+
3+
@joint/core
4+
* dia.Graph - fix types
5+
6+
@joint/layout-directed-graph
7+
* layout.DirectedGraph - ignore cell layers in the layout
8+
9+
@joint/layout-msagl
10+
* layout.MSAGL - ignore cell layers in the layout
11+
112
20-11-2025 (v4.2.1)
213

314
@joint/core

examples/anchors-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-anchors-ts",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"main": "src/index.ts",
55
"homepage": "https://jointjs.com",
66
"author": {

examples/connection-points-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-connection-points-ts",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"main": "src/index.ts",
55
"homepage": "https://jointjs.com",
66
"author": {

examples/container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-container",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"main": "dist/bundle.js",
55
"author": {
66
"name": "client IO",

examples/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-decorators",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"main": "src/index.ts",
55
"homepage": "https://jointjs.com",
66
"author": {

examples/dwdm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-dwdm",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"main": "src/index.ts",
55
"homepage": "https://jointjs.com",
66
"author": {

examples/fta-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-fta-js",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"main": "src/index.js",
55
"homepage": "https://jointjs.com",
66
"author": {

examples/isometric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-isometric",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"main": "src/index.ts",
55
"homepage": "https://jointjs.com",
66
"author": {

examples/layout-directed-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-layout-directed-graph",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "JointJS - Directed Graph Layout Demo",
55
"main": "./index.js",
66
"homepage": "https://jointjs.com",

examples/layout-elk-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joint/demo-elk-ts",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "JointJS - ELK Layout Demo",
55
"main": "dist/bundle.js",
66
"homepage": "https://jointjs.com",

0 commit comments

Comments
 (0)