Ryan Di
638c544bd1
lint
2026-04-24 17:13:37 +10:00
Ryan Di
79b5bab273
tests
2026-04-24 17:02:24 +10:00
Ryan Di
b2920f0baf
update docs
2026-04-24 16:32:46 +10:00
Ryan Di
4be8dd9879
refactor store to isolate synthetic tx commits and use markers instead
2026-04-24 16:15:32 +10:00
Ryan Di
801c936fd4
refactor(transaction): split module and tighten tx lifecycle
2026-04-24 14:35:25 +10:00
Ryan Di
d4836f9e25
improve typing for partial updates
2026-04-24 11:10:02 +10:00
Ryan Di
75192db663
tx markers/effective-delta + perf tune
2026-04-23 14:34:30 +10:00
Ryan Di
ef9afb0d37
chore(transaction): keep live-wins-per-prop + API clean up
2026-04-21 20:32:58 +10:00
Ryan Di
a5769f96cd
merge winner & scope
2026-04-20 17:23:14 +10:00
dwelle
2c6f513aed
push more tests & failing test case
2026-04-19 23:08:21 +02:00
Ryan Di and Claude Opus 4.6
bfd4af2367
refactor(transaction): consolidate ledger into single file, fix store API, and optimize snapshots
...
- Move TransactionLedger + types from @excalidraw/element into
packages/excalidraw/transaction.ts (no external consumers)
- Move commitSyntheticIncrement from App passthrough to Store directly,
fix didAppStateChange to use Delta.isRightDifferent instead of
presence-check, and replace isolated increments queue with direct
scheduleMicroAction + flushMicroActions
- Remove commitSyntheticHistoryEntry from App, expose store and
createTransaction on AppClassProperties instead
- Replace O(N) deep-copy snapshot in updateScene with shallow map copy
(element refs are safe — ledger ignores index, the only in-place
mutated prop, and deep-copies only recorded elements)
- Merge ledger + manager tests into single transaction.test.tsx
- Update dev-docs to reflect new file structure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-17 21:59:11 +10:00
Ryan Di
2177e1cfa0
test(transaction): add deferred flush and conflict-scope coverage
2026-04-15 14:20:00 +10:00
Ryan Di
5cd609cea7
test(transaction): add interleaved history isolation coverage
2026-04-14 16:43:00 +10:00
Ryan Di
226a6eef0a
feat(editor): add ledger-backed transaction manager with isolated history lane
2026-04-13 23:17:58 +10:00
1caec99b29
docs: change twitter label by X ( #11158 )
...
Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com >
2026-04-13 10:30:58 +02:00
Nand Gopal Sharma and GitHub
e18c1dd213
Fix typo in Discord badge URL parameter ( #11096 )
2026-04-02 10:37:02 +02:00
d9e8a33aa4
feat(editor): implement overlap box selection ( #11053 )
...
Co-authored-by: Mark Tolmacs <mark@lazycat.hu >
2026-04-01 18:41:11 +02:00
dagecko and GitHub
4be4cc0ed0
fix: pin 9 actions to commit SHA ( #11075 )
2026-03-30 16:49:27 +02:00
David Luzar and GitHub
4a5c9e990c
fix(editor): ensure font picker font names are not quoted ( #11036 )
2026-03-25 17:56:48 +01:00
c09e170bdd
feat(editor): deselect on esc ( #11035 )
...
Co-authored-by: Jawahar <jawahars_16@live.in >
Co-authored-by: Andrew Aquino <dawneraq@gmail.com >
2026-03-25 17:14:24 +01:00
David Luzar and GitHub
c1082923ee
feat(editor): support mermaid staate diagrams ( #11031 )
2026-03-24 20:20:28 +01:00
1c292e4936
fix(math): correctly validate second point in isLineSegment ( #11007 )
...
Co-authored-by: Mark Tolmacs <mark@lazycat.hu >
2026-03-24 19:01:08 +01:00
Márk Tolmács and GitHub
d6f0f34fe9
fix: Rotated rounded arrow center point ( #10962 )
2026-03-23 15:54:59 +01:00
75789f620d
fix: Other endpoint is not immediately updated on midpoint snap ( #10933 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2026-03-23 14:54:44 +00:00
David Luzar and GitHub
a9ca16eb42
chore(packages/excalidraw): export Fonts helper class ( #11008 )
2026-03-21 22:44:27 +01:00
Márk Tolmács and GitHub
987173b52f
fix: Arrow point index Out-of-Bounds ( #10922 )
...
* fix: Make OOB not fatal
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* fix: More conservative temp arrow state update
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* chore: Capture condition variables in binding restoration failure
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
---------
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
2026-03-21 19:26:47 +01:00
David Luzar and GitHub
81ab857a6f
feat(editor): various text related improvements ( #10979 )
2026-03-19 16:00:58 +01:00
David Luzar and GitHub
e8b4620a96
feat(editor): put caret at pointer coords when clicking on selected text element ( #10970 )
2026-03-18 19:14:44 +01:00
David Luzar and GitHub
2b0e4c9623
fix(editor): remove leftover debug code path ( #10954 )
2026-03-14 13:12:48 +01:00
David Luzar and GitHub
c9ba7f839c
chore(editor): bump @excalidraw/mermaid-to-excalidraw@2.1.1 ( #10944 )
2026-03-12 17:32:13 +01:00
David Luzar and GitHub
b4ce7c713b
fix(editor): arrowhead picker overflowing viewport ( #10943 )
2026-03-12 16:08:46 +01:00
David Luzar and GitHub
816c81c12e
feat(editor): ERD arrowheads and diagrams ( #10940 )
2026-03-11 22:00:31 +01:00
David Luzar and GitHub
92d25446d6
feat(packages/excalidraw): tweak and expose more API around state and lifecycle ( #10939 )
2026-03-11 16:51:03 +01:00
David Luzar and GitHub
e73a5b0116
docs(packages/excalidraw): improve readme ( #10932 )
2026-03-11 09:49:12 +01:00
David Luzar and GitHub
21dd1cfacc
feat(packages/excalidraw): state tracking, api hook, and others ( #10870 )
2026-03-08 23:15:18 +01:00
David Luzar and GitHub
fa1f7d9f22
feat(packages/excalidraw): export throttleRAF ( #10912 )
2026-03-07 12:05:33 +01:00
David Luzar and GitHub
3d8c12fba4
fix(editor): do not conditionally disable midpoint snapping menu preference ( #10906 )
2026-03-06 20:44:57 +01:00
757dfeb6ad
fix(editor): call throttleRAF with lastArgs and remove trailing ( #10905 )
...
Co-authored-by: Varun Chawla <varun_6april@hotmail.com >
Co-authored-by: aziamimoh <aziamimoh@users.noreply.github.com >
Co-authored-by: pgzcoa <pgzcoa@users.noreply.github.com >
Co-authored-by: TinaZhang24 <TinaZhang24@users.noreply.github.com >
2026-03-06 20:40:36 +01:00
David Luzar and GitHub
a0e93b6040
feat(editor): sync export theme with ui theme ( #10903 )
2026-03-06 18:37:28 +01:00
Hendrik Horstmann and GitHub
499e9d64a5
fix: dropdownMenu item badge position ( #10895 )
2026-03-06 08:41:49 +00:00
David Luzar and GitHub
c1dbbdf678
feat(editor): mermaid code editor & improve parsing ( #10897 )
2026-03-05 18:52:41 +01:00
David Luzar and GitHub
47c254216b
fix(editor): disable snap-to-midpoint menu item when arrow-binding disabled ( #10885 )
2026-03-04 16:48:33 +01:00
Hendrik Horstmann and GitHub
d1cff91b75
fix: spacing in the left menu ( #10880 )
2026-03-03 22:11:30 +00:00
437595fa65
feat: Arrow binding is a preference ( #10839 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2026-03-03 21:55:40 +00:00
David Luzar and GitHub
60b275880d
feat(editor): support radar chart and multiple series for other chart types ( #10824 )
2026-02-26 16:13:15 +01:00
zsviczian and GitHub
cae9d2bcbd
fix: "hand" tool active after exiting view mode if laser point was used ( #10841 )
2026-02-26 12:55:13 +01:00
David Luzar and GitHub
2874f9e48c
fix(editor): simplify and fix midpoint highlighting ( #10832 )
2026-02-24 21:11:46 +01:00
Márk Tolmács and GitHub
0b3a5e7cc4
fix: Multi-point arrow bound point update ( #10831 )
...
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
2026-02-24 13:32:44 +01:00
7ea3229e17
fix(editor): Hardened fixed point and bound element parsing in restore ( #10816 )
...
* fix: Reinforce fixedPoint restore
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* fix: Even more hardened boundElement in restore
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* fix: Extract constant
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* fix: Remove superfluous check from restore
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* chore: Remove non-needed code path
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* fix: More robust number test for fixedPoint parsing
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* fix: Validate bindings for element being parsed
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
* unrelated type safety
---------
Signed-off-by: Mark Tolmacs <mark@lazycat.hu >
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2026-02-23 19:22:27 +00:00
David Luzar and GitHub
b0404b10b6
chore(debug): add debug.logChanged() and make easy to import ( #10828 )
2026-02-23 20:20:37 +01:00