excalidraw/packages/excalidraw/element
Márk Tolmács 2db5bbcb29
fix: Unify binding update options for updateBoundElements() (#8832)
Fix insonsistent naming for option newSize/oldSize for updateBoundElements()
2024-11-20 11:46:45 +01:00
..
binding.ts fix: Unify binding update options for updateBoundElements() (#8832) 2024-11-20 11:46:45 +01:00
bounds.test.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
bounds.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
collision.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
containerCache.ts build: enable consistent type imports eslint rule (#7992) 2024-05-08 14:21:50 +05:30
cropElement.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +02:00
dragElements.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +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 chore: simplify line-break regexes, separate text wrapping (#8715) 2024-10-30 14:24:12 +01:00
flowchart.test.tsx fix: missing act() in flowchart tests (#8354) 2024-08-09 17:27:02 +02:00
flowchart.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
heading.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
image.ts fix: restore svg image DataURL dimensions (#8730) 2024-10-29 22:40:24 +01:00
index.ts feat: rewrite d2c to not require token (#8269) 2024-08-20 18:06:22 +02:00
linearElementEditor.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
mutateElement.ts chore: Unify math types, utils and functions (#8389) 2024-09-02 22:23:38 +00:00
newElement.test.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
newElement.ts chore: simplify line-break regexes, separate text wrapping (#8715) 2024-10-30 14:24:12 +01:00
resizeElements.ts fix: Unify binding update options for updateBoundElements() (#8832) 2024-11-20 11:46:45 +01:00
resizeTest.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +02:00
routing.test.tsx refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
routing.ts refactor: point() -> pointFrom() to fix compiler issue (#8578) 2024-10-01 21:27:17 +02:00
showSelectedShapeActions.ts perf: improve new element drawing (#8340) 2024-08-23 20:27:57 +02:00
sizeHelpers.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
sizeHelpers.ts fix: improve canvas search scroll behavior further (#8491) 2024-09-11 18:01:18 +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 chore: simplify line-break regexes, separate text wrapping (#8715) 2024-10-30 14:24:12 +01:00
textElement.ts chore: simplify line-break regexes, separate text wrapping (#8715) 2024-10-30 14:24:12 +01:00
textWrapping.test.ts chore: simplify line-break regexes, separate text wrapping (#8715) 2024-10-30 14:24:12 +01:00
textWrapping.ts chore: simplify line-break regexes, separate text wrapping (#8715) 2024-10-30 14:24:12 +01:00
textWysiwyg.test.tsx feat: add first-class support for CJK (#8530) 2024-10-17 20:14:17 +02:00
textWysiwyg.tsx fix: text pushes UI due to padding (#8745) 2024-11-01 23:43:48 +02:00
transformHandles.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +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: Elbow arrow fixedpoint flipping now properly flips on inverted resize and flip action (#8324) 2024-09-19 08:47:23 +02:00
types.ts feat: image cropping (#8613) 2024-10-21 22:26:52 +02:00