You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: upgrade @excalidraw/excalidraw 0.17.6 → 0.18.0 with compatibility fixes (#146)
- Bump @excalidraw/excalidraw to ^0.18.0 (ESM-only bundle)
- Add explicit CSS import for ESM bundle (main.tsx)
- Update asset copy script for new dist/prod/fonts layout
- Add es2022 target for optimizeDeps esbuild
- Inline @excalidraw/excalidraw in vitest to fix roughjs ESM resolution
- Update .gitignore to add fonts/ directory
- Replace commitToHistory with captureUpdate (NEVER/IMMEDIATELY constants)
- Use local CAPTURE_UPDATE_NEVER constant in shared.ts to avoid
importing full excalidraw UI bundle in jsdom test environment
Change-Id: I75ccfa0544a5460ad7ab5c4d92d9a054006b7507
0 commit comments