excalidraw/packages/excalidraw/element
2024-08-18 18:47:09 +05:30
..
binding.ts fix: Reimplement rectangle intersection (#8367) 2024-08-12 19:19:16 +02:00
bounds.test.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
bounds.ts feat: improve zoom-to-content when creating flowchart (#8368) 2024-08-12 20:42:08 +02:00
collision.ts fix: linear elements not selected on pointer up from hitting its bound text (#8285) 2024-07-27 13:02:00 +00:00
containerCache.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
dragElements.ts feat: split gridSize from enabled state & support custom gridStep (#8364) 2024-08-14 14:59:14 +02:00
ElementCanvasButtons.scss build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
ElementCanvasButtons.tsx refactor: rename draggingElement -> newElement (#8294) 2024-08-06 19:26:06 +08:00
embeddable.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
flowchart.test.tsx fix: missing act() in flowchart tests (#8354) 2024-08-09 17:27:02 +02:00
flowchart.ts feat: create flowcharts from a generic element using elbow arrows (#8329) 2024-08-08 21:43:15 +02:00
heading.ts feat: Orthogonal (elbow) arrows for diagramming (#8299) 2024-08-01 18:39:03 +02:00
image.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
index.ts feat: Orthogonal (elbow) arrows for diagramming (#8299) 2024-08-01 18:39:03 +02:00
linearElementEditor.ts feat: split gridSize from enabled state & support custom gridStep (#8364) 2024-08-14 14:59:14 +02:00
mutateElement.ts feat: introduce font picker (#8012) 2024-07-25 18:55:55 +02:00
newElement.test.ts feat: Orthogonal (elbow) arrows for diagramming (#8299) 2024-08-01 18:39:03 +02:00
newElement.ts feat: Orthogonal (elbow) arrows for diagramming (#8299) 2024-08-01 18:39:03 +02:00
resizeElements.ts chore: Refactor and remove scene from elbow arrow generation (#8342) 2024-08-08 14:06:26 +02:00
resizeTest.ts feat: text wrapping (#7999) 2024-05-15 21:04:53 +08:00
routing.test.tsx feat: Stats popup style tweaks (#8361) 2024-08-11 19:33:44 +02:00
routing.ts chore: Refactor and remove scene from elbow arrow generation (#8342) 2024-08-08 14:06:26 +02:00
showSelectedShapeActions.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
sizeHelpers.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
sizeHelpers.ts feat: improve zoom-to-content when creating flowchart (#8368) 2024-08-12 20:42:08 +02:00
sortElements.test.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
sortElements.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
textElement.test.ts feat: introduce font picker (#8012) 2024-07-25 18:55:55 +02:00
textElement.ts fix: linear elements not selected on pointer up from hitting its bound text (#8285) 2024-07-27 13:02:00 +00:00
textWysiwyg.test.tsx chore: bump @testing-library/react 12.1.5 -> 16.0.0 (#8322) 2024-08-06 15:17:42 +02:00
textWysiwyg.tsx fix: copy pasting object into text 2024-08-18 18:47:09 +05:30
transformHandles.ts fix: Do not allow resizing unbound elbow arrows either (#8333) 2024-08-06 17:33:34 +02:00
typeChecks.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
typeChecks.ts fix: Yet more patching of intersect code (#8352) 2024-08-09 17:33:12 +02:00
types.ts feat: create flowcharts from a generic element using elbow arrows (#8329) 2024-08-08 21:43:15 +02:00