1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/src/actions
Youness Fkhach ff82d1cfa3
feat/ability to change the alignment of the text (#1213)
* feat: add the ability to change the alignement of the text

* test: update the snapshots to included the newely textAlign state

* style: use explicit key assignment to object

* test: add missing new key textAlign to newElement.test.ts

* style: make the text on the buttons start with uppercase

* Update src/locales/en.json

* add types

* add migration

* remove incorrect update

Co-authored-by: Youness Fkhach <younessfkhach@porotonmail.com>
Co-authored-by: Lipis <lipiridis@gmail.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
2020-04-08 22:00:27 +02:00
..
actionCanvas.tsx Add collaborators names (#1223) 2020-04-07 14:02:42 +01:00
actionDeleteSelected.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionDuplicateSelection.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionExport.tsx Save on CTRL/CMD + S (#1287) 2020-04-06 23:24:50 +01:00
actionFinalize.tsx fix history (#1009) 2020-03-19 14:51:05 +01:00
actionHistory.tsx Bump prettier from 1.19.1 to 2.0.1 (#1060) 2020-03-23 13:05:07 +02:00
actionMenu.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
actionProperties.tsx feat/ability to change the alignment of the text (#1213) 2020-04-08 22:00:27 +02:00
actionSelectAll.ts do not select deleted elements (#1215) 2020-04-04 12:27:34 +02:00
actionStyles.ts Bump prettier from 1.19.1 to 2.0.1 (#1060) 2020-03-23 13:05:07 +02:00
actionZindex.tsx Fixes in Shortcuts dialog and minor refactor (#1297) 2020-04-07 14:39:06 +03:00
index.ts feat/ability to change the alignment of the text (#1213) 2020-04-08 22:00:27 +02:00
manager.tsx Add NonDeleted<ExcalidrawElement> (#1068) 2020-04-08 18:49:52 +02:00
register.ts Refactor (#862) 2020-03-07 16:20:38 +01:00
types.ts feat/ability to change the alignment of the text (#1213) 2020-04-08 22:00:27 +02:00