Commit Graph

77 Commits (273ba803d96322a7a2fff61d684ac8dc77fcb636)

Author SHA1 Message Date
David Luzar 0415c616b1
refactor: decoupling global Scene state part-1 ()
David Luzar 740a165452
fix: filter out elements not overlapping frame on paste ()
Barnabás Molnár b66daae1f3
fix: Truncate collaborator name in dropdown. ()
David Luzar 1e7df58b5b
feat: add pasted elements to frame under cursor ()
David Luzar 46da032626
fix: exporting frame-overlapping elements belonging to other frames ()
みけCAT 3b0593baa7
fix: Prevent the library label from being collapsed ()
David Luzar 5245276409
feat: erase groups atomically ()
David Luzar 0c24a7042f
feat: remove `ExcalidrawEmbeddableElement.validated` flag ()
Are 86cfeb714c
feat: add eraser tool trail ()
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
David Luzar 872973f145
fix: do not modify elements while erasing ()
Aakansha Doshi 65047cc2cb
fix: decouple react and react-dom imports from utils and make it treeshakeable ()
fix: decouple react and react-dom imports from utils and make it tree-shakeable
David Luzar 8b993d409e
feat: render embeds lazily ()
David Luzar 1cb350b2aa
feat: update X brand logo & tweak labels ()
David Luzar 43ccc875fb
feat: support multi-embed pasting & x.com domain ()
Aakansha Doshi a8064ba3ee
build: Welcome ESM and Bye Bye UMD ()
* build: Welcome ESM and Bye Bye UMD

* remove package

* create unbundled esm build

* update script for example

* fix typo

* dummy commit

* update autorelease script to build esm

* revert dummy commit

* move react, react-dom and testing library to dev dependencies

* remove entry.js, publicPath and yarn install:deps script

* fix

* upgrade esbuild to fix glob import error for locales

* remove webpack chunk names as thats not needed anymore

* marking the code sideeffects free

* make the library tree-shakeable and move fonts to fonts directory

* allow side effects for css, scss files

* remove tree-shaking

* comment code for tree shaking

* move to vite for example

* bye bye webpack

* ignore ts

* separate build and output dir

* use esbuild for creating bundle for example

* update output dir

* lint

* create browser dev build with source maps and prod with minification

* add dev and prod builds for bundler

* lint

* update script

* remove await

* load prod build

* create minified build in dist

* prod and dev builds using export field

* remove import.meta

* dummy

* define import.meta prod and dev

* fix

* export types

* add types field

* typo

* lint

* Update scripts/buildPackage.js

* move types inside export

* newline
David Luzar e6c3c06c2e
feat: support pen erasing ()
David Luzar d19b51d4f8
fix: drawing-tablet stylus touch events being prevented ()
David Luzar c72e853c85
refactor: editor events sub/unsub refactor ()
David Luzar d91c98b82e
fix: incorrect types in `ActionNavigate` ()
David Luzar 57ea4e61d1
fix: mixing clientId & socketId in UserList ()
David Luzar 0808532b49
fix: follow mode collaborator status indicator ()
Lynda Lin 2a0fe2584e
fix: empty snapLines arrays would cause re-render ()
Co-authored-by: Lynda Lin <lynda.lin@optoma.com>
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Adithyan 7bd6496854
refactor: Fix Typo ()
David Luzar 20e3acf7a6
feat: bump `socket.io-client` & collab tweaks ()
Barnabás Molnár aad8ab0123
feat: follow mode ()
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Aakansha Doshi 88a2b286c7
feat: move utils to utils package and make @excalidraw/utils a workspace ()
* feat: move utils to utils package and make @excalidraw/utils a workspace

* remove esm and update types path

* remove esm script

* fix package.json and yarn.lock

* update path

* fix

* fix lint and test
Aakansha Doshi d6cd8b78f1
build: decouple package deps and introduce yarn workspaces ()
* feat: decouple package deps and introduce yarn workspaces

* update root directory

* fix

* fix scripts

* fix lint

* update path in scripts

* remove yarn.lock files from packages

* ignore workspace

* dummy

* dummy

* remove comment check

* revert workflow changes

* ignore ws when installing gh actions

* remove log

* update path

* fix

* fix typo