Skip to content

Commit cfeef53

Browse files
committed
feat(editor): integrate excalidraw with server file upload/update
- Update @haklex/* packages to 0.0.54 - Add ExcalidrawConfigProvider with saveSnapshot and apiUrl - Implement saveExcalidrawSnapshot with update-in-place support - Add filesApi.update for PUT /files/:type/:name - Fix RichDiffBridge: TldrawNode → ExcalidrawNode - Alias excalidraw to production build for Vite compatibility
1 parent 613cce4 commit cfeef53

6 files changed

Lines changed: 605 additions & 3004 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@codemirror/view": "6.39.11",
4242
"@ddietr/codemirror-themes": "1.5.2",
4343
"@emoji-mart/data": "1.2.1",
44-
"@haklex/rich-diff": "0.0.47",
45-
"@haklex/rich-editor": "0.0.47",
46-
"@haklex/rich-editor-ui": "0.0.47",
47-
"@haklex/rich-kit-shiro": "0.0.47",
48-
"@haklex/rich-style-token": "0.0.47",
44+
"@haklex/rich-diff": "0.0.54",
45+
"@haklex/rich-editor": "0.0.54",
46+
"@haklex/rich-editor-ui": "0.0.54",
47+
"@haklex/rich-kit-shiro": "0.0.54",
48+
"@haklex/rich-style-token": "0.0.54",
4949
"@lexical/markdown": "0.41.0",
5050
"@lexical/react": "0.41.0",
5151
"@lezer/highlight": "1.2.3",

0 commit comments

Comments
 (0)