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

feat: better default radius sizes for rectangles (#5553)

Co-authored-by: Ryan <[email protected]>
Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - 5854ac3eedd66b132a4095fa69e4ccd90b14b30d authored about 2 years ago by Ryan Di <[email protected]>
fix: remove editor onpaste handler (#5971)

github.com/excalidraw/excalidraw - 65d84a5d5a2224323c6717876bba6346414d7dbe authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: remove blank space (#5950)

github.com/excalidraw/excalidraw - 808366d112f7740809509a06575190f39db1360b authored about 2 years ago by fennghuang <[email protected]>
fix: Galego and Kurdî missing in languages plus two locale typos (#5954)

github.com/excalidraw/excalidraw - 9311c99d3c0b5d95811c1bf7dcc4037a5f459180 authored about 2 years ago by Fer <[email protected]>
fix: `ExcalidrawArrowElement` rather than `ExcalidrawArrowEleement` (#5955)

github.com/excalidraw/excalidraw - d131b3108483ec705001ec027b89d5e745fd19f8 authored about 2 years ago by DanielJGeiger <[email protected]>
fix: renderFooter styling (#5962)

github.com/excalidraw/excalidraw - 0111ca205073bad5854b4eb0692914bde7a692ba authored about 2 years ago by Aakansha Doshi <[email protected]>
build: move release scripts to use release branch (#5958)

github.com/excalidraw/excalidraw - a1dcd6d984ea2b350ca7a7052a1fe175a001844e authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: repair element bindings on restore (#5956)

* fix: repair element bindings on restore

* fix dropping non-text bound elements

* be more...

github.com/excalidraw/excalidraw - fffd4957db0f9c1968cef5120df83c952e002568 authored about 2 years ago by David Luzar <[email protected]>
feat: Support labels for arrow 🔥 (#5723)

* feat: support arrow with text

* render arrow -> clear rect-> render text

* move bound te...

github.com/excalidraw/excalidraw - 760fd7b3a685e61e73bf0e34f3983ae0dd341b6a authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: don't allow whitespaces for bound text (#5939)

* fix: don't allow whitespaces for bound text

* fix

* remove

* remove empty else

* f...

github.com/excalidraw/excalidraw - 1933116261332f3770bfe4f5908278d795f009eb authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: bindings do not survive history serialization (#5942)

github.com/excalidraw/excalidraw - 8b33ca3a1a2bc535b6b36c88c966352437165078 authored about 2 years ago by David Luzar <[email protected]>
fix: Dedupe boundElement ids when container duplicated with alt+drag (#5938)

* Dedupe boundElement ids when container duplicated with alt+drag and add spec

* set to null ...

github.com/excalidraw/excalidraw - a86224c797104959ce2f3085169e1853c71c4d49 authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: scale font correctly when using shift (#5935)

* fix: scale font correctly when using shift

* fix

* Empty-Commit

* Add spec

* fix

github.com/excalidraw/excalidraw - 66bbfda460af4d5c68903623e7daf742d8749435 authored about 2 years ago by Aakansha Doshi <[email protected]>
refactor: remove unnecessary code (#5933)

github.com/excalidraw/excalidraw - 88b2f4707dbaa68085bb9e540ee86ef97f69ccd2 authored about 2 years ago by Aakansha Doshi <[email protected]>
feat: Don't add midpoint until dragged beyond a threshold (#5927)

* Don't add midpoint until dragged beyond a threshold

* remove unnecessary code

* fix test...

github.com/excalidraw/excalidraw - 25c6056b0335c8db4de34d13f74953b068783b77 authored about 2 years ago by Aakansha Doshi <[email protected]>
feat: changed text copy/paste behaviour (#5786)

Co-authored-by: dwelle <[email protected]>
Co-authored-by: Antonio Della Fortuna <a.dellafo...

github.com/excalidraw/excalidraw - baf9651d343b1ce10a94c54ca1ee799058e9d6cb authored about 2 years ago by Antonio Della Fortuna <[email protected]>
fix: Always bind to container selected by user (#5880)

* fix: Always bind to container selected by user

* Don't bind to container when using text to...

github.com/excalidraw/excalidraw - d2181847be7581cbefabc45daa38e1aec5a19adb authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: fonts not rendered on init if `loadingdone` not fired (#5923)

* fix: fonts not rendered on init if `loadingdone` not fired

* remove unnecessary check

github.com/excalidraw/excalidraw - 1f117995d90a1bb6c452791eff62c3efad66ee61 authored about 2 years ago by David Luzar <[email protected]>
chore: bump create-react-app to 5.0.1 (from 4.0.3) (#5904)

github.com/excalidraw/excalidraw - 52c96a687033f76d07eb8efcd86e63d5dccf2bea authored about 2 years ago by David Luzar <[email protected]>
fix: stop replacing `del` word with `Delete` (#5897)

github.com/excalidraw/excalidraw - 81fd2350a933d85187bc1883b4788240966ce9bb authored about 2 years ago by David Luzar <[email protected]>
fix: remove legacy React.render() from the editor (#5893)

github.com/excalidraw/excalidraw - 8ed0fc2c87ec308fc3960b4543e198f2eb95aefe authored about 2 years ago by David Luzar <[email protected]>
fix: allow adding text via enter only for text containers (#5891)

* fix: allow adding text via enter only for text containers

* fix

* fix

* fix

* move...

github.com/excalidraw/excalidraw - 96a5d6548bf462f774576f81cae1ae356c6781c1 authored about 2 years ago by Aakansha Doshi <[email protected]>
build(deps): bump loader-utils from 2.0.3 to 2.0.4 in /dev-docs (#5885)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release n...

github.com/excalidraw/excalidraw - 4709b953e72fbecd1704a25b4fb146a00a9a532c authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: stop font `loadingdone` loop when rendering element SVGs (#5883)

* fix: stop font `loadingdone` loop when rendering element SVGs

* update snaps

* stop upda...

github.com/excalidraw/excalidraw - bbe0c35f66a3fded6a2d8e61974d19f0f3b0e803 authored about 2 years ago by David Luzar <[email protected]>
fix: refresh text dimensions only after font load done (#5878)

* fix: refresh text dimensions only after font load done

* fix snaps

github.com/excalidraw/excalidraw - d273acb7e49a1681e24b9c5b0b373dfcccee8ff6 authored about 2 years ago by David Luzar <[email protected]>
build(deps): bump loader-utils from 2.0.0 to 2.0.4 in /src/packages/utils (#5874)

build(deps): bump loader-utils in /src/packages/utils

Bumps [loader-utils](https://github.com...

github.com/excalidraw/excalidraw - 3c0b29d85f45de5ffe98c4bb048e299e2d2ee2f4 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: Correctly paste contents parsed by `JSON.parse()` as text. (#5868)

* Fix #5867

* Add test.

* Add tests to clipboard.test.ts

Co-authored-by: Aakansha Doshi...

github.com/excalidraw/excalidraw - bfbaeae67fc7a79cb5d0215021ed3db836be44d1 authored about 2 years ago by DanielJGeiger <[email protected]>
build(deps): bump minimatch from 3.0.4 to 3.1.2 in /src/packages/excalidraw (#5861)

build(deps): bump minimatch in /src/packages/excalidraw

Bumps [minimatch](https://github.com/...

github.com/excalidraw/excalidraw - 74b98859556ae0825150ae4e7e549a66fc01cabe authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump socket.io-parser from 3.3.2 to 3.3.3 (#5862)

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [...

github.com/excalidraw/excalidraw - 2cbe869a133a1ef8107ec81a700318fafcc91e20 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump loader-utils from 2.0.2 to 2.0.3 in /src/packages/excalidraw (#5851)

build(deps): bump loader-utils in /src/packages/excalidraw

Bumps [loader-utils](https://githu...

github.com/excalidraw/excalidraw - a48607eb25bbea45f7fa2ff883ea5c80c1244476 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: SVG element attributes in icons.tsx (#5871)

Update icons.tsx

github.com/excalidraw/excalidraw - 7831b6e74b20459f4f0e0b96ca09c2adc5dad9c0 authored about 2 years ago by zsviczian <[email protected]>
build(deps): bump loader-utils from 2.0.2 to 2.0.3 in /dev-docs (#5853)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release n...

github.com/excalidraw/excalidraw - 640affe7c06fc20cf93787b67cc8dea7aa50c51b authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: merge existing text with new when pasted (#5856)

* Fix #5855.

* fix test

* tweak

* Add specs

* Add more snaps

Co-authored-by: Aaka...

github.com/excalidraw/excalidraw - 335aff88383c778e2abd8a1b6d6cb06247b4c768 authored about 2 years ago by DanielJGeiger <[email protected]>
fix: disable FAST_REFRESH to fix live reload (#5852)

github.com/excalidraw/excalidraw - dc97dc30bf73889db04be719c4c579bfc5c4042c authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: Paste clipboard contents into unbound text elements (#5849)

* Fix #5848.

* Add test.

* some tweaks

Co-authored-by: Aakansha Doshi <aakansha1216@gma...

github.com/excalidraw/excalidraw - a0ecfed4cdfbaef6dff2ad3886d1991825673950 authored about 2 years ago by DanielJGeiger <[email protected]>
fix: compute dimensions of container correctly when text pasted on container (#5845)

* fix: compute dimensions of container correctly when text pasted on container

* add test

...

github.com/excalidraw/excalidraw - e201e79cd086df6e58c98e1be7cfa060dac70d19 authored about 2 years ago by Aakansha Doshi <[email protected]>
build: stops ignoring .env files from docker context so env variables get set during react app build. (#5809)

build: stops ignoring .env.development and .env.production files from docker context so env vari...

github.com/excalidraw/excalidraw - e1c5c706c684223c63b009b8136862cdd97fc989 authored about 2 years ago by Pritam Sangani <[email protected]>
feat: reintroduce `x` shortcut for `freedraw` (#5840)

github.com/excalidraw/excalidraw - bdc56090d780d601be2f5dac2cea082a374f06f6 authored about 2 years ago by David Luzar <[email protected]>
feat: tweak toolbar shortcuts & remove library shortcut (#5832)

github.com/excalidraw/excalidraw - 58accc9310637d0aeed983f0d3b3f245540b2c46 authored about 2 years ago by David Luzar <[email protected]>
feat: clean unused images only after 24hrs (local-only) (#5839)

* feat: clean unused images only after 24hrs (local-only)

* fix test

* make optional for now

github.com/excalidraw/excalidraw - b91158198ec8175fbbda104cf12a8d0c38dd2a20 authored about 2 years ago by David Luzar <[email protected]>
feat: refetch errored/pending images on collab room init load (#5833)

github.com/excalidraw/excalidraw - 938ce241ffeceb50c4fb32b09be1c16c2ce3a195 authored about 2 years ago by David Luzar <[email protected]>
fix: line editor points rendering below elements (#5781)

* fix: line editor points rendering below elements

* add test

github.com/excalidraw/excalidraw - 02286465079be6c6af646f41317fbc5178c8dc4d authored about 2 years ago by David Luzar <[email protected]>
test: fix failing tests and API (#5823)

* tests: fix failing tests

* fix selection.test.tsx

* fix excalidraw.test.tsx and don't sh...

github.com/excalidraw/excalidraw - 25ea97d0f9aa88d0432e06b4142d7c7a518b1862 authored about 2 years ago by Aakansha Doshi <[email protected]>
feat: stop deleting whole line when no point select in line editor (#5676)

* feat: stop deleting whole line when no point select in line editor

* Comments typo

Co-au...

github.com/excalidraw/excalidraw - 8d5d68e5894ea4b65539051da2e047f28a20fab6 authored about 2 years ago by David Luzar <[email protected]>
fix: syncing 1-point lines to remote clients (#5677)

github.com/excalidraw/excalidraw - 6c15d9948bdafd80cf6aa49e3be5f925521c1b0b authored about 2 years ago by David Luzar <[email protected]>
fix: incorrectly selecting linear elements on creation while tool-locked (#5785)

github.com/excalidraw/excalidraw - e8fba43cf658d4a41f6ec8806895a0158c8c181c authored about 2 years ago by David Luzar <[email protected]>
fix: Corrected typo in toggle theme shortcut (#5813)

github.com/excalidraw/excalidraw - 2e5c798c71a2aab9933326c56b5a80bd98555ff2 authored about 2 years ago by Paul Yi <[email protected]>
fix: hide canvas-modifying UI in view mode (#5815)

* fix: hide canvas-modifying UI in view mode

* add class for better targeting

* fix missin...

github.com/excalidraw/excalidraw - 8c298336fca485c5fa56b34023574c17192abf93 authored about 2 years ago by David Luzar <[email protected]>
fix: fix vertical/horizntal centering icons (#5812)

github.com/excalidraw/excalidraw - 7f91cdc0c981ff83b1c4eb9e17e293e0fcd131fa authored about 2 years ago by David Luzar <[email protected]>
feat: editor redesign 🔥 (#5780)

* Placed eraser into shape switcher (top toolbar).
Redesigned top toolbar.

* Redesigned zoom...

github.com/excalidraw/excalidraw - 6334bd832fc4db3b5e5ad79ef785f9ed565a1d1e authored about 2 years ago by Barnabás Molnár <[email protected]>
chore: fix yarn.lock file (#5803)

* chore: fix yarn.lock file

* ts fix

github.com/excalidraw/excalidraw - 4d26993c8fca8b73172e3b3364e726179f23ab87 authored about 2 years ago by David Luzar <[email protected]>
fix: consistent use of ZOOM_STEP (#5801)

introduce MIN_ZOOM, consistent use of ZOOM_STEP

github.com/excalidraw/excalidraw - 1e69609ce46f22ae981eb611473b975244dc7c5e authored about 2 years ago by zsviczian <[email protected]>
fix: multiple elements resizing regressions (#5586)

github.com/excalidraw/excalidraw - f5379d156385f480ec711d055288b7907795c8d5 authored about 2 years ago by Alex Kim <[email protected]>
fix: restore text dimensions (#5432)

* fix: restore text dimensions

* fix tests

* update readme & changelog

* reduce API sur...

github.com/excalidraw/excalidraw - c8f6e3faa821c5aa25b8c29dc004ede129eb1a6f authored about 2 years ago by David Luzar <[email protected]>
fix: changelog typo (#5795)

* fix: changelog typo

* fix

* fix

* Empty-Commit

github.com/excalidraw/excalidraw - 36bf17cf59006b7886120bf32b722f9ccba00c2e authored about 2 years ago by Aakansha Doshi <[email protected]>
docs: release @excalidraw/[email protected] 🎉 (#5793)

github.com/excalidraw/excalidraw - 75458c3192de59663aafee6b85c34d5a59f9a255 authored about 2 years ago by Aakansha Doshi <[email protected]>
chore: Update translations from Crowdin (#5738)

* New translations en.json (Ukrainian)

* New translations en.json (Czech)

* Auto commit: C...

github.com/excalidraw/excalidraw - 4cd25253bf21adb0920a0694466e84dd39bb79bf authored about 2 years ago by Excalidraw Bot <[email protected]>
fix: Ungroup short cut key (#5779)

* fix: Ungroup short cut key

* Add specs

github.com/excalidraw/excalidraw - 78e254fb300b00b3cee58f8a82989e0bc9b04945 authored about 2 years ago by Aakansha Doshi <[email protected]>
fix: replaced KeyboardEvent.code with KeyboardEvent.key for all letters (#5523)

* fix: Replaced KeyboardEvent.code with KeyboardEvent.key for all letters

* fix: reverted all...

github.com/excalidraw/excalidraw - 79bd3b8cdafa7bb1cdfddcc8182e1a72aba1b3f6 authored about 2 years ago by Jakob Guddas <[email protected]>
fix: free draw flip not scaling correctly (#5752)

github.com/excalidraw/excalidraw - 55110bf1b8092399600787bdbf6e412456981d7e authored about 2 years ago by Antonio Della Fortuna <[email protected]>
feat: render library into `Sidebar` on mobile (#5774)

github.com/excalidraw/excalidraw - 941b2d70422f40427ffd39c58cae9742e118ab8b authored about 2 years ago by David Luzar <[email protected]>
feat: refactor Sidebar into standalone reusable component (#5663)

🚀!

github.com/excalidraw/excalidraw - e9067de173712a295d1c2e8c8f6940dd1029dbc2 authored about 2 years ago by David Luzar <[email protected]>
fix: wait for window focus until prompting for library install (#5751)

github.com/excalidraw/excalidraw - fdc462ec013d59536bf40e95cdec89c1ccda340d authored about 2 years ago by David Luzar <[email protected]>
feat: additional drag and drop image format support (webp, bmp, ico) (#5749)

Update constants.ts

github.com/excalidraw/excalidraw - d1441afec90498c0ca6dacb1fcb09db182f2f1ba authored about 2 years ago by zsviczian <[email protected]>
fix: update perfect freehand library to fix extra dot (#5727)

github.com/excalidraw/excalidraw - 3298aaf0c710b02632442890ea53f481bfaf4f9e authored about 2 years ago by Pompette <[email protected]>
fix: restoreElementWithProperties drops "parent" property (#5742)

Co-authored-by: Yosyp Buchma <[email protected]>
Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - e9a224a0def6296b9ddeb3a3fdf5bb27a06959f8 authored about 2 years ago by Joseph Buchma <[email protected]>
chore: Update translations from Crowdin (#5692)

* New translations en.json (Polish)

* Auto commit: Calculate translation coverage

* New tr...

github.com/excalidraw/excalidraw - 76cf560914b4d1ed2212fd6033aab36f114ad549 authored over 2 years ago by Excalidraw Bot <[email protected]>
feat: Enter and Exit line editor via context menu (#5719)

* feat: Enter and exit line editor via context menu

* Add tests

* fix

* review fixes

...

github.com/excalidraw/excalidraw - 6c1246ef77433fcd178be380b451c5b904aece00 authored over 2 years ago by Aakansha Doshi <[email protected]>
fix: horizontal text alignment for bound text when resizing (#5721)

* Update textElement.ts

* Add test

* don't use modifier keys when not needed

Co-authore...

github.com/excalidraw/excalidraw - b477c2ad6bacd13e4251f10acfa5eb6a5117dc94 authored over 2 years ago by zsviczian <[email protected]>
fix: set the dimensions of bound text correctly (#5710)

* fix: set the dimensions of bound text correctly

* use original Text when wrapping

* fix ...

github.com/excalidraw/excalidraw - 4cb6f09559cb12b87e2286b04cd4213deea52f75 authored over 2 years ago by Aakansha Doshi <[email protected]>
refactor: create a util to compute container dimensions for bound text container (#5708)

github.com/excalidraw/excalidraw - 8636ef1017fc43995b4d371ce37496511f8c8b59 authored over 2 years ago by Aakansha Doshi <[email protected]>
fix: image-mirroring in export preview and in exported svg (#5700)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - 3a776f8795f2a2f3fcd42b84d9b165b620210d7f authored over 2 years ago by Ryan Di <[email protected]>
fix: double state update incorrectly resetting state (#5704)

Co-authored-by: David Luzar <[email protected]>

github.com/excalidraw/excalidraw - 9929a2be6f5881900a3a1042fef755d8fdc6d8bf authored over 2 years ago by zsviczian <[email protected]>
feat: further reduce darkmode init flash (#5701)

* feat: further reduce darkmode init flash

* fix lint

* tweak doc

* colocate code

github.com/excalidraw/excalidraw - 9cccac1458c8ff6b79452305cbbed7032522f18b authored over 2 years ago by David Luzar <[email protected]>
fix: default light theme splash 🔧 (#5660)

Co-authored-by: dwelle <[email protected]>
Co-authored-by: Aakansha Doshi <aakansha1216@gma...

github.com/excalidraw/excalidraw - 7eaf47c9d41a33a6230d8c3a16b5087fc720dcfb authored over 2 years ago by Abdullah Adeel <[email protected]>
fix: remove no longer used code related to collab room loading (#5699)

Co-authored-by: dwelle <[email protected]>

github.com/excalidraw/excalidraw - ec4b3d913e27537f9ad39bfcd2785729f5bc8432 authored over 2 years ago by Seunghyun oh <[email protected]>
test: add more specs for line editor segment midpoints (#5698)

* tests: add more specs for line editor segment midpoints

* use API to create elements

* A...

github.com/excalidraw/excalidraw - 5390617c0180772c028ac24cdd24c8a72e2937e8 authored over 2 years ago by Aakansha Doshi <[email protected]>
feat: support segment midpoints in line editor (#5641)

* feat: support segment midpoints in line editor

* fix tests

* midpoints working in bezier...

github.com/excalidraw/excalidraw - 0d1058a596145894b703fe3078b574f83bfbb312 authored over 2 years ago by Aakansha Doshi <[email protected]>
chore: fix typo in clipboard alert (#5693)

chore: fix typo

github.com/excalidraw/excalidraw - c5869979c828bac1d2d3ceb810d4e20de8af7062 authored over 2 years ago by Seunghyun oh <[email protected]>
fix: revert webpack deduping to fix `@next` runtime (#5695)

Revert "chore: Dedupe webpack configs. (#5449)"

This reverts commit da4fa91ffc2bf9b1b74c9fec8...

github.com/excalidraw/excalidraw - 6a6b9c90a788b67c0208049abc67172a6637196e authored over 2 years ago by David Luzar <[email protected]>
fix: Move to release notes for v0.9.0 and after (#5686)

* fix: Move to release notes for v0.9.0 and after

* fix

github.com/excalidraw/excalidraw - 5c17751662e67b8b078eee3ab522b1e3b83d73f9 authored over 2 years ago by Aakansha Doshi <[email protected]>
chore: update lib menu click outside callback comment (#5687)

github.com/excalidraw/excalidraw - 898789b9792ea9bbd4dc26b7a62874b6052b0a58 authored over 2 years ago by Ryan Di <[email protected]>
chore: fix typo in blob.ts (#5664)

Co-authored-by: David Luzar <[email protected]>

github.com/excalidraw/excalidraw - 7922ce129e569f0abed54158deba15506415af15 authored over 2 years ago by Ikko Ashimine <[email protected]>
fix: zen-mode exit button not working (#5682)

github.com/excalidraw/excalidraw - 59ec1c6cee2e8150f70fea13464af5715ee2b9b8 authored over 2 years ago by David Luzar <[email protected]>
build: add missing dependencies: pica, lodash (#5656)

* add missing dependencies: pica, lodash

* remove lodash & fix yarn.lock

* first

* seco...

github.com/excalidraw/excalidraw - 933c6a2237163ebf438bb1d9b387449d8e7e6216 authored over 2 years ago by Igor Berlenko <[email protected]>
fix: buttons jump around on the mobile menu (#5658)

Update MobileMenu.tsx

github.com/excalidraw/excalidraw - cd61f3111684244133ae02d42109e8f29eaf6cc9 authored over 2 years ago by zsviczian <[email protected]>
fix: #5622 - prevent session theme reset during collaboration (#5640)

* ✅ fixed #5622 - prevent session theme reset

- ❌ prevent newly initialized state to overrid...

github.com/excalidraw/excalidraw - b3052f017889e146869c0a48eda377795692737b authored over 2 years ago by Abdullah Adeel <[email protected]>
chore: Update translations from Crowdin (#5596)

* New translations en.json (Vietnamese)

* Auto commit: Calculate translation coverage

* Ne...

github.com/excalidraw/excalidraw - a271e42af1931ad0be26d2c9ff8b322562fb7a4b authored over 2 years ago by Excalidraw Bot <[email protected]>
feat: added exportPadding to PNG (blob) export in @excalidraw/utils (#5626)

* added exportPadding

* Update README.md

* Update CHANGELOG.md

github.com/excalidraw/excalidraw - 836120c14b648567cad2bbc6fccc5c0775a639c7 authored over 2 years ago by zsviczian <[email protected]>
chore: Dedupe webpack configs. (#5449)

* chore: Dedupe package dependencies and webpack configs.

* Fully dedupe `src/packages` via s...

github.com/excalidraw/excalidraw - da4fa91ffc2bf9b1b74c9fec8164348273a9cad2 authored over 2 years ago by DanielJGeiger <[email protected]>
fix: library actions inside the sidebar (#5638)

github.com/excalidraw/excalidraw - 553b493f37c198a5556d3f7f00914c21eabec8bb authored over 2 years ago by Aakansha Doshi <[email protected]>
chore: update CodeSandbox links and add a config (#5624)

* chore: update CodeSandbox links and add a config

* Update tasks.json

github.com/excalidraw/excalidraw - 59a1d192d268f403c3d946c52f28960a0045c357 authored over 2 years ago by Ives van Hoorne <[email protected]>
fix: don't render library menu twice for mobile (#5636)

github.com/excalidraw/excalidraw - 8b7302e89ea0e9dad55169b6570efcebca7c8dc4 authored over 2 years ago by Aakansha Doshi <[email protected]>
fix: reintroduce help dialog button (#5631)

github.com/excalidraw/excalidraw - f9b7cfd8aa5235aa08a19c15d1c9d0d954a5d94d authored over 2 years ago by David Luzar <[email protected]>
refactor: reuse common ui dialogs and message for mobile and LayerUI (#5611)

* refactor: Move common UI dialogs to component

* refactor

* fix

github.com/excalidraw/excalidraw - 2b4462c9411c4b089ef409749f92062f2646c060 authored over 2 years ago by Aakansha Doshi <[email protected]>
fix: Add display name to components so it doesn't show as anonymous (#5616)

github.com/excalidraw/excalidraw - 43b13d8e3ab458bf564f65ae9c98fd62dea2362b authored over 2 years ago by Aakansha Doshi <[email protected]>
fix: improve solveQuadratic when a = 0 (#5618)

github.com/excalidraw/excalidraw - 720f468f39ff2c51f40d8084e79313dac5e6fea8 authored over 2 years ago by Ryan Di <[email protected]>
fix: add random tiny offsets to avoid linear elements from being clipped (#5615)

Co-authored-by: Ryan Di <[email protected]>

github.com/excalidraw/excalidraw - 33300d19f6ac547c2f51f3181265e6959370c89d authored over 2 years ago by Ryan Di <[email protected]>
docs: fix refs table (#5614)

* docs: fix refs table

* fix

* fix

* fix

* fix

github.com/excalidraw/excalidraw - 5aed159991ef0165988f59a32c6f9203034710ab authored over 2 years ago by Aakansha Doshi <[email protected]>
docs: add PR link (#5613)

docs:add PR link

github.com/excalidraw/excalidraw - de1d221d1cf3f098e8f1b4c1995946d9500ccfe7 authored over 2 years ago by Aakansha Doshi <[email protected]>