Excalidraw Bot
484a10779b
New translations en.json (Portuguese, Brazilian)
2024-08-08 23:39:29 +02:00
Excalidraw Bot
62a9a97323
New translations en.json (Galician)
2024-08-08 23:39:28 +02:00
Excalidraw Bot
37d581abb7
New translations en.json (Vietnamese)
2024-08-08 23:39:27 +02:00
Excalidraw Bot
036f973fa2
New translations en.json (Chinese Traditional)
2024-08-08 23:39:26 +02:00
Excalidraw Bot
f4eeb8038e
New translations en.json (Chinese Simplified)
2024-08-08 23:39:24 +02:00
Excalidraw Bot
a29c8365d9
New translations en.json (Ukrainian)
2024-08-08 23:39:23 +02:00
Excalidraw Bot
5d420f54a7
New translations en.json (Turkish)
2024-08-08 23:39:22 +02:00
Excalidraw Bot
35f4ab615f
New translations en.json (Swedish)
2024-08-08 23:39:21 +02:00
Excalidraw Bot
043eadf13c
New translations en.json (Slovenian)
2024-08-08 23:39:20 +02:00
Excalidraw Bot
a24077c0be
New translations en.json (Slovak)
2024-08-08 23:39:19 +02:00
Excalidraw Bot
f958c99a84
New translations en.json (Russian)
2024-08-08 23:39:18 +02:00
Excalidraw Bot
cca43eee02
New translations en.json (Portuguese)
2024-08-08 23:39:17 +02:00
Excalidraw Bot
0d6e9c9537
New translations en.json (Punjabi)
2024-08-08 23:39:16 +02:00
Excalidraw Bot
9c94ea1544
New translations en.json (Dutch)
2024-08-08 23:39:15 +02:00
Excalidraw Bot
fb6804fbd3
New translations en.json (Lithuanian)
2024-08-08 23:39:13 +02:00
Excalidraw Bot
68c6247272
New translations en.json (Kurdish)
2024-08-08 23:39:12 +02:00
Excalidraw Bot
18042a880d
New translations en.json (Korean)
2024-08-08 23:39:11 +02:00
Excalidraw Bot
ac06d58d48
New translations en.json (Japanese)
2024-08-08 23:39:10 +02:00
Excalidraw Bot
05d462a07d
New translations en.json (Italian)
2024-08-08 23:39:09 +02:00
Excalidraw Bot
ab26013d32
New translations en.json (Hungarian)
2024-08-08 23:39:08 +02:00
Excalidraw Bot
2dcb0ccc1a
New translations en.json (Hebrew)
2024-08-08 23:39:07 +02:00
Excalidraw Bot
73f5f9ce9b
New translations en.json (Finnish)
2024-08-08 23:39:06 +02:00
Excalidraw Bot
b4fcde00d1
New translations en.json (Basque)
2024-08-08 23:39:05 +02:00
Excalidraw Bot
9d1a01d56d
New translations en.json (German)
2024-08-08 23:39:04 +02:00
Excalidraw Bot
f6375b77d5
New translations en.json (Danish)
2024-08-08 23:39:02 +02:00
Excalidraw Bot
ff1c9b3405
New translations en.json (Czech)
2024-08-08 23:39:01 +02:00
Excalidraw Bot
9465e45c97
New translations en.json (Catalan)
2024-08-08 23:39:00 +02:00
Excalidraw Bot
a573fe6b71
New translations en.json (Bulgarian)
2024-08-08 23:38:59 +02:00
Excalidraw Bot
98655e64d5
New translations en.json (Arabic)
2024-08-08 23:38:58 +02:00
Excalidraw Bot
d35214c11b
New translations en.json (Spanish)
2024-08-08 23:38:57 +02:00
Excalidraw Bot
2f813d00ed
New translations en.json (French)
2024-08-08 23:38:56 +02:00
Excalidraw Bot
580724793b
New translations en.json (Romanian)
2024-08-08 23:38:55 +02:00
Excalidraw Bot
fcb9b36b96
New translations en.json (Greek)
2024-08-08 23:38:54 +02:00
Excalidraw Bot
18e37b3abf
New translations en.json (Polish)
2024-08-08 23:38:53 +02:00
Excalidraw Bot
379977edbe
New translations en.json (German, Switzerland)
2024-08-08 23:38:52 +02:00
Excalidraw Bot
bf061edb78
New translations en.json (Persian)
2024-08-08 23:38:51 +02:00
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 >
2024-08-08 21:43:15 +02:00
Márk Tolmács
dd1370381d
chore: Refactor and remove scene from elbow arrow generation ( #8342 )
...
* Refactor and remove scene from elbow arrow generation
2024-08-08 14:06:26 +02:00
Márk Tolmács
72d6ee48fc
fix: Do not allow resizing unbound elbow arrows either ( #8333 )
...
* Fix resizing of unbound elbow arrows
2024-08-06 17:33:34 +02:00
David Luzar
232242d2e9
test: skip test.yml in PRs ( #8330 )
2024-08-06 16:04:04 +02:00
David Luzar
f19ce30dfe
chore: bump @testing-library/react 12.1.5 -> 16.0.0 ( #8322 )
2024-08-06 15:17:42 +02:00
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 >
2024-08-06 19:26:06 +08:00
Márk Tolmács
8d530cf102
fix: Docker build in CI ( #8312 )
...
* Fix Docker build CI
* Bump nginx-alpine version to 1.27
2024-08-06 13:21:20 +02:00
David Luzar
b87925d253
build: add example apps public and vite dev-dist to eslintignore ( #8326 )
2024-08-05 23:43:48 +02:00
b1sar
a6684b09f2
docs: fix typos in props.mdx ( #8325 )
2024-08-05 21:41:19 +00:00
David Luzar
b427617f66
build: add rm:build, rm:node_modules & clean-install scripts ( #8323 )
2024-08-05 23:37:33 +02:00
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>
2024-08-05 09:49:57 +02:00
Excalidraw Bot
616f84bc22
New translations en.json (Romanian)
2024-08-05 08:20:26 +02:00
Excalidraw Bot
a16be8b5c5
New translations en.json (Chinese Traditional)
2024-08-04 18:10:36 +02:00
Excalidraw Bot
296e50678a
New translations en.json (Chinese Traditional)
2024-08-04 16:52:27 +02:00