Commit graph

357 commits

Author SHA1 Message Date
Ryan Di
1c4b3cc0b1 remove hint 2025-04-22 09:07:40 +10:00
Ryan Di
6c2f3afa4e add shape switch to command palette 2025-04-22 08:19:43 +10:00
Ryan Di
8e9e0e2709 limit which linear elements can be switched 2025-04-16 18:04:16 +10:00
Ryan Di
beb0bd1528 only tab to switch if focusing on app container 2025-04-02 20:15:04 +11:00
Ryan Di
f35c4c2b46 merge with latest 2025-04-02 19:04:51 +11:00
Ryan Di
494a0e8266 remove redundant code 2025-04-02 18:52:31 +11:00
Ryan Di
a99ca82389 redraw to correctly position text 2025-04-02 18:48:06 +11:00
Ryan Di
cc224b156d adjust panel bg & shadow 2025-04-02 17:18:54 +11:00
Ryan Di
3272841b23 provide an optional direction when shape switching 2025-04-02 17:05:01 +11:00
David Luzar
7c58477382
feat: tweak properties panel styling (#9322)
All checks were successful
Tests / test (push) Successful in 4m43s
2025-03-30 19:20:13 +02:00
David Luzar
83fac6d0db
feat: tweak stats panel input styles (#9321) 2025-03-30 19:00:31 +02:00
David Luzar
d797c2e210
fix: strip legacy attrs on element restore (#9318) 2025-03-29 19:31:16 +01:00
Marcel Mraz
0cd5a259ae
fix: incorrect type imports (#9308)
All checks were successful
Tests / test (push) Successful in 4m39s
2025-03-27 12:00:12 +01:00
Marcel Mraz
432a46ef9e
refactor: separate elements logic into a standalone package (#9285)
Some checks failed
Auto release excalidraw next / Auto-release-excalidraw-next (push) Failing after 2m36s
Build Docker image / build-docker (push) Failing after 6s
Cancel previous runs / cancel (push) Failing after 1s
Publish Docker / publish-docker (push) Failing after 31s
New Sentry production release / sentry (push) Failing after 2m3s
2025-03-26 15:24:59 +01:00
Márk Tolmács
a18f059188
fix: Reduce allocations in collision detection (#9299)
Reduce allocations
2025-03-26 15:10:43 +01:00
Ryan Di
66812e5ab3 prefer generic when mixed 2025-03-26 10:52:28 +11:00
KODIFY
ab89d4c16f
feat: add keyboard shortcut to save file in text (#9295)
Co-authored-by: Aviral Sharma <aviralsharma954@gmail.com>
2025-03-25 22:18:55 +01:00
Mursaleen Nisar
e1bb59fb8f
chore: Use isDevEnv() and isTestEnv() (#9264)
All checks were successful
Tests / test (push) Successful in 4m50s
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
Co-authored-by: Mark Tolmacs <mark@lazycat.hu>
2025-03-24 19:44:00 +01:00
Ryan Di
31d2c0b7e9 do not switch from active tool change 2025-03-24 23:43:30 +11:00
Ryan Di
64bd73762e Merge branch 'master' into ryan-di/shape-switch 2025-03-24 21:52:28 +11:00
Ryan Di
db250eb974 fix font size atom 2025-03-24 21:52:00 +11:00
Ryan Di
8af03454cb use tab only 2025-03-24 12:09:42 +11:00
Ryan Di
aa9139ad78 switch different types altogether 2025-03-24 12:07:57 +11:00
Ryan Di
41a4dadaaf switch multi 2025-03-24 11:45:02 +11:00
Márk Tolmács
77aca48c84
fix: Refactor and merge duplication and binding (#9246)
All checks were successful
Tests / test (push) Successful in 4m52s
2025-03-23 18:39:33 +01:00
WalterMitty
58990b41ae
fix: 'Rotate' spell error (#9288)
All checks were successful
Tests / test (push) Successful in 4m51s
2025-03-22 09:06:23 +00:00
Ryan Di
230a339c7b keep original font size 2025-03-21 16:28:24 +11:00
Ryan Di
90fc57321b combine captures into one 2025-03-21 14:35:16 +11:00
Ryan Di
ea4f653c44 refactor 2025-03-21 14:12:44 +11:00
Ryan Di
2a826f8162 fix panel state 2025-03-21 12:58:34 +11:00
Ryan Di
d0274ad5d3 only show hint when a new node is created 2025-03-19 20:00:19 +11:00
David Luzar
99d8bff175
fix: elements offset incorrectly when action-duplicated during drag (#9275)
All checks were successful
Tests / test (push) Successful in 4m47s
* fix: elements offset incorrectly when action-duplicated during drag

* prevent duplicate action during drag altogether
2025-03-15 20:05:42 +01:00
Márk Tolmács
30983d801a
fix: Arrow conversion regression (#9241)
All checks were successful
Tests / test (push) Successful in 4m43s
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2025-03-15 12:31:25 +01:00
Ryan Di
56a0b33101 style tweaks 2025-03-14 21:49:36 +11:00
Ryan Di
6c126d3c21 add tab for testing 2025-03-14 20:58:45 +11:00
Ryan Di
9e1e134edf merge with master 2025-03-14 20:13:22 +11:00
Ryan Di
407d8ababb feat: switch between basic shapes 2025-03-14 19:54:18 +11:00
Marcel Mraz
21ffaf4d76
refactor: auto ordered imports (#9163)
All checks were successful
Tests / test (push) Successful in 4m38s
2025-03-12 15:23:31 +01:00
Marcel Mraz
82b9a6b464
docs: CHANGELOG typos 🙏 (#9250)
All checks were successful
Tests / test (push) Successful in 5m28s
2025-03-11 23:18:15 +01:00
Marcel Mraz
817d8c553c
docs: update CHANGELOG (#9243) 2025-03-11 13:44:10 +01:00
Marcel Mraz
69bc5bdaab
chore: post publish docs & examples changes (#9217) 2025-03-11 13:02:59 +01:00
Márk Tolmács
d587b8a3de
fix: Do not rebind undragged elbow arrow endpoint (#9191) 2025-03-10 16:25:33 +01:00
Márk Tolmács
4ec812bc18
fix: Bound elbow arrow on duplication does not route correctly (#9236) 2025-03-08 12:39:54 +01:00
Márk Tolmács
a9e2d2348b
chore: Logging and fixing extremely large scenes (#9225) 2025-03-05 23:06:01 +01:00
David Luzar
70c3e921bb
fix: package env vars (#9221) 2025-03-04 21:45:48 +01:00
Ritobroto Kalita
c5d3bb0b6a
fix: #8475 Arrow updated on both sides (#8593) 2025-03-04 17:24:39 +01:00
David Luzar
d1112bbf4f
fix: docked sidebar width (#9213) 2025-03-02 18:24:20 +01:00
Márk Tolmács
2523624f15
fix: React 18 element.ref was accessed error (#9208)
Bump @radix-ui/react-popover to fix element.ref React 19 error

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
2025-03-02 14:24:50 +01:00
David Luzar
68578556ff
fix: cleanup legacy element.rawText (obsidian) (#9203) 2025-03-01 11:03:02 +01:00
Marcel Mraz
ecef5d12f4
chore: release @excalidraw/excalidraw@18.0.0 🎉 (#9127) 2025-02-28 16:49:09 +01:00