excalidraw/src/element
2022-04-15 12:05:10 +02:00
..
binding.ts feat: Element locking (#4964) 2022-04-07 13:43:29 +02:00
bounds.test.ts Add test for getElementBounds (#1395) 2020-04-13 17:47:09 -07:00
bounds.ts feat: support background fill for freedraw shapes (#4610) 2022-02-09 17:43:21 +01:00
collision.ts chore: fix various typos (#4857) 2022-03-02 11:37:12 +05:30
dragElements.ts refactor: rename elementType to activeTool and make it an object (#4968) 2022-03-25 20:46:01 +05:30
Hyperlink.scss feat: Support hyperlinks 🔥 (#4620) 2022-02-03 20:34:59 +05:30
Hyperlink.tsx chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
image.ts fix: ensure svg image dimensions are always set (#5044) 2022-04-15 12:05:10 +02:00
index.ts feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
linearElementEditor.ts feat: Element locking (#4964) 2022-04-07 13:43:29 +02:00
mutateElement.ts feat: add element.updated (#4070) 2021-11-24 18:38:33 +01:00
newElement.test.ts chore: add ga for most actions (#4829) 2022-03-28 14:46:40 +02:00
newElement.ts feat: Element locking (#4964) 2022-04-07 13:43:29 +02:00
resizeElements.ts refactor: rename elementType to activeTool and make it an object (#4968) 2022-03-25 20:46:01 +05:30
resizeTest.ts chore: bump Prettier to the latest (#4185) 2021-11-01 15:24:05 +02:00
showSelectedShapeActions.ts refactor: rename elementType to activeTool and make it an object (#4968) 2022-03-25 20:46:01 +05:30
sizeHelpers.test.ts chore: fix various typos (#4857) 2022-03-02 11:37:12 +05:30
sizeHelpers.ts refactor: rename elementType to activeTool and make it an object (#4968) 2022-03-25 20:46:01 +05:30
textElement.test.ts fix: Reduce padding to 5px for bounded text (#4530) 2022-01-03 17:59:26 +05:30
textElement.ts feat: Support binding text to container via context menu (#4935) 2022-03-21 17:54:54 +05:30
textWysiwyg.test.tsx fix: don't bind text to container if already present (#4946) 2022-03-22 15:32:49 +05:30
textWysiwyg.tsx fix: updateWysiwygStyle updatedElement is undefined TypeError (#4980) 2022-03-28 00:14:04 +02:00
transformHandles.ts feat: Element locking (#4964) 2022-04-07 13:43:29 +02:00
typeChecks.ts feat: Element locking (#4964) 2022-04-07 13:43:29 +02:00
types.ts feat: Element locking (#4964) 2022-04-07 13:43:29 +02:00