Commit Graph

2041 Commits

Author SHA1 Message Date
929efa5e2c Distance between point and ellipsis (#92) 2020-01-03 18:16:16 -08:00
c027ddc134 Add analytics tag (#89) 2020-01-03 15:47:15 -08:00
a6f154b36b Adding readme (#83) 2020-01-03 15:29:13 -08:00
51bea5eff3 - Use Math.hypot (#87)
- Fix context parameter name in isTextElement function
- Remove unused code
- Use block scope everywhere
2020-01-03 15:20:26 -08:00
58d81280c9 Add shortcuts (#85)
* Add yarn.lock to .gitignore

* Extract available shapes to one place

* Add event listeners for shapes shortcuts

* fixup! Add event listeners for shapes shortcuts

* Underline first letter of shapes

to indicate interactivity

* fixup! Extract available shapes to one place

* fixup! Add event listeners for shapes shortcuts
2020-01-03 15:08:34 -08:00
8c974411ce Merge pull request #84 from excalidraw/issue-68
Fix build script
2020-01-03 23:32:27 +01:00
9c101f4bd2 Fix build script 2020-01-03 23:28:33 +01:00
86ff014706 Merge pull request #75 from excalidraw/issue-68
[WIP] Add node worklow
2020-01-03 23:18:42 +01:00
5877aabb86 Merge pull request #74 from nanot1m/scroll
[WIP] Scroll with mouse wheel
2020-01-04 03:06:54 +05:00
d41dc4cf1f Remove delpoy from node workflow 2020-01-03 23:04:38 +01:00
9d65b1cbc1 Code cleanup 2020-01-04 03:03:08 +05:00
9504f93e94 Add deployment workflow 2020-01-03 23:01:29 +01:00
1b93888da5 Restore fill style 2020-01-04 02:52:47 +05:00
2a0eacbeca Fixed selection and added scrollbars 2020-01-04 02:45:01 +05:00
51e19b977e Scroll with mouse wheel 2020-01-04 02:45:00 +05:00
585967ff8e Remove gh-pages 2020-01-03 22:43:41 +01:00
3fb6f0413e Merge pull request #82 from excalidraw/issue-78
Add preload to font
2020-01-03 22:31:35 +01:00
e80d755c92 Add crossorigin attribute 2020-01-03 22:28:36 +01:00
02bf6f0f14 Add preload to font 2020-01-03 22:21:58 +01:00
7bcce8bb1b Fixes package-lock 2020-01-03 22:13:41 +01:00
d920b34af1 Fix package.json 2020-01-03 22:11:01 +01:00
f5c923ab01 Merge branch 'master' into issue-68 2020-01-03 22:02:23 +01:00
493f06e6ba Add --passWithNoTests to test script
This is mandatory to pass the step currently, because we don't have tests.
2020-01-03 21:59:36 +01:00
a7516f6cb8 Remove lint
We have to investigate on this, because after the Typescript integration is not working anymore, so I have to deepen how we can configure the usage with TypesScript.
2020-01-03 21:56:03 +01:00
c11b3aa684 Merge pull request #69 from nanot1m/website-ci
Deploy static to gh-pages
2020-01-04 01:53:36 +05:00
b36110ef03 Build and deploy via yarn deploy 2020-01-04 01:52:52 +05:00
f1143fb236 Added CNAME file 2020-01-04 01:52:10 +05:00
7d9cc2ac56 Deploy static to gh-pages 2020-01-04 01:52:09 +05:00
499035c267 Add lint script 2020-01-03 21:51:24 +01:00
6a6a31d99c Fixed nodejs.yml 2020-01-03 21:48:42 +01:00
34d1f640af Merge branch 'issue-68' of https://github.com/excalidraw/excalidraw into issue-68 2020-01-03 21:46:20 +01:00
3aeed022b5 Add node worklow 2020-01-03 21:43:02 +01:00
6599f97088 Add node worklow 2020-01-03 21:39:49 +01:00
b18a0efe2c Seed (#73) 2020-01-03 12:33:52 -08:00
36b36e8dc3 Add github workflow 2020-01-03 21:32:29 +01:00
b4cc0653a9 Merge pull request #71 from Fausto95/rename
Rename Excalibur to Excalidraw
2020-01-03 20:29:58 +01:00
4fa55222fd Rename excalibur to excalidraw 2020-01-03 20:21:55 +01:00
98b158a83d Save to local storage (#53)
* Save to local storage

* Restore on page load

* Warning when leave without save
2020-01-03 09:12:37 -08:00
f2386eb131 Add Text Colors (#67)
* Add ability to choose a color when creating text elements

* use strokeColor instead of adding a new field
2020-01-03 08:29:12 -08:00
527209e740 Add support for 'delete' key (#56)
* add package-lock.json to gitignore as project appears to use yarn

* add support for deleting elements with "delete" key + assign magic numbers and keycode values to named properties
2020-01-03 07:47:34 -08:00
c2c13f0f27 Merge pull request #64 from excalidraw/fix-body-margin
Fixes body margin
2020-01-03 16:04:10 +01:00
ef3e473b04 Merge pull request #65 from Fausto95/fix/global-item-color
Fix Global Item Colors
2020-01-03 16:03:55 +01:00
c224bc4c8f Fix global items colors 2020-01-03 15:25:52 +01:00
26c7f362b6 Fixes body margin 2020-01-03 15:23:03 +01:00
db386b8400 fix regression of always exporting bg (#62) 2020-01-03 05:18:26 -08:00
a980f40e37 Merge pull request #60 from nanot1m/fix-yarn-lock
Fixed yarn.lock
2020-01-03 10:54:24 +01:00
fa02abd99d Fixed yarn.lock 2020-01-03 14:28:12 +05:00
a5b0e192b4 Remove drawScene (#58) 2020-01-02 19:47:32 -08:00
4c94976527 Random fixes (#57) 2020-01-02 18:20:08 -08:00
10e317e359 Colors 2020-01-02 17:54:08 -08:00