Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/container-membership-notifications.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-wasps-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/link-anchor-arrowhead.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/paper-guard-blank-pointerdown.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/paper-magnet-interactive-controls.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/right-angle-path-extraction.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/router-avoid-initial-release.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-things-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/use-cell-removed-mid-render.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/use-combined-ref-commit-assignment.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/use-markup-unrendered-view.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/joint-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @joint/core

## 4.3.2

### Patch Changes

- 0a2991b: alg.rightAnglePath: refactor to consolidate duplicate code into helpers
- 68a4758: dia.Paper - the `guard` option can now veto blank pointerdowns; its `view` argument is `undefined` when the event did not hit a cell view
- 54d9800: routers.rightAngle - refactor the path-finding algorithm into a separate utility

## 4.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/joint-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joint/core",
"title": "JointJS",
"version": "4.3.1",
"version": "4.3.2",
"description": "JavaScript diagramming library",
"sideEffects": false,
"main": "./dist/joint.min.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/joint-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @joint/react

## 4.3.3

### Patch Changes

- 634fb9f: fix stale cell keys when a single commit swaps ids without changing the count (membership changes now notify key-list subscribers, and large-graph rendering no longer defers id updates)
- 68a4758: link routing - account for the arrowhead when a custom link anchor is used
- 68a4758: <Paper /> - support interactive controls (buttons, inputs) nested inside magnets without the press starting a link drag or an element move
- 68a4758: useCell - tolerate a cell removed from the graph mid-render
- 68a4758: useCombinedRef - assign the forwarded ref during the commit phase
- 68a4758: useMarkup - tolerate a cell view whose markup has not been rendered yet (synchronous rendering in development)
- Updated dependencies [0a2991b]
- Updated dependencies [68a4758]
- Updated dependencies [54d9800]
- @joint/core@4.3.2

## 4.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/joint-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joint/react",
"title": "JointJS React",
"version": "4.3.2",
"version": "4.3.3",
"description": "React bindings and hooks for JointJS to build interactive diagrams and graphs.",
"type": "module",
"sideEffects": [
Expand Down
11 changes: 11 additions & 0 deletions packages/joint-router-avoid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @joint/router-avoid

## 4.3.2

### Patch Changes

- 54d9800: Initial release - automatic obstacle-avoiding orthogonal link routing via libavoid (WASM), with main-thread and Web Worker providers
- Updated dependencies [0a2991b]
- Updated dependencies [68a4758]
- Updated dependencies [54d9800]
- @joint/core@4.3.2
2 changes: 1 addition & 1 deletion packages/joint-router-avoid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joint/router-avoid",
"title": "JointJS Avoid Router",
"version": "0.0.0",
"version": "4.3.2",
"description": "Avoid router module for JointJS",
"sideEffects": false,
"main": "./dist/esm/index.mjs",
Expand Down