Marcel Mraz
ee30225062
feat: subset font glyphs for SVG export ( #8384 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
David Luzar
16cae4fc07
feat: reset copyStatus on export dialog settings change ( #8443 )
1 year ago
David Luzar
576bc0dbe5
feat: tweak copy button success animation ( #8441 )
1 year ago
David Luzar
00af35c692
feat: enable panning/zoom while in wysiwyg ( #8437 )
1 year ago
Márk Tolmács
ea7c702cfc
feat: Visual debugger ( #8344 )
...
Add visual debugger to the Excalidraw app (only).
1 year ago
spc-28
26d2296578
fix: fixed copy to clipboard button ( #8426 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
zsviczian
afb68a6467
feat: improve elbow arrow keyboard move ( #8392 )
1 year ago
zsviczian
b459e5cfd2
fix: context menu does not work after after dragging on StatsDragInput ( #8386 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
David Luzar
5facc0d6da
fix: perf regression in `getCommonBounds` ( #8429 )
1 year ago
Paul Tune
824ad603e1
docs: Update function call in @excalidraw/mermaid-to-excalidraw ( #8420 )
1 year ago
Ryan Di
5e1ff7cafe
perf: improve new element drawing ( #8340 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
David Luzar
b5d7f5b4ba
feat: rewrite d2c to not require token ( #8269 )
1 year ago
David Luzar
fb4bb29aa5
fix: object snapping not working ( #8381 )
1 year ago
David Luzar
3cfcc7b489
feat: split `gridSize` from enabled state & support custom `gridStep` ( #8364 )
1 year ago
David Luzar
4320a3cf41
feat: improve zoom-to-content when creating flowchart ( #8368 )
1 year ago
Márk Tolmács
8420e1aa13
fix: Reimplement rectangle intersection ( #8367 )
1 year ago
Márk Tolmács
5daf1a1b4e
fix: Round coordinates and sizes for rectangle intersection ( #8366 )
...
Round coordinates and sizes for rectangle intersection
1 year ago
David Luzar
97981804d7
feat: Stats popup style tweaks ( #8361 )
1 year ago
Clarence Chan
f7b3befd0a
fix: text content with tab characters act different in view/edit ( #8336 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
DDDDD12138
7b2bee9746
chore: remove unused parameter ( #8355 )
1 year ago
David Luzar
88014ace4a
fix: drawing from 0-dimension canvas ( #8356 )
1 year ago
David Luzar
87a9430809
fix: disable flowchart keybindings inside inputs ( #8353 )
1 year ago
Márk Tolmács
99b91c46f7
fix: Yet more patching of intersect code ( #8352 )
...
* Yet more patching of intersect code
1 year ago
David Luzar
1ea5b26f25
fix: missing `act()` in flowchart tests ( #8354 )
1 year ago
Clarence Chan
d5f4ee7b3f
fix: z-index change by one causes app to freeze ( #8314 )
1 year ago
Márk Tolmács
261304c1a4
fix: Patch over intersection calculation issue ( #8350 )
...
* Patch over intersection calculation issue
1 year ago
Márk Tolmács
84398a7e5c
fix: Point duplication in LEE on ALT+click ( #8347 )
1 year ago
Ryan Di
54491d13d4
feat: create flowcharts from a generic element using elbow arrows ( #8329 )
...
Co-authored-by: Mark Tolmacs <mark@lazycat.hu>
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
Márk Tolmács
dd1370381d
chore: Refactor and remove scene from elbow arrow generation ( #8342 )
...
* Refactor and remove scene from elbow arrow generation
1 year ago
Márk Tolmács
72d6ee48fc
fix: Do not allow resizing unbound elbow arrows either ( #8333 )
...
* Fix resizing of unbound elbow arrows
1 year ago
David Luzar
232242d2e9
test: skip test.yml in PRs ( #8330 )
1 year ago
David Luzar
f19ce30dfe
chore: bump `@testing-library/react` `12.1.5` -> `16.0.0` ( #8322 )
1 year ago
Ryan Di
3cf14c73a3
refactor: rename `draggingElement` -> `newElement` ( #8294 )
...
* add newElement to appState
* freedraw should not be an editing element
* do not set editing element for freedraw and generic
* remove ununsed `appState.draggingElement`
* remove setting dragged for new linear element
* decouple selection element from new element
* fix hint for text bindables
* update snapshot
* fixes
* fix frame regressions
* add comments to types
* document `editingElement`
---------
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
Márk Tolmács
8d530cf102
fix: Docker build in CI ( #8312 )
...
* Fix Docker build CI
* Bump nginx-alpine version to 1.27
1 year ago
David Luzar
b87925d253
build: add example apps `public` and vite `dev-dist` to eslintignore ( #8326 )
1 year ago
b1sar
a6684b09f2
docs: fix typos in props.mdx ( #8325 )
1 year ago
David Luzar
b427617f66
build: add `rm:build`, `rm:node_modules` & `clean-install` scripts ( #8323 )
1 year ago
dependabot[bot]
2907fbe34b
build(deps): bump @excalidraw/excalidraw from 0.17.0 to 0.17.6 in /dev-docs ( #7908 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
zsviczian
c67815f7b0
fix: Duplicating arrow without bound elements throws error ( #8316 )
...
Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com>
1 year ago
Márk Tolmács
c641860cb1
fix: CVE-2023-45133 ( #7988 )
...
* Upgrade @babel/* versions to 7.24 to ensure non-vulnerable Babel versions
* Pinning React version to 18.2.0 exactly, avoiding test-utils type version clashes
* Fix warning message on yarn start
* Moving react to peer dependencies
* Moving app dependencies from workspace into app
* Bump vitest to 1.6.0 to fix history.test.tsx breaking
---------
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
1 year ago
Marcel Mraz
84d89b9a8a
fix: throttle fractional indices validation ( #8306 )
1 year ago
David Luzar
e63dd025c9
fix: allow binding elbow arrows to frame children ( #8309 )
1 year ago
Márk Tolmács
15e019706d
feat: Orthogonal (elbow) arrows for diagramming ( #8299 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
Aakansha Doshi
a133a70e87
build: update release script to build esm ( #8308 )
1 year ago
Marcel Mraz
80ea7ca23f
fix: skip registering font faces for local fonts ( #8303 )
1 year ago
David Luzar
e844580b14
feat: remove automatic frame naming ( #8302 )
1 year ago
Marcel Mraz
5a0771ad9c
fix: load fonts for `exportToCanvas` ( #8298 )
1 year ago
Marcel Mraz
adcdbe2907
fix: re-add Cascadia Code with ligatures ( #8291 )
1 year ago
Marcel Mraz
230d0edc44
feat: multiple fonts fallbacks ( #8286 )
1 year ago
Marcel Mraz
d0a380758e
feat: ability to debug the state of fractional indices ( #8235 )
1 year ago