From 8e4092ff0b5e581398dfaf4791d5317f119b7a76 Mon Sep 17 00:00:00 2001 From: Evmorfia Argyriou Date: Thu, 16 May 2024 09:32:58 +0200 Subject: [PATCH 1/2] Fix typings for EdgeRouter --- yfiles-layout-reactflow/src/layout/layout-hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yfiles-layout-reactflow/src/layout/layout-hooks.ts b/yfiles-layout-reactflow/src/layout/layout-hooks.ts index bbc57f2..bd7d1e2 100644 --- a/yfiles-layout-reactflow/src/layout/layout-hooks.ts +++ b/yfiles-layout-reactflow/src/layout/layout-hooks.ts @@ -121,7 +121,7 @@ export type LayoutConfiguration< layoutOptions?: BalloonLayoutOptions layoutData?: BalloonLayoutDataProvider } - : LayoutType extends 'EdgeRouterLayout' + : LayoutType extends 'EdgeRouter' ? { name: LayoutType layoutOptions?: EdgeRouterOptions From c21489bd603dd35d6e6677ac1e01193bda16ec29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Frischeisen-K=C3=B6hler?= Date: Thu, 16 May 2024 11:01:07 +0200 Subject: [PATCH 2/2] 1.0.3 --- package.json | 2 +- yfiles-layout-reactflow/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a003b08..fd21974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yworks/yfiles-layout-reactflow-root", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "index.js", "license": "SEE LICENSE IN ./LICENSE", diff --git a/yfiles-layout-reactflow/package.json b/yfiles-layout-reactflow/package.json index 6d80f9c..04e82a4 100644 --- a/yfiles-layout-reactflow/package.json +++ b/yfiles-layout-reactflow/package.json @@ -1,6 +1,6 @@ { "name": "@yworks/yfiles-layout-reactflow", - "version": "1.0.2", + "version": "1.0.3", "author": { "name": "yFiles for HTML team @ yWorks GmbH", "email": "yfileshtml@yworks.com"