dependabot[bot]
ecdc2582e9
chore(deps-dev): bump webpack in /src/packages/excalidraw ( #3072 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.21.2 to 5.23.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.21.2...v5.23.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
245e13a884
chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #3084 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.16 to 7.12.17.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.17/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
8a322b22ed
chore(deps): bump @sentry/browser from 6.1.0 to 6.2.0 ( #3087 )
...
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript ) from 6.1.0 to 6.2.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/6.1.0...6.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
3f784d76fc
chore(deps-dev): bump firebase-tools from 9.3.0 to 9.4.0 ( #3086 )
...
Bumps [firebase-tools](https://github.com/firebase/firebase-tools ) from 9.3.0 to 9.4.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases )
- [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/firebase-tools/compare/v9.3.0...v9.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
ba5afe9139
chore(deps): bump firebase from 8.2.7 to 8.2.9 ( #3088 )
...
Bumps [firebase](https://github.com/firebase/firebase-js-sdk ) from 8.2.7 to 8.2.9.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases )
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@8.2.7...firebase@8.2.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
9e6f351672
chore(deps): bump @sentry/integrations from 6.1.0 to 6.2.0 ( #3085 )
...
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript ) from 6.1.0 to 6.2.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/6.1.0...6.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Aakansha Doshi
fcd10a6a43
chore: use yarn for packages ( #3092 )
4 years ago
Aakansha Doshi
3bc18f6aed
feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets ( #3068 )
...
* feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets
No more __webpack_public_path__ needed explicitly in host and it will default to unpkg cdn if window.EXCALIDRAW_ASSET_PATH is not defined
* fix
* add public path
* add public path
* assign only when env not test
* read from package.json
* Append content hash to excalidraw-assets so cache bursting happens when version update
* update changelog and readme
* update
4 years ago
Aakansha Doshi
7c5481b877
feat: Add support for scrollToCenter in initialData so host can control whether to scroll to center on mount ( #3070 )
...
* feat: Add support for scrollToCenter in initialData so host can control whether to scroll to center on mount
* fix
* update changelog and readme
* fix
* Scroll to center only for collab and shareable links in excalidraw app
* fix test
* update readme
* Update src/packages/excalidraw/README.md
4 years ago
Lipis
d17464fbaa
chore: Replace `node-sass` with `sass` ( #3067 )
4 years ago
Lipis
baf9da2b83
chore: Update action versions and docker build ( #3065 )
4 years ago
Lipis
4bfcf105a5
build: Switch to Yarn ( #3057 )
...
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
4 years ago
Arun
74e82d0d7c
fix: Hide scrollbars on mobile ( #3044 )
...
* Hide scrollbars on mobile
* Fix package build
* Revert "Fix package build"
This reverts commit 7bf4a0aac1
.
* Make requested changes
4 years ago
Lipis
9dd2257932
chore: Consistent CSS variable names and general housekeeping of styles ( #2947 )
4 years ago
Aakansha Doshi
9c0f832a41
fix: show user state only when passed from host ( #3050 )
4 years ago
Aakansha Doshi
6cafb6bb90
feat: export restore API's from Excalidraw package ( #3049 )
4 years ago
David Luzar
e6cd97c4f2
feat: adjust line-confirm-threshold based on zoom ( #2884 )
...
Co-authored-by: Lipis <lipiridis@gmail.com>
4 years ago
Panayiotis Lipiridis
ba9b65b051
chore: npm audit fix
4 years ago
Aakansha Doshi
830fb64a25
fix: Support Excalidraw inside scrollable container ( #3018 )
...
* refactor: remove position fixed from excalidraw container, modal and stats
* remove unused css
* remove position fixed from toast and scroll to content
* Make excal interactable by fixing offsets and set popover as fixed since position needs to be calculate from viewport top
* Assign 200px less than height of Excalidraw to the selected shapes actions o UI doesn't overflow
* update changelog, readme and package.json
4 years ago
dependabot[bot]
5b343a9d46
chore(deps-dev): bump @babel/preset-env from 7.12.13 to 7.12.16 in /src/packages/utils ( #3030 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Ivan Kurnosov
f8beb305de
refactor: Removed redundant import from `App.tsx` ( #3040 )
...
Given it's followed by qualified import - unqualified import looks redundant, unless I'm missing some tricky edge case.
4 years ago
dependabot[bot]
4b4eecbd27
chore(deps): bump react-scripts from 4.0.1 to 4.0.2 ( #2979 )
...
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@4.0.2/packages/react-scripts )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
e8bd910b9b
chore(deps-dev): bump @babel/preset-env from 7.12.13 to 7.12.16 in /src/packages/excalidraw ( #3019 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
a9a3e1bca5
chore(deps-dev): bump ts-loader from 8.0.15 to 8.0.17 in /src/packages/utils ( #3027 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
2a922dd477
chore(deps-dev): bump @babel/preset-typescript from 7.12.13 to 7.12.16 in /src/packages/excalidraw ( #3025 )
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-preset-typescript )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
07dab85ebf
chore(deps-dev): bump sass-loader from 11.0.0 to 11.0.1 in /src/packages/excalidraw ( #3020 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
d2ce4a7523
chore(deps-dev): bump ts-loader from 8.0.15 to 8.0.17 in /src/packages/excalidraw ( #3029 )
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 8.0.15 to 8.0.17.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.15...v8.0.17 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
dc73f3a9eb
chore(deps-dev): bump @babel/core from 7.12.13 to 7.12.16 in /src/packages/excalidraw ( #3031 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
d100f38750
chore(deps-dev): bump @babel/preset-typescript from 7.12.13 to 7.12.16 in /src/packages/utils ( #3024 )
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-preset-typescript )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
503500cc74
chore(deps-dev): bump @babel/plugin-transform-typescript from 7.12.13 to 7.12.16 in /src/packages/utils ( #3028 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
1a828a43d9
chore(deps): bump @types/react-dom from 17.0.0 to 17.0.1 ( #3035 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 17.0.0 to 17.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
d88884466b
chore(deps-dev): bump @babel/core from 7.12.13 to 7.12.16 in /src/packages/utils ( #3021 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
d3d470ac3d
chore(deps-dev): bump jest-canvas-mock from 2.3.0 to 2.3.1 ( #3037 )
...
Bumps [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/hustcc/jest-canvas-mock/releases )
- [Changelog](https://github.com/hustcc/jest-canvas-mock/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hustcc/jest-canvas-mock/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
54df521a78
chore(deps-dev): bump mini-css-extract-plugin from 1.3.5 to 1.3.6 in /src/packages/excalidraw ( #3022 )
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.5...v1.3.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
c5557b5cc1
chore(deps): bump typescript from 4.1.3 to 4.1.5 ( #3034 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.1.3 to 4.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.1.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
51875fd627
chore(deps): bump firebase from 8.2.6 to 8.2.7 ( #3038 )
...
Bumps [firebase](https://github.com/firebase/firebase-js-sdk ) from 8.2.6 to 8.2.7.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases )
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@8.2.6...firebase@8.2.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
b2ba61bbcf
chore(deps-dev): bump webpack from 5.21.1 to 5.21.2 in /src/packages/excalidraw ( #3032 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.21.1 to 5.21.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.21.1...v5.21.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
3b7f62c9a0
chore(deps-dev): bump @babel/plugin-transform-typescript from 7.12.13 to 7.12.16 in /src/packages/excalidraw ( #3033 )
...
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-plugin-transform-typescript )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
aeafb81479
chore(deps-dev): bump css-loader in /src/packages/excalidraw ( #3026 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
dfe81bf6b2
chore(deps-dev): bump webpack from 5.21.1 to 5.21.2 in /src/packages/utils ( #3023 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.21.1 to 5.21.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.21.1...v5.21.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
1d332d597a
chore(deps): bump @types/react from 17.0.1 to 17.0.2 ( #3036 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.1 to 17.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Aakansha Doshi
b5fc8757a4
fix: allow to toggle between modes when view only mode to make UI consistent ( #3009 )
4 years ago
Aakansha Doshi
ecbd5ba55d
docs: update readme, changelog and release 0.3.0 🎉 ( #3003 )
4 years ago
Excalidraw Bot
6967d8c985
chore: Update translations from Crowdin ( #3000 )
4 years ago
David Luzar
4b253c7362
fix: refresh wysiwyg position on canvas resize ( #3008 )
4 years ago
Aakansha Doshi
4fdddb518a
docs(readme): link to @excalidraw/excalidraw npm package to give more visibility ( #3002 )
4 years ago
Aakansha Doshi
0b2e4dd60b
build(webpack): remove publicPath so __webpack_public_path__ can be used to host assets ( #2835 )
...
* build(webpack): remove publicPath so __webpack_public_path__ can be use to host assets
* update readme and changelog
* fix
* revert version so its released in v3
4 years ago
David Luzar
f162512988
docs: link to specific sponsors ( #2950 )
4 years ago
Lipis
2f7154cdf2
chore: Use `Sentence case` for `Live collaboration`
4 years ago
Arun
5ab0ce5a33
feat: Add the ability to clear library ( #2997 )
...
* Add the ability to clear libraries
* Update 'libraries' to 'library'
* Update en.json
4 years ago