Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

excalidraw

Sketch hand-drawn like diagrams
Collective - Host: opensource - https://opencollective.com/excalidraw - Code: https://github.com/excalidraw/excalidraw

use deletedIds map to sync deletions (#936)

* use deletedIds map for sync deletions

* refactor how we create data for syncing

* fix co...

github.com/excalidraw/excalidraw - b9c75b5bc4ca2fc02e3b4f42c85615a12021ce58 authored almost 5 years ago
Assign a colors to each pointers (#944)

I'm using the client id as a random number to index on the color array. So far it's been working...

github.com/excalidraw/excalidraw - ead6a083d4082cfb58259d6852613ac429a7ffba authored almost 5 years ago
Better looking pointer (#943)

Instead of a crude circle, this makes it look more like a pointer. I manually tweaked the number...

github.com/excalidraw/excalidraw - a6244e76029ed24d8f07b6a2d18c6a8ce0202abc authored almost 5 years ago
Make dialogs look better on mobile (#908)

* Standardize mobile media query

* Refactor & add mobile support to dialogs

* back & close...

github.com/excalidraw/excalidraw - 668f8ec4a6c875e36f2b46934e5bba35da05fc85 authored almost 5 years ago
fix calculating text width for indented text (#930)

github.com/excalidraw/excalidraw - c85315650fb5d936fcae016503b07e78295728d0 authored almost 5 years ago
remove object.fromEntries (#933)

github.com/excalidraw/excalidraw - 450a024f5c1c3a6d12713c1e31310ce6e187ce5c authored almost 5 years ago
Merge pull request #928 from excalidraw/fix_multiplayer_concurrency

Fix multiplayer concurrency

github.com/excalidraw/excalidraw - f393486eed8ab105264c12f27179e10ffbfbc509 authored almost 5 years ago
Merge remote-tracking branch 'origin/master' into fix_multiplayer_concurrency

github.com/excalidraw/excalidraw - 642e47bd032556e888d00fc09c48043097611147 authored almost 5 years ago
don't sync editing elements & prefer local versions

github.com/excalidraw/excalidraw - c04fe403fccbd37472ad0fc2f19f1905f2dcfc3b authored almost 5 years ago
Merge pull request #915 from excalidraw/fix_remote_pointers

remove remote pointers on client disconnect

github.com/excalidraw/excalidraw - 37284c9174bdf257518ed7fc6be2897ecf0dd52c authored almost 5 years ago
remove unused selectedId

github.com/excalidraw/excalidraw - f1ac8cac32cd77b5f6d57c50a374783753daa971 authored almost 5 years ago
cancel text via doubleclick when in multiElement mode (#926)

github.com/excalidraw/excalidraw - 95e726bd6fefb4d6d4fb22f81a066867073e5d09 authored almost 5 years ago
Text esc fixes (#925)

* fix incorrectly resetting state on esc

* confirm text on esc

github.com/excalidraw/excalidraw - f0e6f4dbb86d5d6bf1fe53731ad089eabf68ade9 authored almost 5 years ago
fix zero-coalescing roughness (#924)

github.com/excalidraw/excalidraw - 3a5ca276006a1bfb2f0e3c420726ac11d9ff7b8e authored almost 5 years ago
consolidate & align collaboration socket eventing with server

github.com/excalidraw/excalidraw - 5706dd7ae2ab6d392a5bb92c93663a69eb954ca1 authored almost 5 years ago
remove remote pointers on client disconnect

github.com/excalidraw/excalidraw - 96320478e6a73efdffe363487fc3d95e00364ba1 authored almost 5 years ago
Collab ui tweaks (#913)

* decrease gap between menu icons

* reduce margin of copy button

* add collaboratorsCount ...

github.com/excalidraw/excalidraw - 2db2f3f5e41651df1b11736037bcbbd4bd3df500 authored almost 5 years ago
Room dialog (#905)

* support ToolIcon className and fix label padding

* factor some ExportDialog classes out to ...

github.com/excalidraw/excalidraw - b82b0754acdd40e2c539483fdc8e0ebe5a900381 authored almost 5 years ago
New Crowdin translations (#893)

github.com/excalidraw/excalidraw - aa9a6b0909759b7ab71465b42637c86a3355b78d authored almost 5 years ago
remove closures from mutateElement, get rid of the element spreading (#902)

github.com/excalidraw/excalidraw - 83a2f5de28dfaad67fe6f8c14528cd91dbe74be4 authored almost 5 years ago
filter out selection elements on restore (#901)

* filter out selection elements on restore

* add comment

github.com/excalidraw/excalidraw - 13b838117ca8a24a39e211e8bbbb6a314cae7e90 authored almost 5 years ago
Merge pull request #898 from idlewinn/master

enable version bumping for collaboration

github.com/excalidraw/excalidraw - c95dcf26823ba9b378fe86cb6b9ae667e5ed0987 authored almost 5 years ago
enable version bumping for collaboration

github.com/excalidraw/excalidraw - 1419f17175604c2266d1881e326d665f47755e23 authored almost 5 years ago
Fill the resize handles with white so they are visible on dark b… (#894)

* Fill the resize handles with white so they are visible on dark backgrounds

* revert package...

github.com/excalidraw/excalidraw - 30903fbe047559e2050efb2be6386b95ab6bfa88 authored almost 5 years ago
don't set pointer on pointerMove if not already present (#889)

github.com/excalidraw/excalidraw - 5dadbcdcd54e4b658512c85d205cccf7e1e9128f authored almost 5 years ago
make error message more user-friendly (#812)

* make error message more user-friendly

* tweak aria

* override user-select for error spla...

github.com/excalidraw/excalidraw - 3bf3d96d9f0e9e59d19939d0b5ff9159249b3c1c authored almost 5 years ago
Add a doc with all the current shortcuts (#785)

github.com/excalidraw/excalidraw - 56a2f8f15ffeb92b0d276053c656f263cf5988ea authored almost 5 years ago
New Crowdin translations (#888)

github.com/excalidraw/excalidraw - c261f089fc20b48083acdf0679e349082cd1e13b authored almost 5 years ago
basic Socket.io implementation of collaborative editing (#879)

* Enable collaborative syncing for elements

* Don't fall back to local storage if using a roo...

github.com/excalidraw/excalidraw - 0e5c29b3f31de90344117479954ee19327d31426 authored almost 5 years ago
fix pinch zoom (#885)

github.com/excalidraw/excalidraw - 463854e42ac7230e9ae356b72b2da1a76502a552 authored almost 5 years ago
Update send/bring shortcuts and show them properly per operating… (#784)

* Show proper shortcuts

* sort

* Add shortcuts to bring/send

* fix hotkeys matching gre...

github.com/excalidraw/excalidraw - 9de37163247a7c7731ac292bbdb0dfb792795caa authored almost 5 years ago
Remove www from open graph images (#884)

* Remove www from open graph images

* Lint

github.com/excalidraw/excalidraw - f9edb1b4ac58e0a37bbe7d4b6ccf196ea4c9b0d0 authored almost 5 years ago
Bump @testing-library/react from 9.4.1 to 9.5.0 (#883)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9....

github.com/excalidraw/excalidraw - d3771b7e0bdf70717d1c41bcf3c97ee21ba6a403 authored almost 5 years ago
Bump @types/jest from 25.1.3 to 25.1.4 (#882)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) fro...

github.com/excalidraw/excalidraw - 165a2a17d89fd0fe7d127b1c4eec8b29c04f4291 authored almost 5 years ago
Fix a bug introduced by #880 (#881)

github.com/excalidraw/excalidraw - 05ebf3434b77272797983a3ac530098a927223aa authored almost 5 years ago
Fix perf regression (#880)

github.com/excalidraw/excalidraw - 86f9f32a59528101e703698e89f83a6166c8166e authored almost 5 years ago
fix: update og images (#878)

* fix: change og images to absolute urls

Co-authored-by: Justin E. Samuels <js1599.msu@gmail....

github.com/excalidraw/excalidraw - 30434e3e6c2459b24b806469004b950edb2a5212 authored almost 5 years ago
Make gesture.pointers a Map instead of an array of pointers (#877)

github.com/excalidraw/excalidraw - 8d8f9f23bda650f9e377a291ed5d5cbbaa8dfe2c authored almost 5 years ago
Pull onPointerDown, onDoubleClick, onPointerMove into instance methods (#876)

* Pull onPointerDown, onDoubleClick, onPointerMove into instance methods

* Use bound instance...

github.com/excalidraw/excalidraw - 92ba401da85fe2d48e52a0b5fb39851925977db6 authored almost 5 years ago
Reset selectedElementIds when deleting selected elements (#875)

github.com/excalidraw/excalidraw - c89584832d1aedc8316789c29107dad20b5eb9f1 authored almost 5 years ago
Refactor ExcalidrawElement (#874)

* Get rid of isSelected, canvas, canvasZoom, canvasOffsetX and canvasOffsetY on ExcalidrawElemen...

github.com/excalidraw/excalidraw - ccbbdb75a6fdf057d913a97caa9692923761c8ca authored almost 5 years ago
How could I have gotten this so wrong? (#873)

github.com/excalidraw/excalidraw - 8ecb4201db2d152167c7c136cb0665db4129644d authored almost 5 years ago
Refactor (#862)

* Initial factoring out of parts of the LayerUI component

2360 → 2224 LOC

* Create a Secti...

github.com/excalidraw/excalidraw - c6a0cfc2b164c6e3d723d0ced856ca6062b6b983 authored almost 5 years ago
New Crowdin Translations (#845)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Simplifie...

github.com/excalidraw/excalidraw - 1a6431a04a8e60e995626267771cb47f81bf3713 authored almost 5 years ago
Update README.md (#870)

* Update README.md

* Update README.md

* Update README.md

github.com/excalidraw/excalidraw - 8d1c897962f2094eb3d872013321560de5a9a789 authored almost 5 years ago
Bump react-dom from 16.12.0 to 16.13.0 (#863)

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.12.0 t...

github.com/excalidraw/excalidraw - 65fe3ba592ebb30ed40218143eb92a17d71af459 authored almost 5 years ago
Bump @types/react from 16.9.22 to 16.9.23 (#864)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) f...

github.com/excalidraw/excalidraw - 7463de8964d19ec70b1e36408e3801a133183197 authored almost 5 years ago
Bump typescript from 3.8.2 to 3.8.3 (#865)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.2 to 3.8.3.
- [Release not...

github.com/excalidraw/excalidraw - 95a80a1217829c504c81b5af1c2122c6a4a0b506 authored almost 5 years ago
Bump react from 16.12.0 to 16.13.0 (#866)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.12.0 to 16.13....

github.com/excalidraw/excalidraw - dee7f5db9291c1d7b34f4a95890577d085117997 authored almost 5 years ago
Bump lint-staged from 10.0.7 to 10.0.8 (#867)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.0.7 to 10.0.8.
- [Release no...

github.com/excalidraw/excalidraw - cd1117150a43c5a4bb0412047880923a7eb7fed3 authored almost 5 years ago
Improve scrollbar-mouse interaction (#667)

* fix scrollbar detection on high devicePixelRatio devices

* don't create a new element on po...

github.com/excalidraw/excalidraw - e920c078b9317601160b89fdd61ec1f6df4f7356 authored almost 5 years ago
Undo/Redo buttons, refactor menu toggles (#793)

* Make Undo & Redo and the menu buttons into actions; add undo/redo buttons

* Create variable...

github.com/excalidraw/excalidraw - 8e0206cc1e8764c34453bed53af0a23296443eec authored almost 5 years ago
Change the extension to .excalidraw (#858)

* Change the extension to .excalidra

* Support opening as well

* support .excalidraw exten...

github.com/excalidraw/excalidraw - 0ee33fe341c011a5ae073863d1ca85ea4cabb637 authored almost 5 years ago
Rename the packaged asar file (#857)

github.com/excalidraw/excalidraw - 5fff1f2d3e2e3b58b0ff304a035c2197dcf01844 authored almost 5 years ago
Update README.md

github.com/excalidraw/excalidraw - b22ceb2dcfa538a318aaf79b31c84c9367ecff22 authored almost 5 years ago
Use relative path for static files (#855)

github.com/excalidraw/excalidraw - 562b388326ba7089a75ad6d0cd88383dbf0f419b authored almost 5 years ago
Refactor: e -> event or error, err -> error, p -> pointer (#831)

* Refactor: e -> event or error, err -> error, p -> pointer

* simplify

github.com/excalidraw/excalidraw - 097c5dfad77ac0f70015dfa12b1ce6dc6a2f4090 authored almost 5 years ago
Add version to build and the archived asar app (#854)

github.com/excalidraw/excalidraw - d2827aa40b692960adc82842951283ca1dd07de6 authored almost 5 years ago
Revert "Use direct URL for the backend (#846)" (#852)

This reverts commit 602f32b7430b7e3870934954da8549f33a31cd86.

github.com/excalidraw/excalidraw - 759df141437da9a68eeb0ce22a14cb9d88309c1b authored almost 5 years ago
Switch Netlify to ZEIT Now (#849)

github.com/excalidraw/excalidraw - 470da3be869628b811ebed86b7f5c2bb60cd0976 authored almost 5 years ago
Add Manifest File (#842)

* manifest

* splashscreen

github.com/excalidraw/excalidraw - 9953cc03b3a659a8e8f2d06728d0b499e3e5646e authored almost 5 years ago
Use direct URL for the backend (#846)

github.com/excalidraw/excalidraw - 602f32b7430b7e3870934954da8549f33a31cd86 authored almost 5 years ago
ensure restored elements are normalized before filter (#844)

github.com/excalidraw/excalidraw - 7e0e885417e3cee4889d0d0e26b38ae67214c4b5 authored almost 5 years ago
New translations en.json (French) (#841)

github.com/excalidraw/excalidraw - a8a5733e50ff59e245eb1d9b4f7b3e4678eea87a authored almost 5 years ago
New translations en.json (Portuguese) (#840)

github.com/excalidraw/excalidraw - 718713672a2bb50e1a107f6f6a5c95d4ac1f0e7e authored almost 5 years ago
New Crowdin translations (#838)

github.com/excalidraw/excalidraw - 26ce7fc563bf57b19ebcd54d80ecce67d5941f2e authored almost 5 years ago
fix svg export (#837)

github.com/excalidraw/excalidraw - 8198d71af8fba0ceb9b89166284c5a1977170541 authored almost 5 years ago
fix exporting lines as svg (#836)

github.com/excalidraw/excalidraw - 4977593ec4f25b6d39d8f36fe76aa4386eeaffdd authored almost 5 years ago
New Crowdin translations (#829)

github.com/excalidraw/excalidraw - 19e746792ef9bd30bc01afd7c30e43fe909f8f8e authored almost 5 years ago
use a const for default font value (#834)

github.com/excalidraw/excalidraw - 1355e0201c008b2948365d7c7ec825a9e7fdc82a authored almost 5 years ago
Fix pasting styles on text elements (#833)

github.com/excalidraw/excalidraw - 2131befd7a3b83086ea692527440b86f5fda53c7 authored almost 5 years ago
fix style pasting (#832)

* fix style pasting

* Update src/actions/actionStyles.ts

github.com/excalidraw/excalidraw - 2ad0716f3d0894e4ac1a115de3c81629e0d31324 authored almost 5 years ago
Bump @testing-library/react from 9.4.0 to 9.4.1 (#824)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9....

github.com/excalidraw/excalidraw - fbab93baff43f52c3bc650e4930ba4f5f87a1797 authored almost 5 years ago
Bump i18next-browser-languagedetector from 4.0.1 to 4.0.2 (#825)

Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDete...

github.com/excalidraw/excalidraw - 00c76c612b13c7ef617454c58f4f592984bcc142 authored almost 5 years ago
Bump @types/react from 16.9.19 to 16.9.22 (#823)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) f...

github.com/excalidraw/excalidraw - 84419b2efc06bfa0c703193e86cb31d8df87e1f7 authored almost 5 years ago
Bump typescript from 3.7.5 to 3.8.2 (#826)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 3.8.2.
- [Release not...

github.com/excalidraw/excalidraw - 558e547d9344ec7c216ec6de570bcd0f88cc95b1 authored almost 5 years ago
Bump @types/jest from 25.1.2 to 25.1.3 (#827)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) fro...

github.com/excalidraw/excalidraw - 516a0354a17df9c7a28687b09063b7048ab1e3db authored almost 5 years ago
Bump browser-nativefs from 0.2.2 to 0.3.1 (#828)

Bumps [browser-nativefs](https://github.com/GoogleChromeLabs/browser-nativefs) from 0.2.2 to 0.3...

github.com/excalidraw/excalidraw - f428c6bf5f309eaa1af4269f56e103ba4733c178 authored almost 5 years ago
fix early return from renderScene (#815)

github.com/excalidraw/excalidraw - 4b8b9965c211a09179ae08a0052460c7462c76df authored almost 5 years ago
New Crowdin translations (#813)

* New translations en.json (German)

* New translations en.json (German)

* New translations...

github.com/excalidraw/excalidraw - 4e3a2f9e3b27c794a7c171c36108f538b38a1b65 authored almost 5 years ago
New Crowdin translations (#811)

* New translations en.json (French)

* New translations en.json (German)

* New translations...

github.com/excalidraw/excalidraw - 165ce17590c6d54ddb7ab8d3402fce4fe4ceddf9 authored almost 5 years ago
improve error handling & map stack trace (#809)

* improve error handling & map stack trace

* log error message and tweak

* support logging...

github.com/excalidraw/excalidraw - 80a49e961167aa5d1cc0cf6a4c49dee235efd548 authored almost 5 years ago
Add cursor pointer style to hidden radio buttons (#810)

* Add cursor pointer style to hidden radio buttons

* ensure hidden input buttons don't intera...

github.com/excalidraw/excalidraw - a613d0214790a2b84aa42882efd5f26c08dccccb authored almost 5 years ago
feat: add reset zoom button (#777)

* feat: add reset zoom button

Add zoom reset button.
Button is shown only when zoom scale is...

github.com/excalidraw/excalidraw - 07336bb168025b4fb4d048771ac283db2f7bd3a8 authored almost 5 years ago
Fix error on export (#808)

github.com/excalidraw/excalidraw - 74add8661a16a28435febf800aa0301c89d4b4fc authored almost 5 years ago
Fix zoom being set to NaN (#807)

* Fix zoom being set to NaN

* recover zoom default value on restore if invalid

Co-authored...

github.com/excalidraw/excalidraw - 4e489bfb6d081099289fd789b96dd65a2a1c22d8 authored almost 5 years ago
New Crowdin translations (#806)

* New translations en.json (Polish)

* New translations en.json (Polish)

github.com/excalidraw/excalidraw - d342cae2ae2954a1700fe8c290aa8222527c4c9f authored almost 5 years ago
Don't render bounding box for multi-point lines during creation (#799)

* don't render bounding box for multi-point lines during creation

* force LayerUI rerender af...

github.com/excalidraw/excalidraw - e80ab1c8a20b82d9630d7d2ba4de6a8d78103e0e authored almost 5 years ago
Fix error with contentEditable (#803)

github.com/excalidraw/excalidraw - 43236bed68527fea16c60d68be378bb3e4e4823d authored almost 5 years ago
Update expiring origin trial token (#800)

github.com/excalidraw/excalidraw - 277eeb47ccd546994d97656bb08a425716fad045 authored almost 5 years ago
New Crowdin translations (#796)

github.com/excalidraw/excalidraw - 09fa56335e74e6525d27af7c1d57ca6b2e2e5727 authored almost 5 years ago
Update Crowdin configuration file

github.com/excalidraw/excalidraw - 7e3ca1b3093f7966d5695c3f5f7b0617e86e9c0a authored almost 5 years ago
More mobile tweaks (#790)

* Disable text selection

* Set content-editable=plaintext-only to disable Touch Bar formattin...

github.com/excalidraw/excalidraw - 0fd3fb4b5bbb890d95a652b000c5fa7034e4a36b authored almost 5 years ago
Show hint under toolbar (#783)

github.com/excalidraw/excalidraw - 949c3841ea54dd9ec828ab631e637ef3cf1d3aa7 authored almost 5 years ago
add tr localization (#789)

github.com/excalidraw/excalidraw - 626c99939ec82b478266a5629d966b27a731c979 authored almost 5 years ago
Add touch support (#788)

* Add touch support

* Mock media query

* Mock media query pt 2

* Fix tests

* Allow i...

github.com/excalidraw/excalidraw - ab176937e6df41bab7b9c35577d85795372685fa authored almost 5 years ago
Add new favicon (#786)

github.com/excalidraw/excalidraw - c2855e2cb829adce5748d07d76cd7f22e24aa79e authored almost 5 years ago
Initial support for mobile devices (#787)

* Initial support for mobile devices

No editing yet, but UI looks nice and you can open the c...

github.com/excalidraw/excalidraw - 7a7a73b78df342507fffba48b054b41dd66422e7 authored almost 5 years ago
use a better cloning algorithm (#753)

* use a better cloning algorithm

* Revert "use a better cloning algorithm"

This reverts co...

github.com/excalidraw/excalidraw - 9439908b9292fb0e6947cc28a05a23b8a34c3d56 authored almost 5 years ago