excalidraw/src/element
Aakansha Doshi edfbac9d7d
feat: support unbinding bound text (#4686)
* feat: support unbinding text

* fix unbound text

* move the unbind option next to group action

* use boundTextElement.id when unbinding

* update original text so it takes same bounding box when unbind

* Add spec

* recompute measurements when unbinding
2022-02-01 20:11:24 +05:30
..
binding.ts feat: change boundElementIdsboundElements (#4404) 2021-12-14 16:07:01 +01:00
bounds.test.ts Add test for getElementBounds (#1395) 2020-04-13 17:47:09 -07:00
bounds.ts fix: align and distribute binded text in container and cleanup (#4468) 2021-12-23 17:02:13 +05:30
collision.ts fix: pending review fixes for sticky notes (#4493) 2021-12-28 16:24:44 +05:30
dragElements.ts fix: support dragging binded text in container selected in a group (#4462) 2021-12-22 19:16:49 +05:30
image.ts chore: Update Typescript to 4.4.4 (#4188) 2021-11-02 14:24:16 +02:00
index.ts feat: support selecting multiple library items via shift (#4306) 2021-11-26 12:46:23 +01:00
linearElementEditor.ts feat: support selecting multiple points when editing line (#4373) 2021-12-13 13:35:07 +01:00
mutateElement.ts feat: add element.updated (#4070) 2021-11-24 18:38:33 +01:00
newElement.test.ts feat: expose fontfamily and refactor FONT_FAMILY (#3710) 2021-06-13 21:26:55 +05:30
newElement.ts fix: support collaboration in bound text (#4573) 2022-01-17 17:35:35 +05:30
resizeElements.ts fix: use cached width when calculating min width during resize (#4585) 2022-01-13 21:35:38 +05:30
resizeTest.ts chore: bump Prettier to the latest (#4185) 2021-11-01 15:24:05 +02:00
showSelectedShapeActions.ts feat: add view mode in Excalidraw (#2840) 2021-02-01 21:56:42 +01:00
sizeHelpers.test.ts 15-degree rotation locking (#1627) 2020-05-23 10:45:05 +02:00
sizeHelpers.ts feat: improved freedraw (#3512) 2021-05-09 17:42:10 +02:00
textElement.test.ts fix: Reduce padding to 5px for bounded text (#4530) 2022-01-03 17:59:26 +05:30
textElement.ts feat: support unbinding bound text (#4686) 2022-02-01 20:11:24 +05:30
textWysiwyg.test.tsx feat: support unbinding bound text (#4686) 2022-02-01 20:11:24 +05:30
textWysiwyg.tsx fix: typing _+ in wysiwyg not working (#4681) 2022-01-31 14:29:42 +01:00
transformHandles.ts feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) 2021-12-16 21:14:03 +05:30
typeChecks.ts feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) 2021-12-16 21:14:03 +05:30
types.ts feat: bind text to shapes when pressing enter and support sticky notes 🎉 (#4343) 2021-12-16 21:14:03 +05:30