86605829c6
demo: a temp freehand solution to replace laser
2025-07-21 21:25:02 +10:00
c398af6c92
DISABLE DEBUG
2025-07-15 15:37:18 +02:00
973f2a464d
tweak icons
2025-07-15 13:09:37 +02:00
02cef5ea92
Merge branch 'master' into ryan-di/freedraw-width
...
# Conflicts:
# packages/excalidraw/package.json
2025-07-15 13:06:50 +02:00
678dff25ed
fix: ellipsify MainMenu and CommandPalette items ( #9743 )
...
* fix: ellipsify MainMenu and CommandPalette items
* fix lint
2025-07-15 12:59:55 +02:00
0cfa53b764
fix: aligning and distributing elements and nested groups while editing a group ( #9721 )
2025-07-15 12:43:42 +02:00
d615c2cea1
rename drawingConfigs
to freedrawOptions
2025-07-14 13:15:31 +02:00
cde46793f8
feat: support timestamps for youtube video emebds ( #9737 )
2025-07-13 19:19:10 +02:00
446f871536
Revert "differentiate between constant/variable stroke type"
...
This reverts commit 0199c82e98
.
2025-07-08 23:44:54 +02:00
34bff557e3
tweak icons
2025-07-08 23:42:42 +02:00
a0e54e3768
tweak fixed freedraw stroke width
2025-07-08 23:42:35 +02:00
d6ec1dc7e6
support extraBold
for all element types
2025-07-08 23:42:08 +02:00
2d127f8c22
docs: fix broken update scene button example in docs ( #9726 )
...
fix: update scene example in docs
2025-07-08 19:29:44 +05:30
4eadb891f8
fix(toast): prevent toast from re-rendering and resetting timeout Fixes #9714 ( #9715 )
...
* Update App.tsx
* fix: lint
---------
Co-authored-by: Ryan Di <ryan.weihao.di@gmail.com >
2025-07-03 17:07:26 +10:00
258605d1d5
chore: release multiple packages ( #9698 )
2025-06-30 12:19:15 +02:00
62e20aa247
improve debug
2025-06-27 15:43:13 +02:00
0199c82e98
differentiate between constant/variable stroke type
2025-06-27 14:18:48 +02:00
3c07ff358a
differentiate freedraw config based on input type
2025-06-27 14:07:12 +02:00
d9c85ff18f
bump extraBold width to 8
2025-06-27 13:56:47 +02:00
6d84fa21c5
chore: bump @excalidraw/laser-pointer@1.3.2
2025-06-27 13:39:47 +02:00
5666fd8199
update snap
2025-06-27 20:51:50 +10:00
abdacf8239
code cleanup
2025-06-27 20:36:37 +10:00
1068153b25
merge
2025-06-27 20:26:27 +10:00
09876aba6d
change to fixedStrokeWidth
2025-06-27 20:19:32 +10:00
8ceb55dd02
Revert "remove debug and provide value for stylus"
...
This reverts commit c72c47f0cd
.
# Conflicts:
# packages/element/src/freedraw.ts
# packages/excalidraw/tests/__snapshots__/history.test.tsx.snap
# packages/excalidraw/tests/__snapshots__/regressionTests.test.tsx.snap
2025-06-26 22:21:47 +02:00
c141500400
chore: Relocate visualdebug so ESLint doesn't complain ( #9668 )
2025-06-18 14:45:51 +02:00
b1f3cc50ee
tweak stroke widths
2025-06-16 22:16:28 +10:00
8e27de2cdc
fix: Frame dimensions change by stats don't include new elements ( #9568 )
2025-06-16 14:07:03 +02:00
0a19c93509
fix: Bindings at partially overlapping binding areas ( #9536 )
2025-06-16 12:30:59 +02:00
958597dfaa
chore: Refactor doBoundsIntersect ( #9657 )
2025-06-16 12:30:42 +02:00
c72c47f0cd
remove debug and provide value for stylus
2025-06-16 17:19:55 +10:00
058918f8e5
feat: capture images after they initialize ( #9643 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-06-15 23:43:14 +02:00
3f194918e6
feat: add mulitplatform Docker image support ( #9594 )
2025-06-15 20:11:37 +02:00
93c92d13e9
feat: wrap texts from stats panel ( #9552 )
2025-06-14 13:05:24 +02:00
84e96e9393
fix: move doBoundsIntersect from element/src/bounds.ts to common/math/src/utils.ts ( #9650 )
...
move doBoundsIntersect to math/utils
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-06-14 11:01:30 +00:00
320af405e9
fix: move elementCenterPoint from common/src/utils.ts to element/src/bounds.ts ( #9647 )
...
move elementCenterPoint from utils to bounds.ts
2025-06-14 12:49:22 +02:00
60512f13d5
Fix broken history when eleemnt in update scene are optional
2025-06-14 12:29:58 +02:00
37b75263f8
put streamline & simplify into ele obj too
2025-06-13 18:12:56 +10:00
f0458cc216
fix: Mid-point for rounded linears are not precisely centered ( #9544 )
2025-06-12 21:08:37 +02:00
9f3fdf5505
fix: Test hook usage in production code ( #9645 )
2025-06-12 10:39:50 +02:00
f42e1ab64e
perf: Improve elbow arrow indirect binding logic ( #9624 )
2025-06-11 19:15:48 +02:00
18808481fd
fix: set cursor to auto when not hovering a point on linear element ( #9642 )
...
* fix: set cursor to auto when not hovering a point on linear element #9628
* Simplify hover test for cursor
* Add back comment
* Fix test for hit testing
---------
Co-authored-by: Mark Tolmacs <mark@lazycat.hu >
2025-06-11 16:52:02 +02:00
c08840358b
fix: funky shape corners for freedraw
2025-06-11 18:05:46 +10:00
a7b64f02b3
fix: remove image preview on image insertion ( #9626 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-06-10 21:31:11 +02:00
0d4abd1ddc
fix: add history capture for paste and drop of images and embeds ( #9605 )
2025-06-10 14:28:16 +02:00
9e77373c81
fix: add generic font family fallbacks before Segoe UI Emoji to fix glyph rendering on windows ( #9425 )
2025-06-10 13:43:39 +02:00
e99baaa6bb
fix simulate pressure
2025-06-09 21:08:57 +10:00
d108053351
feat: various delta improvements ( #9571 )
2025-06-09 09:55:35 +02:00
a8857f2849
debug sliders
2025-06-09 17:53:14 +10:00
d4e85a9480
feat: use enter
to edit line points & update hints ( #9630 )
...
feat: use enter to edit line points & update hints
2025-06-07 18:05:20 +02:00