You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/packages/excalidraw/element
Márk Tolmács d9bbf1eda6
feat: Allow binding only via linear element ends (#7946)
Arrows now only bind to new shapes if their start or end point is dragged close to them. Arrows previously bound to shapes remain bound on move and drag if at the end of the drag/move the points remain in the original shapes' binding area.

---------

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Co-authored-by: Sammy Lee <sammy.joe.lee@gmail.com>
9 months ago
..
ElementCanvasButtons.scss build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
ElementCanvasButtons.tsx fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663) 12 months ago
binding.ts feat: Allow binding only via linear element ends (#7946) 9 months ago
bounds.test.ts fix: make bounds independent of scene (#7679) 12 months ago
bounds.ts refactor: update collision from ga to vector geometry (#7636) 10 months ago
collision.ts fix: include borders when testing insides of a shape (#7865) 10 months ago
containerCache.ts fix: decouple container cache logic to containerCache. (#7637) 1 year ago
dragElements.ts fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663) 12 months ago
embeddable.ts feat: multiplayer undo / redo (#7348) 10 months ago
image.ts fix: remove dependency of t from clipboard and image (#7712) 12 months ago
index.ts refactor: update collision from ga to vector geometry (#7636) 10 months ago
linearElementEditor.ts feat: expose `StoreAction` in relation to multiplayer history (#7898) 10 months ago
mutateElement.ts feat: multiplayer undo / redo (#7348) 10 months ago
newElement.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
newElement.ts feat: fractional indexing (#7359) 10 months ago
resizeElements.ts feat: resize elements from the sides (#7855) 9 months ago
resizeTest.ts feat: resize elements from the sides (#7855) 9 months ago
showSelectedShapeActions.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
sizeHelpers.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
sizeHelpers.ts feat: multiplayer undo / redo (#7348) 10 months ago
sortElements.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
sortElements.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
textElement.test.ts fix: make getBoundTextElement and related helpers pure (#7601) 1 year ago
textElement.ts feat: multiplayer undo / redo (#7348) 10 months ago
textWysiwyg.test.tsx feat: fractional indexing (#7359) 10 months ago
textWysiwyg.tsx feat: text measurements based on font metrics (#7693) 11 months ago
transformHandles.ts feat: resize elements from the sides (#7855) 9 months ago
typeChecks.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
typeChecks.ts feat: multiplayer undo / redo (#7348) 10 months ago
types.ts feat: multiplayer undo / redo (#7348) 10 months ago