v3.6.0-rc.5
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
v3.6.0-rc.5
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
v16.3.2
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
- [backport] Scope app-entry export validation to files inside the app directory (#97357)
- [backport] Fix catch-all index page being served for every other slug (#97416)
- [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
- [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
- [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
- [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static PAT (#97603)
Huge thanks to @lubieowoce, @unstubbable, @timneutkens, @mischnic, and @eps1lon for helping!
@joint/react@4.3.3
- 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: - 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
@joint/core@4.3.2
- 0a2991b: alg.rightAnglePath: refactor to consolidate duplicate code into helpers
- 68a4758: dia.Paper - the
guardoption can now veto blank pointerdowns; itsviewargument isundefinedwhen the event did not hit a cell view - 54d9800: routers.rightAngle - refactor the path-finding algorithm into a separate utility