Commit Graph
75 Commits
Author SHA1 Message Date
David LuzarandGitHub 5211b003b8 fix: double text rendering on edit (#7904) 2024-04-17 13:48:04 +02:00
David LuzarandGitHub 890ed9f31f feat: add "toggle grid" to command palette (#7887) 2024-04-13 19:12:29 +02:00
David LuzarandGitHub da2e507298 fix: allow same origin for all necessary domains (#7889) 2024-04-13 18:51:30 +02:00
David LuzarandGitHub f59b4f6af4 fix: always make sure we render bound text above containers (#7880) 2024-04-12 21:50:02 +02:00
David LuzarandGitHub afcde542f9 fix: parse embeddable srcdoc urls strictly (#7884) 2024-04-12 20:51:17 +02:00
David LuzarandGitHub 0ae9b383d6 fix: Gist embed allowing unsafe html (#7883) 2024-04-12 12:57:43 +02:00
David LuzarandGitHub f597bd3e01 fix: command palette tweaks and fixes (#7876) 2024-04-11 11:39:19 +02:00
David LuzarandGitHub 8a162a4cb4 fix: import (#7869) 2024-04-08 16:59:03 +02:00
David LuzarandGitHub c6a045d092 fix: theme toggle shortcut event.code (#7868) 2024-04-08 16:55:33 +02:00
David LuzarandGitHub 92bc08207c fix: remove incorrect check from index.html (#7867) 2024-04-08 16:42:00 +02:00
David LuzarandGitHub 3e334a67ed feat: show firefox-compatible command palette shortcut alias (#7825) 2024-03-28 18:12:54 +01:00
David LuzarandGitHub 1d71f84515 fix: stop using lookbehind for backwards compat (#7824) 2024-03-28 17:32:38 +01:00
David LuzarandGitHub 6b523563d8 fix: ejs support in html files (#7822) 2024-03-28 14:58:47 +01:00
David LuzarandGitHub 65bc500598 fix: excalidrawAPI.toggleSidebar not switching between tabs correctly (#7821) 2024-03-28 14:52:23 +01:00
David LuzarandGitHub 15bfa626b4 feat: support to not render remote cursor & username (#7130) 2024-03-18 10:41:06 +01:00
David LuzarandGitHub 068895db0e feat: expose more collaborator status icons (#7777) 2024-03-18 10:20:07 +01:00
dwelle b7babe554b feat: load old library if migration fails 2024-03-11 09:57:01 +01:00
dwelle 6a385d6663 feat: change LibraryPersistenceAdapter load() source -> priority
to clarify the semantics
2024-03-11 09:40:51 +01:00
David LuzarandGitHub 2382fad4f6 feat: store library to IndexedDB & support storage adapters (#7655) 2024-03-08 22:29:19 +01:00
David LuzarandGitHub 68b1fdb20e fix: add missing font metrics for Assistant (#7752) 2024-03-06 10:53:37 +01:00
David LuzarandGitHub a38e82f999 feat: close dropdown on escape (#7750) 2024-03-05 23:22:34 +01:00
David LuzarandGitHub a07f6e9e3a feat: show ai badge for discovery (#7749) 2024-03-05 23:22:25 +01:00
David LuzarandGitHub adc4c9f484 fix: prevent panning to trigger history on macos chrome (#7671) 2024-02-08 19:50:50 +01:00
David LuzarandGitHub 0513b647ec feat: change collab trigger & add share dialog (#7647) 2024-02-03 14:04:23 +00:00
David LuzarandGitHub a289c42830 feat: add loading state to FilledButton (#7650) 2024-02-03 14:53:31 +01:00
David LuzarandGitHub d67eaa8710 fix: file save timing out with big file sizes (#7649) 2024-02-03 11:53:35 +01:00
David LuzarandGitHub 4888d9d355 chore: change default port of collab server (#7641) 2024-02-01 14:41:38 +01:00
David LuzarandGitHub 89bd6181f2 fix: revert mapElementIds flag removal (#7594) 2024-01-22 17:23:00 +01:00
David LuzarandGitHub 0415c616b1 refactor: decoupling global Scene state part-1 (#7577) 2024-01-22 00:23:02 +01:00
David LuzarandGitHub 740a165452 fix: filter out elements not overlapping frame on paste (#7591) 2024-01-21 20:55:57 +01:00
David LuzarandGitHub 1e7df58b5b feat: add pasted elements to frame under cursor (#7590) 2024-01-21 14:01:43 +01:00
David LuzarandGitHub 46da032626 fix: exporting frame-overlapping elements belonging to other frames (#7584) 2024-01-19 14:41:22 +01:00
David LuzarandGitHub 0fa5f5de4c fix: translating frames containing grouped text containers (#7557) 2024-01-13 21:28:54 +01:00
David LuzarandGitHub 41cc746885 fix: host font assets from root (#7548) 2024-01-11 21:29:29 +01:00
David LuzarandGitHub 8ead8559e0 feat: redirect font requests to cdn (#7549) 2024-01-11 21:08:17 +01:00
David LuzarandGitHub 5245276409 feat: erase groups atomically (#7545) 2024-01-11 17:43:04 +01:00
David LuzarandGitHub 0c24a7042f feat: remove ExcalidrawEmbeddableElement.validated flag (#7539) 2024-01-11 17:42:51 +01:00
David LuzarandGitHub 872973f145 fix: do not modify elements while erasing (#7531) 2024-01-11 16:00:07 +01:00
David LuzarandGitHub 8b993d409e feat: render embeds lazily (#7519) 2024-01-04 19:03:04 +01:00
David LuzarandGitHub 1cb350b2aa feat: update X brand logo & tweak labels (#7518) 2024-01-04 14:57:31 +01:00
David LuzarandGitHub 43ccc875fb feat: support multi-embed pasting & x.com domain (#7516) 2024-01-04 13:27:52 +01:00
David LuzarandGitHub e6c3c06c2e feat: support pen erasing (#7496) 2024-01-01 13:27:03 +01:00
David LuzarandGitHub d19b51d4f8 fix: drawing-tablet stylus touch events being prevented (#7494) 2023-12-30 15:00:12 +01:00
David LuzarandGitHub c72e853c85 refactor: editor events sub/unsub refactor (#7483) 2023-12-30 11:12:38 +01:00
David LuzarandGitHub d91c98b82e fix: incorrect types in ActionNavigate (#7462) 2023-12-18 21:14:30 +01:00
David LuzarandGitHub 57ea4e61d1 fix: mixing clientId & socketId in UserList (#7461) 2023-12-18 18:21:57 +01:00
David LuzarandGitHub 0808532b49 fix: follow mode collaborator status indicator (#7459) 2023-12-18 16:14:25 +01:00
David LuzarandGitHub 6dfa89e846 fix: emitted visible scene bounds not accounting for offsets (#7450) 2023-12-16 17:32:54 +01:00
David LuzarandGitHub 561e919a2e fix: import Socket as type (#7446) 2023-12-16 11:15:04 +01:00
David LuzarandGitHub 20e3acf7a6 feat: bump socket.io-client & collab tweaks (#7444) 2023-12-16 00:23:59 +01:00
David LuzarandGitHub 2c0929e537 fix: follow-mode tweaks (#7443) 2023-12-15 15:16:25 +01:00
David LuzarandGitHub b9cfbc2077 feat: add support for more UML arrowheads (#7391) 2023-12-06 16:00:00 +01:00
David LuzarandGitHub 4bdeaf999b feat: TTD dialog UI tweaks (#7384) 2023-12-04 17:50:30 +01:00
David LuzarandGitHub dd220bcaea feat: TTD dialog tweaks (#7346)
* tweaks to TTD dialog ~ prepping for settings dialog

* tweaks to ttd parsing & error logging
2023-11-27 16:03:03 +01:00
David LuzarandGitHub fe75f29c15 fix: disable caching bounds for arrow labels (#7343) 2023-11-25 23:32:05 +01:00
David LuzarandGitHub dd8a7d41e2 fix: bounds cached prematurely resulting in incorrectly rendered labels (#7339) 2023-11-24 19:55:56 +01:00
David LuzarandGitHub fda5c6fdf7 fix: t2c settings dialog spacing for apps that use CSS resets (#7337) 2023-11-24 16:32:00 +01:00
David LuzarandGitHub 3d1631f375 feat: d2c tweaks (#7336) 2023-11-24 14:02:11 +01:00
David LuzarandGitHub c7ee46e7f8 feat: wireframe-to-code (#7334) 2023-11-23 23:07:53 +01:00
David LuzarandGitHub 1e37dbd60e feat: change frame resizing behavior (#7307) 2023-11-17 14:37:43 +01:00
David LuzarandGitHub f8d5c2a1b6 build: allow a range of major node versions (#7306) 2023-11-17 14:23:19 +01:00
9c425224c7 feat: support disabling image tool (#6320)
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2023-11-14 10:25:41 +01:00
David LuzarandGitHub 029c3c48ba fix: image insertion bugs (#7278) 2023-11-13 15:34:59 +01:00
David LuzarandGitHub ae5b9a4ffd fix: not cloning elements on export polluting Scene mapping (#7276) 2023-11-12 23:32:12 +01:00
David LuzarandGitHub 7b00089314 chore: bump @excalidraw/random-username (#7272) 2023-11-11 19:23:22 +01:00
6363492cee fix: perf issue when ungrouping elements within frame (#7265)
Co-authored-by: Ryan Di <ryan.weihao.di@gmail.com>
2023-11-10 16:13:08 +01:00
David LuzarandGitHub f66c93633c feat: make adaptive-roughness less aggressive (#7250) 2023-11-10 13:32:34 +01:00
David LuzarandGitHub 864c0b3ea8 feat: render frames on export (#7210) 2023-11-09 17:00:21 +01:00
David LuzarandGitHub 3c96943db3 test: fix mermaid test flake (#7249) 2023-11-07 18:06:15 +01:00
David LuzarandGitHub 9006caff39 fix: make modal use viewport breakpoints (#7246) 2023-11-07 10:10:12 +01:00
David LuzarandGitHub b1037b342d feat: make device breakpoints more specific (#7243) 2023-11-06 16:29:00 +01:00
David LuzarandGitHub a7db41c5ba fix: align input :hover/:focus with spec (#7225) 2023-11-02 16:06:26 +01:00
David LuzarandGitHub d8166d9e1d fix: dialog remounting on className updates (#7224) 2023-11-02 16:06:15 +01:00
David LuzarandGitHub 9b8de8a12e test: disable flaky test (#7213) 2023-10-31 12:05:08 +01:00
David LuzarandGitHub ea677d4581 feat: make clipboard more robust and reintroduce contextmenu actions (#7198) 2023-10-28 19:29:28 +00:00