Aakansha Doshi
1925c84b85
add deprecated message
2020-12-10 22:49:29 +05:30
Aakansha Doshi
72fbba0493
version bump 0.6.2
v0.6.3
2020-12-07 16:38:35 +05:30
David Luzar
8bd50e8a4b
fix isDeleted migration
2020-12-07 10:59:57 +01:00
Aakansha Doshi
760d7a506e
update to 0.6.2
v0.6.2
2020-12-04 10:31:53 +05:30
David Luzar
8276cbcc27
Merge pull request #35 from andresriveratoro/fix-init-center
2020-12-03 22:40:10 +01:00
Andrés Rivera
dda9e4daa2
Fix #34
2020-12-03 16:01:45 -05:00
Andrés Rivera
7de62d55d4
Fix centering elements on init
2020-12-03 15:47:31 -05:00
Aakansha Doshi
ea51489c6f
fix(package): add dist folder the npm dist so font files also gets added
v0.6.1
2020-08-27 22:28:49 +05:30
Aakansha Doshi
765c023477
Update README.md
2020-08-03 12:03:34 +05:30
Aakansha Doshi
cf9fbf38f2
remove onResize callback from readme ( #24 )
...
* docs(readme): remove onResize callback from readme
* will revert this once its decided whats states need to be passed from host app
v0.6.0
2020-07-30 17:20:44 +05:30
Aakansha Doshi
9c66ca060a
upgrade to 0.6.0 with all latest features in excalidraw
2020-07-30 17:07:16 +05:30
Aakansha Doshi
21e994b90b
feat(excalidraw_wrapper): wrap with initializeApp so that language gets initialized when app renders
2020-07-30 15:13:11 +05:30
Aakansha Doshi
2d7657b1f5
build(workflows): remove sentry and docker builds as its not needed
...
chore(package.json): remove homepage as it was interferring with build setup of create-react-app (#18 )
chore(package): upgrade to 0.3.0 and add npm total downloads badge
2020-07-30 15:13:11 +05:30
Aakansha Doshi
06a29835ec
Update npm badge in readme, add keywords, description, license and missing fileds in package.json
...
chore(package): Add keywords, license and description to package.json
docs: update readme.md and add missing fields in package.json
2020-07-30 15:13:11 +05:30
Aakansha Doshi
927600db13
move zenModeEnabled and viewBackgroundColor to options prop and improve readme
2020-07-30 15:13:11 +05:30
Aakansha Doshi
c0e97a4050
style: scope css under name space excalidraw
2020-07-30 15:13:10 +05:30
Aakansha Doshi
15abf42278
Add readme ( #14 )
2020-07-30 15:13:10 +05:30
Aakansha Doshi
aab976071a
feat(excalidraw_wrapper): add user and onUsernameChange props
2020-07-30 15:13:10 +05:30
Aakansha Doshi
7c504e1c2f
feat(excalidraw_wrapper): add initial Data prop to recieve initial data to render
2020-07-30 15:13:10 +05:30
Aakansha Doshi
e4eaa566ff
feat(excalidraw_wrapper): Add onChange and onBlur props and save to local storage for app when these callbacks are triggered
2020-07-30 15:13:10 +05:30
Aakansha Doshi
e1eda25cf9
feat(excalidraw_wrapper): add viewBackgroundColor as prop
2020-07-30 15:04:54 +05:30
Aakansha Doshi
d4ca2be005
feat(excalidraw_wrapper): load excalidraw fonts with webpack ( #6 )
2020-07-30 15:04:14 +05:30
Aakansha Doshi
9c08012c51
feat(excalidraw_wrapper.tsx): add prop zenModeEnabled to enable zenmode
2020-07-30 15:03:57 +05:30
Aakansha Doshi
54abcf048b
Have only one chunk for now so that socket io doesn't need to be imported separately ( #4 )
2020-07-30 15:03:57 +05:30
Aakansha Doshi
a4b57701b1
feat(excalidraw_wrapper): add width,height props
2020-07-30 15:03:57 +05:30
David Luzar
b3cb647777
Update README.md
2020-07-30 15:03:57 +05:30
Aakansha Doshi
d12a7081de
Add entry point for embed excalidraw and build the bundle with webpack( #1 )
2020-07-30 15:03:52 +05:30
Aakansha Doshi
20500b7822
remove shared global scene and attach it to every instance ( #1706 )
...
Co-authored-by: dwelle <luzar.david@gmail.com >
2020-07-30 11:20:59 +02:00
Lipis
54f8d8f820
New Crowdin updates ( #1949 )
2020-07-29 18:56:41 +03:00
David Luzar
ab980b252c
make restore migration types required ( #1977 )
2020-07-28 23:40:06 +02:00
Christopher Chedeau
925db9dcca
Only insert text on double click when selection is enabled ( #1937 )
...
This was an oversight to enable it for all the shapes. I don't believe that we want to be able to insert text on double click when drawing a rectangle for example. And it's definitely a broken experience when doing so for free draw.
Fixes part of #1935
2020-07-27 23:05:52 +02:00
dependabot-preview[bot]
c0ca6bae37
Bump @sentry/integrations from 5.19.2 to 5.20.1 ( #1968 )
...
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript ) from 5.19.2 to 5.20.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.19.2...5.20.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 16:27:56 +03:00
Mohammed Salman
ee8fa6aaad
Import and export library from/to a file ( #1940 )
...
Co-authored-by: dwelle <luzar.david@gmail.com >
2020-07-27 14:29:19 +02:00
Aakansha Doshi
7eff6893c5
calculate coords based on container viewport position ( #1955 )
...
* feat: calculate coords based on parent left and top so it renders correctly in host App
* fix text
* move offsets to state & fix bugs
* fix text jumping
* account for zoom in textWysiwyg & undo incorrect offsetting
Co-authored-by: dwelle <luzar.david@gmail.com >
2020-07-27 13:48:49 +02:00
dependabot-preview[bot]
63edbb9517
Bump browser-nativefs from 0.10.0 to 0.10.1 ( #1971 )
...
Bumps [browser-nativefs](https://github.com/GoogleChromeLabs/browser-nativefs ) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/GoogleChromeLabs/browser-nativefs/releases )
- [Commits](https://github.com/GoogleChromeLabs/browser-nativefs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 12:49:34 +03:00
dependabot-preview[bot]
a4ad22bc4d
Bump @types/jest from 26.0.5 to 26.0.7 ( #1970 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.5 to 26.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 12:49:27 +03:00
dependabot-preview[bot]
a945e16274
Bump @sentry/browser from 5.20.0 to 5.20.1 ( #1969 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 5.20.0 to 5.20.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.20.0...5.20.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 12:49:11 +03:00
Lipis
f0ac606ed7
Add robots.txt ( #1965 )
2020-07-26 21:04:38 +02:00
David Luzar
f295550940
ensure editingLinearElement handles are rendered on top ( #1967 )
2020-07-26 20:52:25 +02:00
Farooq AR
df4e903bd6
Add regression tests for context-menu actions ( #1959 )
2020-07-26 13:29:44 +02:00
Daishi Kato
a2e7d8d560
feat: rotating multiple elements ( #1960 )
2020-07-26 12:21:38 +02:00
Rene
ebf2923c5e
Issues/1827 group-ungroup icons ( #1956 )
...
* show group and ungroup action-icon
* change group-icon visiblilty
don't show group if selected is only a single element or a single group of elements
Co-authored-by: rene_mbp <harryloveslearning@googlemail.com >
2020-07-26 01:42:06 +03:00
Thomas Steiner
880cac2359
Update browser-nativefs ( #1963 )
...
Incorporates the latest changes in the Native File System API
2020-07-25 15:34:51 +02:00
Thomas Steiner
d3a38202e3
Make sure extension gets set correctly for exports ( #1962 )
2020-07-25 13:00:55 +02:00
David Luzar
dc1f6c4d4c
change selection/line/draw shortcut defaults ( #1953 )
2020-07-24 15:47:46 +02:00
David Luzar
c5d37a07c8
fix resize hints not showing due to LayerUI bailing on updates ( #1952 )
2020-07-24 13:29:36 +02:00
dependabot-preview[bot]
2d8430593d
Bump @sentry/browser from 5.19.1 to 5.20.0 ( #1948 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 5.19.1 to 5.20.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.19.1...5.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-22 18:09:22 +03:00
dependabot-preview[bot]
3c52c5bfc2
Bump @testing-library/jest-dom from 5.11.0 to 5.11.1 ( #1944 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.0...v5.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-22 18:03:49 +03:00
dependabot-preview[bot]
5a7595cf4e
Bump @types/jest from 26.0.4 to 26.0.5 ( #1945 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.4 to 26.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-22 18:03:41 +03:00
dependabot-preview[bot]
76c36397bc
Bump @sentry/browser from 5.19.1 to 5.19.2 ( #1942 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 5.19.1 to 5.19.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.19.1...5.19.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-22 17:48:17 +03:00