excalidraw/src/tests
Aakansha Doshi 2fa69ddc32
refactor: move elementLocked to activeTool.locked (#4983)
* refactor: move elementLocked to activeTool.locked

* fix

* fix snap

* update docs

* Update src/packages/excalidraw/CHANGELOG.md

* revert

* make lastActiveToolBeforeEraser required and nullable

* fix snap
2022-03-29 17:10:19 +05:30
..
__snapshots__ refactor: move elementLocked to activeTool.locked (#4983) 2022-03-29 17:10:19 +05:30
data refactor: rename elementType to activeTool and make it an object (#4968) 2022-03-25 20:46:01 +05:30
fixtures feat: Support Links in Exported SVG (#4791) 2022-02-25 21:42:10 +01:00
helpers fix: don't crash on drop highlighted text onto canvas (#4890) 2022-03-09 11:51:13 +01:00
packages refactor: move elementLocked to activeTool.locked (#4983) 2022-03-29 17:10:19 +05:30
queries feat: improved freedraw (#3512) 2021-05-09 17:42:10 +02:00
scene feat: Support Links in Exported SVG (#4791) 2022-02-25 21:42:10 +01:00
align.test.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
appState.test.tsx fix: changing font size when text is not selected or edited (#4751) 2022-02-08 21:18:43 +00:00
binding.test.tsx fix: binding text to non-bindable containers and not always preferring selection (#4655) 2022-03-02 17:04:09 +01:00
charts.test.tsx improvement: Support numbers with commas in them (#2636) 2020-12-20 14:08:22 +02:00
clients.test.ts Add user list component + snap to user functionality (#1749) 2020-06-19 12:36:49 +02:00
collab.test.tsx feat: rewrite collab server connecting (#4881) 2022-03-06 22:43:02 +01:00
contextmenu.test.tsx fix: paste styles shortcut (#4886) 2022-03-09 10:59:44 +01:00
dragCreate.test.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
export.test.tsx feat: image support (#4011) 2021-10-21 22:05:48 +02:00
flip.test.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
geometricAlgebra.test.ts Allow binding linear elements to other elements (#1899) 2020-08-08 21:04:15 -07:00
history.test.tsx feat: image support (#4011) 2021-10-21 22:05:48 +02:00
library.test.tsx refactor: rename elementType to activeTool and make it an object (#4968) 2022-03-25 20:46:01 +05:30
move.test.tsx feat: Calculate width/height of canvas based on container dimensions (".excalidraw" selector) & remove props width & height (#3379) 2021-04-04 15:05:16 +05:30
multiPointCreate.test.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
reconciliation.test.ts chore: fix various typos (#4857) 2022-03-02 11:37:12 +05:30
regressionTests.test.tsx refactor: rename elementType to activeTool and make it an object (#4968) 2022-03-25 20:46:01 +05:30
resize.test.tsx fix: cmd/ctrl native browser behavior blocked in inputs (#4589) 2022-01-13 19:53:22 +01:00
scroll.test.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
selection.test.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
test-utils.ts feat: Sync local storage state across tabs when out of sync (#4545) 2022-01-27 13:21:55 +01:00
utils.test.ts hide fill icons when fill color transparent (#2414) 2020-11-26 21:43:38 +01:00
viewMode.test.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
zindex.test.tsx fix: bound text not atomic with container when changing z-index (#4414) 2021-12-17 13:10:37 +00:00