excalidraw/packages/excalidraw/element
Ryan Di 550a388b2b
feat: command palette (#7804)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
2024-03-28 16:16:32 +00:00
..
ElementCanvasButtons.scss build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
ElementCanvasButtons.tsx fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663) 2024-02-16 11:35:01 +05:30
binding.ts fix: make LinearElementEditor independent of scene (#7670) 2024-02-19 11:49:01 +05:30
bounds.test.ts fix: make bounds independent of scene (#7679) 2024-02-19 19:39:14 +05:30
bounds.ts fix: make bounds independent of scene (#7679) 2024-02-19 19:39:14 +05:30
collision.ts fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663) 2024-02-16 11:35:01 +05:30
containerCache.ts fix: decouple container cache logic to containerCache. (#7637) 2024-01-31 21:17:41 +05:30
dragElements.ts fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663) 2024-02-16 11:35:01 +05:30
embeddable.ts feat: command palette (#7804) 2024-03-28 16:16:32 +00:00
image.ts fix: remove dependency of t from clipboard and image (#7712) 2024-02-21 19:45:33 +05:30
index.ts feat: store library to IndexedDB & support storage adapters (#7655) 2024-03-08 22:29:19 +01:00
linearElementEditor.ts fix: make LinearElementEditor independent of scene (#7670) 2024-02-19 11:49:01 +05:30
mutateElement.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
newElement.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
newElement.ts feat: text measurements based on font metrics (#7693) 2024-03-05 19:33:27 +00:00
resizeElements.ts feat: text measurements based on font metrics (#7693) 2024-03-05 19:33:27 +00:00
resizeTest.ts fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663) 2024-02-16 11:35:01 +05:30
showSelectedShapeActions.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
sizeHelpers.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
sizeHelpers.ts fix: make bounds independent of scene (#7679) 2024-02-19 19:39:14 +05:30
sortElements.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
sortElements.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
textElement.test.ts fix: make getBoundTextElement and related helpers pure (#7601) 2024-01-26 11:29:07 +05:30
textElement.ts fix: correcting Assistant metrics (#7758) 2024-03-07 16:54:36 +01:00
textWysiwyg.test.tsx fix: decouple container cache logic to containerCache. (#7637) 2024-01-31 21:17:41 +05:30
textWysiwyg.tsx feat: text measurements based on font metrics (#7693) 2024-03-05 19:33:27 +00:00
transformHandles.ts fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663) 2024-02-16 11:35:01 +05:30
typeChecks.test.ts build: decouple package deps and introduce yarn workspaces (#7415) 2023-12-12 11:32:51 +05:30
typeChecks.ts feat: support roundness for images (#7558) 2024-01-29 15:27:07 +01:00
types.ts feat: text measurements based on font metrics (#7693) 2024-03-05 19:33:27 +00:00