Skip to content

Commit b50a9fb

Browse files
authored
Merge pull request #321 from eccenca/release/v24.3.1
Release v24.3.1 into legacy branch
2 parents 3fab7ec + d30f208 commit b50a9fb

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- React flow v12:
12+
- add missing styles from react flow library to ensure proper functionality of new connection lines
13+
914
## [24.3.0] - 2025-06-05
1015

1116
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eccenca/gui-elements",
33
"description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
4-
"version": "24.3.0",
4+
"version": "24.3.1",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/eccenca/gui-elements",
77
"bugs": "https://github.com/eccenca/gui-elements/issues",
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
.react-flow .react-flow__edges svg {
1+
// needed styles from "@xyflow/react/dist/style.css" to ensure proper functionality
2+
svg.react-flow__connectionline {
3+
position: absolute;
4+
z-index: 1001;
25
overflow: visible;
6+
}
7+
8+
.react-flow .react-flow__edges svg {
39
position: absolute;
10+
overflow: visible;
411
pointer-events: none;
512
}

0 commit comments

Comments
 (0)