Releases: gravity-ui/graph
Releases · gravity-ui/graph
v1.8.6
05 Mar 10:07
Compare
Sorry, something went wrong.
No results found
1.8.6 (2026-03-04)
Bug Fixes
LayersService: handle devicePixelRatio changes when moving window between monitors (#260 ) (a6f52f8 )
v1.8.5
03 Mar 08:57
Compare
Sorry, something went wrong.
No results found
1.8.5 (2026-03-02)
chore
Features
Bug Fixes
Block: make block.viewComponent signal (#256 ) (89e4fd2 )
ConnectionState: fix resolving BlockState (#252 ) (e81896f )
debounce: fix undefined is not iterable issue (725440f )
debounce: fix canceling debounce function (#254 ) (b2db0b2 )
MiniMapLayer: refactor MinimapLayer (#258 ) (085cd23 )
v1.8.4
17 Feb 20:22
Compare
Sorry, something went wrong.
No results found
1.8.4 (2026-02-17)
Bug Fixes
apply initial styles on init CssVariablesLayer (#248 ) (f33a1d7 )
NewBlockLayer: prevent opening context menu and start drag on alt+click on a block (#245 ) (7adef5b )
resolve race condition in anchor positioning for newly created anchors (#244 ) (9ce95c5 )
v1.8.3
12 Feb 16:50
Compare
Sorry, something went wrong.
No results found
1.8.3 (2026-02-12)
Bug Fixes
useBlockAnchorPosition: handle error on anchor's view not ready (#242 ) (20c2e68 )
v1.8.2
09 Feb 21:17
Compare
Sorry, something went wrong.
No results found
1.8.2 (2026-02-09)
chore
Features
added custom behaviour for SelectionLayer on press Shift (#239 ) (e6b48e8 )
CanvasBlock: allow to override click and selection block (#240 ) (b81dc0c )
Bug Fixes
v1.8.1
08 Feb 19:06
Compare
Sorry, something went wrong.
No results found
1.8.1 (2026-02-08)
Bug Fixes
Lot of fixes for PortConnectionLayer (#235 ) (5e0db8c )
SelectionService: batch signal updates to prevent intermediate notifications (#234 ) (8a912b3 )
v1.8.0-rc.7
04 Feb 09:34
Compare
Sorry, something went wrong.
No results found
chore
Features
made renderLabelText and labelGeometry protected, fix: backgrou… (#227 ) (691479d )
Support for transferring blocks between groups (#207 ) (b3116a8 )
useSignal: add lots of hooks for React wrapper (#228 ) (f12c224 )
Bug Fixes
allow configure strategy the SelectionLayer to apply selection (#229 ) (9464d44 )
graph: prevent race condition error in GraphBlockAnchor component (#225 ) (f1894f0 )
make react block renders in sync with canvas (#222 ) (f930fa4 )
prevent preventDefault on mousedown on some Layers (#231 ) (a7ac7ba )
set canDrag=ECanDrag.NONE, as default(as before) (#230 ) (4b6f593 )
v1.8.0
04 Feb 13:43
Compare
Sorry, something went wrong.
No results found
1.8.0 (2026-02-04)
chore
Features
v1.8.0-rc.6
23 Jan 09:38
Compare
Sorry, something went wrong.
No results found
chore
Bug Fixes
Anchor: fix calculation hitbox of achor on hover (efadf44 )
ConnectionLayer: fix creating connection after preventDefault() (efadf44 )
CursorLayer: Add debounce to set cursor (efadf44 )
fix creating connections via ConnectionLayer (#218 ) (efadf44 )
v1.8.0-rc.5
21 Jan 16:52
Compare
Sorry, something went wrong.
No results found
chore
Bug Fixes
BlockList: render items to wrapper instead to portal direcly to improve reconcilation (a3ea095 )
useSignal: useLayoutEffect to faster get signal-value (a3ea095 )