Commit Graph

4334 Commits (6420601d000a69a34442d050ae90e580498b3698)
 

Author SHA1 Message Date
Excalidraw Bot 7051bac7d8 New translations en.json (Ukrainian) 1 year ago
Excalidraw Bot 44aa5856cd New translations en.json (Swedish) 1 year ago
Excalidraw Bot 374dc52601 New translations en.json (Slovenian) 1 year ago
Excalidraw Bot 46345e9956 New translations en.json (Slovak) 1 year ago
Excalidraw Bot f3c02d4298 New translations en.json (Russian) 1 year ago
Excalidraw Bot b4cedca7da New translations en.json (Portuguese) 1 year ago
Excalidraw Bot deaf828e84 New translations en.json (Polish) 1 year ago
Excalidraw Bot 38a5698bc7 New translations en.json (Punjabi) 1 year ago
Excalidraw Bot 70af8a3fa5 New translations en.json (Dutch) 1 year ago
Excalidraw Bot 37b172c8ca New translations en.json (Lithuanian) 1 year ago
Excalidraw Bot 1eef380425 New translations en.json (Kurdish) 1 year ago
Excalidraw Bot 1dcf411626 New translations en.json (Korean) 1 year ago
Excalidraw Bot 378a97553c New translations en.json (Italian) 1 year ago
Excalidraw Bot 3246b04911 New translations en.json (Hungarian) 1 year ago
Excalidraw Bot dda48a7d6a New translations en.json (Hebrew) 1 year ago
Excalidraw Bot 29153f0d8d New translations en.json (Finnish) 1 year ago
Excalidraw Bot 70c513f568 New translations en.json (Basque) 1 year ago
Excalidraw Bot 56f75b259c New translations en.json (Greek) 1 year ago
Excalidraw Bot f94a3a7711 New translations en.json (German) 1 year ago
Excalidraw Bot 5a166ee235 New translations en.json (Danish) 1 year ago
Excalidraw Bot 0c199e42c8 New translations en.json (Czech) 1 year ago
Excalidraw Bot a377f55d7f New translations en.json (Bulgarian) 1 year ago
Excalidraw Bot c4759c8ca8 New translations en.json (Arabic) 1 year ago
Excalidraw Bot 9d19230033 New translations en.json (Spanish) 1 year ago
Excalidraw Bot 5aa2ec962b New translations en.json (French) 1 year ago
Excalidraw Bot b21e7f0a70 New translations en.json (Romanian) 1 year ago
Excalidraw Bot 0056d274d5 New translations en.json (Uzbek) 1 year ago
Excalidraw Bot cf5d7f3928 New translations en.json (Catalan) 1 year ago
Excalidraw Bot 058eed953e New translations en.json (Vietnamese) 1 year ago
Excalidraw Bot 5feb41624d New translations en.json (Turkish) 1 year ago
Excalidraw Bot 10a74bf607 New translations en.json (Galician) 1 year ago
Excalidraw Bot 0d1bb00270 New translations en.json (Japanese) 1 year ago
Aakansha Doshi f5ab3e4e12
fix: remove dependency of t from clipboard and image (#7712)
* fix: remove dependency of t from clipboard and image

* pass errorMessage to copyTextToSystemClipboard where needed

* wrap copyTextToSystemClipboard and rethrow translated error in caller

* review fix

* typo
1 year ago
Aakansha Doshi 361a9449bb
fix: remove scene hack from export.ts & remove pass elementsMap to getContainingFrame (#7713)
* fix: remove scene hack from export.ts as its not needed anymore

* remove

* pass elementsMap to getContainingFrame

* remove unused `mapElementIds` param

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
Aakansha Doshi 2e719ff671
fix: decouple pure functions from hyperlink to prevent mermaid bundling (#7710)
* move hyperlink code into its folder

* move pure js functions to hyperlink/helpers and move actionLink to actions

* fix tests

* fix
1 year ago
Excalidraw Bot 506756f332 Auto commit: Calculate translation coverage 1 year ago
Excalidraw Bot 67239c874e New translations en.json (Uzbek) 1 year ago
Aakansha Doshi 79d9dc2f8f
fix: make bounds independent of scene (#7679)
* fix: make bounds independent of scene

* pass only elements to getCommonBounds

* lint

* pass elementsMap to getVisibleAndNonSelectedElements
1 year ago
Excalidraw Bot d6cf042764 Auto commit: Calculate translation coverage 1 year ago
Excalidraw Bot 8e5f3ca841 New translations en.json (Catalan) 1 year ago
Aakansha Doshi 9013c84524
fix: make LinearElementEditor independent of scene (#7670)
* fix: make LinearElementEditor independent of scene

* more fixes

* pass elements and elementsMap to maybeBindBindableElement,getHoveredElementForBinding,bindingBorderTest,getElligibleElementsForBindableElementAndWhere,isLinearElementEligibleForNewBindingByBindable

* replace `ElementsMap` with `NonDeletedSceneElementsMap` & remove unused params

* fix lint

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
Aakansha Doshi 47f87f4ecb
fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap (#7663)
* fix: remove scene from getElementAbsoluteCoords and dependent functions and use elementsMap

* lint

* fix

* use non deleted elements where possible

* use non deleted elements map in actions

* pass elementsMap instead of array to elementOverlapsWithFrame

* lint

* fix

* pass elementsMap to getElementsCorners

* pass elementsMap to getEligibleElementsForBinding

* pass elementsMap in bindOrUnbindSelectedElements and unbindLinearElements

* pass elementsMap in elementsAreInFrameBounds,elementOverlapsWithFrame,isCursorInFrame,getElementsInResizingFrame

* pass elementsMap in getElementsWithinSelection, getElementsCompletelyInFrame, isElementContainingFrame, getElementsInNewFrame

* pass elementsMap to getElementWithTransformHandleType

* pass elementsMap to getVisibleGaps, getMaximumGroups,getReferenceSnapPoints,snapDraggedElements

* lint

* pass elementsMap to bindTextToShapeAfterDuplication,bindLinearElementToElement,getTextBindableContainerAtPosition

* revert changes for bindTextToShapeAfterDuplication
1 year ago
Excalidraw Bot 41d325fdd8 Auto commit: Calculate translation coverage 1 year ago
Excalidraw Bot 6b6761f654 New translations en.json (Vietnamese) 1 year ago
Aakansha Doshi 73bf50e8a8
fix: remove t from getDefaultAppState and allow name to be nullable (#7666)
* fix: remove t and allow name to be nullable

* pass name as required prop

* remove Unnamed

* pass name to excalidrawPlus as well for better type safe

* render once we have excalidrawAPI to avoid defaulting

* rename `getAppName` -> `getName` (temporary)

* stop preventing editing filenames when `props.name` supplied

* keep `name` as optional param for export functions

* keep `appState.name` on `props.name` state separate

* fix lint

* assertive first

* fix lint

* Add TODO

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
1 year ago
Excalidraw Bot fc3ae973be Auto commit: Calculate translation coverage 1 year ago
Excalidraw Bot 0c3c4d4f22 New translations en.json (Galician) 1 year ago
Excalidraw Bot 4df91b980a Auto commit: Calculate translation coverage 1 year ago
Excalidraw Bot 3729104547 New translations en.json (Japanese) 1 year ago
Aakansha Doshi 48c3465b19
docs: release patch v0.17.3 (#7673)
* docs: release patch v0.17.3

* update cl
1 year ago