You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/src
Aakansha Doshi 0d7ee891e0
feat: Make repair and refreshDimensions configurable in restoreElements (#6238)
* fix: don't repair during reconcilation

* Add opts to restoreElement and enable refreshDimensions and repair via config

* remove

* update changelog

* fix tests

* rename to repairBindings
2 years ago
..
actions feat: shortcut for clearCanvas confirmDialog (#6114) 2 years ago
components feat: Make repair and refreshDimensions configurable in restoreElements (#6238) 2 years ago
css feat: show error message when not connected to internet while collabo… (#6165) 2 years ago
data feat: Make repair and refreshDimensions configurable in restoreElements (#6238) 2 years ago
element fix: sort bound text elements to fix text duplication z-index error (#5130) 2 years ago
excalidraw-app feat: Make repair and refreshDimensions configurable in restoreElements (#6238) 2 years ago
hooks fix: hide canvas-modifying UI in view mode (#5815) 2 years ago
locales feat: show error message when not connected to internet while collabo… (#6165) 2 years ago
packages feat: Make repair and refreshDimensions configurable in restoreElements (#6238) 2 years ago
renderer feat: disable canvas smoothing (antialiasing) for right-angled elements (#6186)Co-authored-by: Ignacio Cuadra <67276174+ignacio-cuadra@users.noreply.github.com> 2 years ago
scene fix: png-exporting does not preserve angles correctly for flipped images (#6085) 2 years ago
tests feat: Make repair and refreshDimensions configurable in restoreElements (#6238) 2 years ago
align.ts fix: align and distribute binded text in container and cleanup (#4468) 3 years ago
analytics.ts chore: add ga for most actions (#4829) 3 years ago
appState.ts feat: add hand/panning tool (#6141) 2 years ago
bug-issue-template.js
charts.test.ts fix: Chart display fix (#5154) 3 years ago
charts.ts feat: better default radius sizes for rectangles (#5553) 2 years ago
clients.ts fix: don't allow blank space in collab name (#6211) 2 years ago
clipboard.test.ts fix: Correctly paste contents parsed by `JSON.parse()` as text. (#5868) 2 years ago
clipboard.ts feat: show copy-as-png export button on firefox and show steps how to enable it (#6125) 2 years ago
colors.ts Update ESLint rules (#2342) 4 years ago
constants.ts feat: rewrite public UI component rendering using tunnels (#6117) 2 years ago
css.d.ts Fix padding in the library loading buttons (#2331) 4 years ago
distribute.ts feat: support adding multiple library items on canvas (#5116) 3 years ago
errors.ts fix: abstract and fix legacy fs (#4032) 3 years ago
ga.ts chore: fix various typos (#4857) 3 years ago
gadirections.ts Prefer arrow functions (#2344) 4 years ago
galines.ts chore: fix various typos (#4857) 3 years ago
gapoints.ts Prefer arrow functions (#2344) 4 years ago
gatransforms.ts Prefer arrow functions (#2344) 4 years ago
gesture.ts fix: stop flooring scroll positions (#2883) 4 years ago
global.d.ts fix: fonts not rendered on init if `loadingdone` not fired (#5923) 2 years ago
groups.ts fix: binding text to non-bindable containers and not always preferring selection (#4655) 3 years ago
history.ts fix: selectedGroupIds not being stored in history (#3630) 4 years ago
i18n.ts fix: PWA not working after CRA@5 update (#6012) 2 years ago
index-node.ts feat: image support (#4011) 3 years ago
index.tsx chore: upgrade to React 18 (#5450) 3 years ago
jotai.ts feat: collab component state handling rewrite & fixes (#5046) 3 years ago
keys.ts feat: show copy-as-png export button on firefox and show steps how to enable it (#6125) 2 years ago
math.test.ts
math.ts feat: disable canvas smoothing (antialiasing) for right-angled elements (#6186)Co-authored-by: Ignacio Cuadra <67276174+ignacio-cuadra@users.noreply.github.com> 2 years ago
points.ts feat: Support labels for arrow 🔥 (#5723) 2 years ago
polyfill.ts feat: show a mid point for linear elements (#5534) 3 years ago
pwacompat.d.ts
random.ts fix: check if process is defined before using so it works in browser (#4497) 3 years ago
react-app-env.d.ts
service-worker.ts fix: PWA not working after CRA@5 update (#6012) 2 years ago
serviceWorkerRegistration.ts fix: PWA not working after CRA@5 update (#6012) 2 years ago
setupTests.ts test: fix failing tests and API (#5823) 2 years ago
shapes.tsx feat: reintroduce `x` shortcut for `freedraw` (#5840) 2 years ago
types.ts feat: rewrite public UI component rendering using tunnels (#6117) 2 years ago
utils.ts fix: sort bound text elements to fix text duplication z-index error (#5130) 2 years ago
zindex.ts fix: bound text not atomic with container when changing z-index (#4414) 3 years ago