Giovanni Giordano
7bcce8bb1b
Fixes package-lock
2020-01-03 22:13:41 +01:00
Giovanni Giordano
d920b34af1
Fix package.json
2020-01-03 22:11:01 +01:00
Giovanni Giordano
f5c923ab01
Merge branch 'master' into issue-68
2020-01-03 22:02:23 +01:00
Giovanni Giordano
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
Giovanni Giordano
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
Timur Khazamov
c11b3aa684
Merge pull request #69 from nanot1m/website-ci
...
Deploy static to gh-pages
2020-01-04 01:53:36 +05:00
hazam
b36110ef03
Build and deploy via yarn deploy
2020-01-04 01:52:52 +05:00
hazam
f1143fb236
Added CNAME file
2020-01-04 01:52:10 +05:00
hazam
7d9cc2ac56
Deploy static to gh-pages
2020-01-04 01:52:09 +05:00
Giovanni Giordano
499035c267
Add lint script
2020-01-03 21:51:24 +01:00
Giovanni Giordano
6a6a31d99c
Fixed nodejs.yml
2020-01-03 21:48:42 +01:00
Giovanni Giordano
34d1f640af
Merge branch 'issue-68' of https://github.com/excalidraw/excalidraw into issue-68
2020-01-03 21:46:20 +01:00
Giovanni Giordano
3aeed022b5
Add node worklow
2020-01-03 21:43:02 +01:00
Giovanni Giordano
6599f97088
Add node worklow
2020-01-03 21:39:49 +01:00
Christopher Chedeau
b18a0efe2c
Seed ( #73 )
2020-01-03 12:33:52 -08:00
Giovanni Giordano
36b36e8dc3
Add github workflow
2020-01-03 21:32:29 +01:00
Giovanni Giordano
b4cc0653a9
Merge pull request #71 from Fausto95/rename
...
Rename Excalibur to Excalidraw
2020-01-03 20:29:58 +01:00
Faustino Kialungila
4fa55222fd
Rename excalibur to excalidraw
2020-01-03 20:21:55 +01:00
Paulo Menezes
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
Faustino Kialungila
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
Kevin Viglucci
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
Giovanni Giordano
c2c13f0f27
Merge pull request #64 from excalidraw/fix-body-margin
...
Fixes body margin
2020-01-03 16:04:10 +01:00
Giovanni Giordano
ef3e473b04
Merge pull request #65 from Fausto95/fix/global-item-color
...
Fix Global Item Colors
2020-01-03 16:03:55 +01:00
Faustino Kialungila
c224bc4c8f
Fix global items colors
2020-01-03 15:25:52 +01:00
Giovanni Giordano
26c7f362b6
Fixes body margin
2020-01-03 15:23:03 +01:00
David Luzar
db386b8400
fix regression of always exporting bg ( #62 )
2020-01-03 05:18:26 -08:00
Giovanni Giordano
a980f40e37
Merge pull request #60 from nanot1m/fix-yarn-lock
...
Fixed yarn.lock
2020-01-03 10:54:24 +01:00
hazam
fa02abd99d
Fixed yarn.lock
2020-01-03 14:28:12 +05:00
Christopher Chedeau
a5b0e192b4
Remove drawScene ( #58 )
2020-01-02 19:47:32 -08:00
Christopher Chedeau
4c94976527
Random fixes ( #57 )
2020-01-02 18:20:08 -08:00
Faustino Kialungila
10e317e359
Colors
2020-01-02 17:54:08 -08:00
Christopher Chedeau
3b919f3235
Cmd-A to select everything ( #51 )
2020-01-02 14:42:53 -08:00
Christopher Chedeau
278fc11d22
Better selection click detection ( #50 )
2020-01-02 14:33:45 -08:00
Christopher Chedeau
8a43ed691d
Handle escape keybinding ( #49 )
2020-01-02 14:10:32 -08:00
Christopher Chedeau
0d75b78374
Path-dependent hit test ( #48 )
...
* Hit test
* Hit test
* Hit test
2020-01-02 13:47:50 -08:00
David Luzar
4c1bf07863
ensure click-to-select is exclusive ( fixes #43 ) ( #45 )
2020-01-02 13:03:14 -08:00
Christopher Chedeau
b6c30c0550
Copy paste ( #44 )
...
* Copy Paste
* Copy paste
2020-01-02 12:49:06 -08:00
dwelle
e9bc1eb98a
add .vscode to .gitignore
2020-01-02 21:12:07 +01:00
dwelle
579c32b5b2
remove optional chaning
...
until CodeSandbox adds support for it in CRA apps
2020-01-02 20:43:00 +01:00
Timur Khazamov
1383758aa7
TS, Prettier, Eslint ( #39 )
...
* TS, Prettier, Eslint
* Used rough ts definitions
2020-01-02 11:03:48 -08:00
dwelle
4eda1cfb5d
prevent exporting empty canvas
2020-01-02 18:19:00 +01:00
dwelle
f091e9813e
fix exporting bg for non-cropped exports
...
- also refactor and add comments to `exportAsPNG`
2020-01-02 18:11:58 +01:00
Giovanni Giordano
e260904244
Merge pull request #37 from vjeux/select-on-click
...
Fixes selecting an element
2020-01-02 18:01:54 +01:00
Giovanni Giordano
4a4f36592f
Fixes selecting an element
2020-01-02 17:54:08 +01:00
Giovanni Giordano
70bd7d874f
Merge pull request #29 from giovannigiordano/select-on-click
...
Select element on click
2020-01-02 16:37:13 +01:00
Giovanni Giordano
61bdedaecf
Clear selection if no element is clicked
2020-01-02 16:14:58 +01:00
Giovanni Giordano
874934e585
Merge branch 'master' into select-on-click
2020-01-02 15:58:24 +01:00
Giovanni Giordano
715efc054e
Remove extra check for dragging
2020-01-02 15:56:34 +01:00
Giovanni Giordano
a9bd112f47
Select element on click
2020-01-02 15:54:36 +01:00
Giovanni Giordano
d399af0923
Setup git and lock deps ( #30 )
...
* Add .gitignore
* Add yarn.lock
* Remove unnecessary paths
2020-01-02 06:46:31 -08:00