@janiscommerce/ui-web 1.11.0-beta.3 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -11
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,23 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [1.11.0
|
|
10
|
+
## [1.11.0] - 2026-06-25
|
|
11
11
|
|
|
12
|
-
###
|
|
13
|
-
|
|
14
|
-
- Pin `node-releases` to `2.0.19` via `resolutions` to keep the build installable on Node 14 (newer `browserslist` pulled `node-releases@2.0.48`, which requires Node >= 18)
|
|
12
|
+
### Added
|
|
15
13
|
|
|
16
|
-
|
|
14
|
+
- `DiagramCanvas` component: controlled model with custom nodes, configurable edges, edit mode, node resize, delete confirmation via `onBeforeDelete`, external selection actions via `onSelectionChange`, and imperative zoom/selection API [JMV-4083](https://janiscommerce.atlassian.net/browse/JMV-4083)
|
|
17
15
|
|
|
18
16
|
### Fixed
|
|
19
17
|
|
|
20
18
|
- Add css build for rollup and custom plugin to include files for react-flow
|
|
21
|
-
|
|
22
|
-
## [1.11.0-beta.1] - 2026-06-22
|
|
23
|
-
|
|
24
|
-
### Added
|
|
25
|
-
|
|
26
|
-
- `DiagramCanvas` component: controlled model with custom nodes, configurable edges, edit mode, node resize, delete confirmation via `onBeforeDelete`, external selection actions via `onSelectionChange`, and imperative zoom/selection API [JMV-4083](https://janiscommerce.atlassian.net/browse/JMV-4083)
|
|
19
|
+
- Pin `node-releases` to `2.0.19` via `resolutions` to keep the build installable on Node 14 (newer `browserslist` pulled `node-releases@2.0.48`, which requires Node >= 18)
|
|
27
20
|
|
|
28
21
|
## [1.10.0] - 2026-06-05
|
|
29
22
|
|
package/dist/index.esm.js
CHANGED
|
@@ -13865,7 +13865,8 @@ var withHandles = function withHandles(NodeComponent) {
|
|
|
13865
13865
|
background: handleColor,
|
|
13866
13866
|
width: 10,
|
|
13867
13867
|
height: 10,
|
|
13868
|
-
border: '2px solid #fff'
|
|
13868
|
+
border: '2px solid #fff',
|
|
13869
|
+
zIndex: 1
|
|
13869
13870
|
}
|
|
13870
13871
|
});
|
|
13871
13872
|
}), /*#__PURE__*/React__default.createElement(NodeComponent, {
|