dwelle 
							
						 
					 
					
						
						
							
						
						3c83a322b6 
					 
					
						
						
							
							feat: support image background editor [wip]  
						
						
						
						
					 
					
						2021-12-20 21:50:16 +01:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						8b5657e1ce 
					 
					
						
						
							
							fix: support updating stroke color for text by typing in color picker input ( #4415 )  
						
						... 
						
						
						
						* fix: support updating stroke color for text by typing in color picker input
* restore focus when clicked on same property unless its color picker input and submit text on color picker blur
* focus editor on color picker blur
* don't focus text editor when color picker is active 
						
						
					 
					
						2021-12-17 20:15:22 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						8b2b03347c 
					 
					
						
						
							
							fix: bound text not atomic with container when changing z-index ( #4414 )  
						
						... 
						
						
						
						Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com >
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-12-17 13:10:37 +00:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						c2a8712593 
					 
					
						
						
							
							fix: update viewport coords correctly when editing text ( #4416 )  
						
						
						
						
					 
					
						2021-12-17 11:38:18 +01:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						ff1d7728a0 
					 
					
						
						
							
							fix: use word-break break-word only and update text editor height only when binded to container ( #4410 )  
						
						
						
						
					 
					
						2021-12-17 15:24:23 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						98b5c37e45 
					 
					
						
						
							
							feat: bind text to shapes when pressing enter and support sticky notes  🎉   ( #4343 )  
						
						... 
						
						
						
						* feat: Word wrap inside rect and increase height when size exceeded
* fixes for auto increase in height
* fix height
* respect newlines when wrapping text
* shift text area when height increases beyond mid rect height until it reaches to the top
* select bound text if present when rect selected
* mutate y coord after text submit
* Add padding of 30px and update dimensions acordingly
* Don't allow selecting bound text element directly
* support deletion of bound text element when rect deleted
* trim text
* Support autoshrink and improve algo
* calculate approx line height instead of hardcoding
* use textContainerId instead of storing textContainer element itself
* rename boundTextElement -> boundTextElementId
* fix text properties not getting reflected after edit inside rect
* Support resizing
* remove ts ignore
* increase height of container when text height increases while resizing
* use original text when editing/resizing so it adjusts based on original text
* fix tests
* add util isRectangleElement
* use isTextElement util everywhere
* disable selecting text inside rect when selectAll
* Bind text to circle and diamond as well
* fix tests
* vertically center align the text always
* better vertical align
* Disable binding arrows for text inside shapes
* set min width for text container when text is binded to container
* update dimensions of container if its less than min width/ min height
* Allow selecting of text container for transparent containers when clicked inside
* fix test
* preserve whitespaces between long word exceeding width and next word
Use word break instead of whitespace no wrap for better readability and support safari
* Perf improvements for measuring text width and resizing
* Use canvas measureText instead of our algo. This has reduced the perf ~ 10 times
* Rewrite wrapText algo to break in words appropriately and for longer words
calculate the char width in order unless max width reached. This makes the
the number of runs linear (max text length times) which was earlier
textLength * textLength-1/2 as I was slicing the chars from end until max width reached for each run
* Add a util to calculate getApproxCharsToFitInWidth to calculate min chars to fit in a line
* use console.info so eslint doesnt warn :p
* cache char width and don't call resize unless min width exceeded
* update line height and height correctly when text properties inside container updated
* improve vertical centering when text properties updated, not yet perfect though
* when double clicked inside a conatiner  take the cursor to end of text same as what happens when enter is pressed
* Add hint when container selected
* Select container when escape key is pressed after submitting text
* fix copy/paste when using copy/paste action
* fix copy when dragged with alt pressed
* fix export to svg/png
* fix add to library
* Fix copy as png/svg
* Don't allow selecting text when using selection tool and support resizing when multiple elements include ones with binded text selectec
* fix rotation jump
* moove all text utils to textElement.ts
* resize text element only after container resized so that width doesnt change when editing
* insert the remaining chars for long words once it goes beyond line
* fix typo, use string for character type
* renaming
* fix bugs in word wrap algo
* make grouping work
* set boundTextElementId only when text present else unset it
* rename textContainerId to containerId
* fix
* fix snap
* use originalText in redrawTextBoundingBox so height is calculated properly and center align works after props updated
* use boundElementIds and also support binding text in images 🎉 
* fix the sw/se ends when resizing from ne/nw
* fix y coord when resizing from north
* bind when enter is pressed, double click/text tool willl edit the binded text if present else create a new text
* bind when clicked on center of container
* use pre-wrap instead of normal so it works in ff
* use container boundTextElement when container present and trying to edit text
* review fixes
* make getBoundTextElementId type safe and check for existence when using this function
* fix
* don't duplicate boundElementIds when text submitted
* only remove last trailing space if present which we have added when joining words
* set width correctly when resizing to fix alignment issues
* make duplication work using cmd/ctrl+d
* set X coord correctly during resize
* don't allow resize to negative dimensions when text is bounded to container
* fix, check last char is space
* remove logs
* make sure text editor doesn't go beyond viewport and set container dimensions in case it overflows
* add a util isTextBindableContainer to check if the container could bind text 
						
						
					 
					
						2021-12-16 21:14:03 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						7db63bd397 
					 
					
						
						
							
							feat: redesign toolbar & tweaks ( #4387 )  
						
						
						
						
					 
					
						2021-12-15 15:31:44 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						390da3fd0f 
					 
					
						
						
							
							feat: change boundElementIds → boundElements ( #4404 )  
						
						
						
						
					 
					
						2021-12-14 16:07:01 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						104664cb9e 
					 
					
						
						
							
							feat: support selecting multiple points when editing line ( #4373 )  
						
						
						
						
					 
					
						2021-12-13 13:35:07 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c822055ec8 
					 
					
						
						
							
							chore(deps-dev): bump sass-loader in /src/packages/utils ( #4390 )  
						
						... 
						
						
						
						Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.3.0 to 12.4.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.3.0...v12.4.0 )
---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-13 11:42:29 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e15d73d94c 
					 
					
						
						
							
							chore(deps-dev): bump typescript in /src/packages/excalidraw ( #4392 )  
						
						... 
						
						
						
						Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.3 )
---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-13 11:42:18 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						80ee097b85 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #4391 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.64.4 to 5.65.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.64.4...v5.65.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-13 11:42:03 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						10048b877b 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #4389 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.64.4 to 5.65.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.64.4...v5.65.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-13 10:41:00 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5dd5862bb9 
					 
					
						
						
							
							chore(deps-dev): bump sass-loader in /src/packages/excalidraw ( #4393 )  
						
						... 
						
						
						
						Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.3.0 to 12.4.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.3.0...v12.4.0 )
---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-13 10:40:41 +05:30 
						 
				 
			
				
					
						
							
							
								Preet 
							
						 
					 
					
						
						
							
						
						79989fedda 
					 
					
						
						
							
							chore: bump roughjs version ( #4386 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-12-11 22:46:44 +01:00 
						 
				 
			
				
					
						
							
							
								Jai Kumar Dewani 
							
						 
					 
					
						
						
							
						
						cecabc2196 
					 
					
						
						
							
							fix: husky not able to execute pre-commit on windows ( #4370 )  
						
						
						
						
					 
					
						2021-12-09 15:15:54 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						ed8fb40b63 
					 
					
						
						
							
							fix: make firebase config parsing not fail on undefined env ( #4381 )  
						
						
						
						
					 
					
						2021-12-09 12:24:41 +00:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						6e391728fe 
					 
					
						
						
							
							build: remove file loader and migrate to asset modules webpack for font assets ( #4380 )  
						
						... 
						
						
						
						* build: use type:javascript/auto so font file assets aren't duplicated
* update changelog
* remove file loader and use asset modules
* fix 
						
						
					 
					
						2021-12-08 15:56:25 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						dfbfbc3f11 
					 
					
						
						
							
							feat: set package build target to es2017 ( #4341 )  
						
						
						
						
					 
					
						2021-12-07 16:38:46 +01:00 
						 
				 
			
				
					
						
							
							
								dwelle 
							
						 
					 
					
						
						
							
						
						9b8ee3cacf 
					 
					
						
						
							
							feat: horizontally center toolbar menu  
						
						
						
						
					 
					
						2021-12-05 17:47:19 +01:00 
						 
				 
			
				
					
						
							
							
								Jai Kumar Dewani 
							
						 
					 
					
						
						
							
						
						4ea73d5d5b 
					 
					
						
						
							
							feat: Add support for rounded corners in diamond ( #4369 )  
						
						
						
						
					 
					
						2021-12-05 16:56:19 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						618f204ddd 
					 
					
						
						
							
							feat: allow zooming up to 3000% ( #4358 )  
						
						
						
						
					 
					
						2021-12-04 13:51:28 +00:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						720588130c 
					 
					
						
						
							
							feat: stop discarding precision when rendering ( #4357 )  
						
						
						
						
					 
					
						2021-12-04 13:49:57 +00:00 
						 
				 
			
				
					
						
							
							
								zsviczian 
							
						 
					 
					
						
						
							
						
						f354788cd0 
					 
					
						
						
							
							fix: adding to library via contextmenu when no image is selected ( #4356 )  
						
						
						
						
					 
					
						2021-12-04 11:59:37 +01:00 
						 
				 
			
				
					
						
							
							
								zsviczian 
							
						 
					 
					
						
						
							
						
						1c7ee09010 
					 
					
						
						
							
							feat: support Image binding ( #4347 )  
						
						
						
						
					 
					
						2021-12-03 11:42:28 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ca15b0a008 
					 
					
						
						
							
							chore(deps-dev): bump postcss-loader in /src/packages/excalidraw ( #4329 )  
						
						... 
						
						
						
						Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases )
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v6.2.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 16:10:06 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						650930c5ce 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #4328 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.64.3 to 5.64.4.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.64.3...v5.64.4 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 16:09:53 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						79c0d59244 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #4327 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.64.3 to 5.64.4.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.64.3...v5.64.4 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 16:09:44 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cd50b5f7e9 
					 
					
						
						
							
							chore(deps): bump @types/react from 17.0.35 to 17.0.37 ( #4332 )  
						
						... 
						
						
						
						Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.35 to 17.0.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 16:09:20 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c0434957ff 
					 
					
						
						
							
							chore(deps): bump @testing-library/jest-dom from 5.15.0 to 5.15.1 ( #4333 )  
						
						... 
						
						
						
						Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.15.0...v5.15.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 16:08:59 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						66aeaeb38d 
					 
					
						
						
							
							chore(deps): bump @tldraw/vec from 0.1.3 to 1.1.5 ( #4334 )  
						
						... 
						
						
						
						Bumps [@tldraw/vec](https://github.com/tldraw/tldraw ) from 0.1.3 to 1.1.5.
- [Release notes](https://github.com/tldraw/tldraw/releases )
- [Commits](https://github.com/tldraw/tldraw/compare/v0.1.3...v1.1.5 )
---
updated-dependencies:
- dependency-name: "@tldraw/vec"
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 16:08:30 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7f545e74ab 
					 
					
						
						
							
							chore(deps): bump sass from 1.43.4 to 1.43.5 ( #4330 )  
						
						... 
						
						
						
						Bumps [sass](https://github.com/sass/dart-sass ) from 1.43.4 to 1.43.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.43.4...1.43.5 )
---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 15:12:01 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a776955579 
					 
					
						
						
							
							chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 ( #4331 )  
						
						... 
						
						
						
						Bumps [prettier](https://github.com/prettier/prettier ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.0 )
---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-12-02 15:11:17 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						afa7932c9b 
					 
					
						
						
							
							feat: set appState.exportBackground to true when exporting to jpg ( #4342 )  
						
						
						
						
					 
					
						2021-11-30 22:08:55 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Steiner 
							
						 
					 
					
						
						
							
						
						1ee8d7d082 
					 
					
						
						
							
							chore(deps): Bump browser-fs-access to latest version ( #4338 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-11-29 22:23:12 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						06db702b5d 
					 
					
						
						
							
							feat: support selecting multiple library items via shift ( #4306 )  
						
						
						
						
					 
					
						2021-11-26 12:46:23 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						b53d1f6f3e 
					 
					
						
						
							
							feat: improve library preview image generation on publish ( #4321 )  
						
						... 
						
						
						
						Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-11-26 11:46:13 +01:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						ca1f3aa094 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #4258 )  
						
						
						
						
					 
					
						2021-11-26 11:27:28 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						8ff159e76e 
					 
					
						
						
							
							fix: export scale quality regression ( #4316 )  
						
						
						
						
					 
					
						2021-11-25 14:05:22 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						f9d2d537a2 
					 
					
						
						
							
							feat: add element.updated ( #4070 )  
						
						
						
						
					 
					
						2021-11-24 18:38:33 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						dac970c640 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #4291 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.0 to 7.16.4.
- [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.16.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 16:55:14 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						78bb3b3d84 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-runtime ( #4292 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.16.0 to 7.16.4.
- [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.16.4/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 18:54:33 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7d9d7ad297 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-runtime ( #4288 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.16.0 to 7.16.4.
- [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.16.4/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 18:54:13 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						de20a5e3ba 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #4314 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.64.0 to 5.64.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.64.0...v5.64.3 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 18:52:51 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						289f72e45d 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #4315 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.64.0 to 5.64.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.64.0...v5.64.3 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 18:52:36 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						6dd0e6a4c5 
					 
					
						
						
							
							fix: remove 100% height from tooltip container to fix layout issues ( #3980 )  
						
						
						
						
					 
					
						2021-11-24 17:16:18 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						96b31ecbce 
					 
					
						
						
							
							fix: inline ENV variables when building excalidraw package ( #4311 )  
						
						
						
						
					 
					
						2021-11-24 16:25:19 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a132f154cb 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/excalidraw ( #4286 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.0 to 7.16.4.
- [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.16.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 17:22:57 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						23acd8f6d1 
					 
					
						
						
							
							chore(deps-dev): bump mini-css-extract-plugin ( #4289 )  
						
						... 
						
						
						
						Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.4.4 to 2.4.5.
- [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/v2.4.4...v2.4.5 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 17:22:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a60709f5ea 
					 
					
						
						
							
							chore(deps-dev): bump lint-staged from 12.0.1 to 12.1.2 ( #4312 )  
						
						... 
						
						
						
						Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.0.1 to 12.1.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.0.1...v12.1.2 )
---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 17:21:06 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						896c476716 
					 
					
						
						
							
							feat: compress shareLink data when uploading to json server ( #4225 )  
						
						
						
						
					 
					
						2021-11-24 14:45:13 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						133ba19919 
					 
					
						
						
							
							chore(deps): bump @types/jest from 27.0.2 to 27.0.3 ( #4295 )  
						
						... 
						
						
						
						Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 27.0.2 to 27.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 15:40:49 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a2136bfe9d 
					 
					
						
						
							
							chore(deps): bump @types/react from 17.0.34 to 17.0.35 ( #4297 )  
						
						... 
						
						
						
						Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.34 to 17.0.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 15:39:32 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6fbd64fdaa 
					 
					
						
						
							
							chore(deps-dev): bump firebase-tools from 9.22.0 to 9.23.0 ( #4293 )  
						
						... 
						
						
						
						Bumps [firebase-tools](https://github.com/firebase/firebase-tools ) from 9.22.0 to 9.23.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases )
- [Commits](https://github.com/firebase/firebase-tools/compare/v9.22.0...v9.23.0 )
---
updated-dependencies:
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-24 15:39:16 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						cc4b0c2932 
					 
					
						
						
							
							feat: supply version param when installing libraries ( #4305 )  
						
						
						
						
					 
					
						2021-11-23 17:59:26 +01:00 
						 
				 
			
				
					
						
							
							
								zsviczian 
							
						 
					 
					
						
						
							
						
						b6ef953dc9 
					 
					
						
						
							
							fix: SVG export in dark mode with embedded bitmap image ( #4285 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-11-20 15:31:51 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						620b662085 
					 
					
						
						
							
							chore: bump typescript@4.5.2 ( #4283 )  
						
						... 
						
						
						
						* chore: bump typescript@4.5.2
* bump typescript and fix tsconfig for npm package 
						
						
					 
					
						2021-11-19 19:51:28 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						1c11df011a 
					 
					
						
						
							
							fix: new FS API not working on Linux ( #4280 )  
						
						
						
						
					 
					
						2021-11-19 14:20:42 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						59e9651547 
					 
					
						
						
							
							feat: log FS abortError to console ( #4279 )  
						
						
						
						
					 
					
						2021-11-19 10:54:23 +01:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						1c48d122e0 
					 
					
						
						
							
							fix: url -> URL for consistency ( #4277 )  
						
						
						
						
					 
					
						2021-11-19 11:21:23 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						e4d02fb275 
					 
					
						
						
							
							feat: Add validation for website and remove validation for library item name ( #4269 )  
						
						... 
						
						
						
						* Github->GitHub
* allow numbers
* remove validation for lib/item name 
						
						
					 
					
						2021-11-18 10:24:26 +00:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						34a382ace9 
					 
					
						
						
							
							fix: prevent adding images to library via contextMenu ( #4264 )  
						
						
						
						
					 
					
						2021-11-17 20:06:26 +00:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						e60e48e67d 
					 
					
						
						
							
							fix: account for libraries v2 when prompting ( #4263 )  
						
						
						
						
					 
					
						2021-11-17 19:54:40 +00:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						84d1d9993c 
					 
					
						
						
							
							feat: Allow publishing libraries from UI ( #4115 )  
						
						... 
						
						
						
						* feat: Allow publishing libraries from UI
* Add status for each library item and show publish only for unpublished libs
* Add publish library dialog
* Pass the data to publish the library
* pass lib blob
* Handle old and new libraries when importing
* Better error handling
* Show publish success when library submitted for review
* don't close library when publish success dialog open
* Support multiple libs deletion and publish
* Set status to published once library submitted for review
* Save  to LS after library published
* unique key for publish and delete
* fix layout shift when hover and also highlight selected library items
* design improvements
* migrate old library to the new one
* fix
* fix tests
* use i18n
* Support submit type in toolbutton
* Use html5 form validation, add asteriks for required fields, add twitter handle, mark github handle optional
* Add twitter handle in form state
* revert html5 validation as fetch is giving some issues :/
* clarify types around LibraryItems
* Add website optional field
* event.preventDefault to make htm5 form validationw work
* improve png generation by drawing a bounding box rect and aligining pngs to support multiple libs png
* remove ts-ignore
* add placeholders for fields
* decrease clickable area for checkbox by 0.5em
* add checkbox background color
* rename `items` to `elements`
* improve checkbox hit area
* show selected library items in publish dialog
* decrease dimensions by 3px to improve jerky experience when opening/closing library menu
* Don't close publish dialog when clicked outside
* Show selected library actions only when any library item selected and use icons instead of button
* rename library to libraryItems in excalidrawLib and added migration
* change icon and swap bg/color
* use blue brand color for hover/selected states
* prompt for confirmation when deleting library items
* separate unpublished items from published
* factor `LibraryMenu` into own file
* i18n and minor fixes for unpublished items
* fix not rendering empty cells when library empty
* don't render published section if empty and unpublished is not
* Add edit name functionality for library items
* fix
* edit lib name with onchange/blur
* bump library version
* prefer response error message
* add library urls to ENV vars
* mark lib item name as required
* Use input only for lib item name
* better error validation for lib items
* fix label styling for lib items
* design and i18n fixes
* Save publish dialog data to local storage and clear once published
* Add a note about MIT License
* Add note for guidelines
* Add tooltip for publish button
* Show spinner in submit button when submission is in progress
* assign id for older lib items when installed and set status as published for all lib when installed
* update export icon and support export library for selected items
* move LibraryMenuItems into its own component as its best to keep one comp per file
* fix spec
* Refactoring the library actions for reusablility
* show only load when items not present
* close on click outside in publish dialog
* ad dialog description and tweak copy
* vertically center input labels
* align input styles
* move author name input to other usernames
* rename param
* inline to simplify
* fix to not inline `undefined` class names
* fix version & include only latest lib schema in library export type
* await response callback
* refactor types
* refactor
* i18n
* align casing & tweaks
* move ls logic to publishLibrary
* support removal of item inside publish dialog
* fix labels for trash icon when items selected
* replace window.confirm for removal libs with confirm dialog
* fix input/textarea styling
* move library item menu scss to its own file
* use blue for load and cyan for publish
* reduce margin for submit and make submit => Submit
* Make library items header sticky
* move publish icon to left so there is no jerkiness when unpublish items selected
* update url
* fix grid gap between lib items
* Mark older items imported from initial data as unpublished
* add text to publish button on non-mobile
* add items counter
* fix test
* show personal and excal libs sections and personal goes first
* show toast on adding to library via contextMenu
* Animate plus icon and not the pending item
* fix snap
* use i18n when no item in publish dialog
* tweak style of new lib item
* show empty cells for both sections and set status as published for installed libs
* fix
* push selected item first in unpublished section
* set status as published for imported from webiste but unpublished for json
* Add items to the begining of library
* add `created` library item attr
* fix test
* use `defaultValue` instead of `value`
* fix dark theme styles
* fix toggle button not closing library
* close library menu on Escape
* tweak publish dialog item remove style
* fix remove icon in publish dialog
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-11-17 23:53:43 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						3ff9744b39 
					 
					
						
						
							
							feat: create confirm dialog to use instead of window.confirm ( #4256 )  
						
						... 
						
						
						
						* feat: create confirm dialog to use instead of window.confirm
* move confirm to right
* add types
* less margin 
						
						
					 
					
						2021-11-16 18:55:56 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b9abcc825a 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #4245 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.62.1 to 5.64.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.62.1...v5.64.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-14 10:47:31 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9679eaf74c 
					 
					
						
						
							
							chore(deps-dev): bump @types/web from 0.0.46 to 0.0.47 ( #4249 )  
						
						... 
						
						
						
						Bumps [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator ) from 0.0.46 to 0.0.47.
- [Release notes](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/releases )
- [Commits](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.46...@types/web@0.0.47 )
---
updated-dependencies:
- dependency-name: "@types/web"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-14 10:46:42 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						284747d742 
					 
					
						
						
							
							chore(deps-dev): bump terser-webpack-plugin in /src/packages/excalidraw ( #4243 )  
						
						... 
						
						
						
						Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.2.4 to 5.2.5.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.2.4...v5.2.5 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-14 10:46:18 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						876f85fd7a 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #4244 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.62.1 to 5.64.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.62.1...v5.64.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-14 10:45:55 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						efc2bbed21 
					 
					
						
						
							
							chore(deps): bump browser-fs-access from 0.21.0 to 0.21.1 ( #4248 )  
						
						... 
						
						
						
						Bumps [browser-fs-access](https://github.com/GoogleChromeLabs/browser-fs-access ) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/GoogleChromeLabs/browser-fs-access/releases )
- [Commits](https://github.com/GoogleChromeLabs/browser-fs-access/compare/v0.21.0...v0.21.1 )
---
updated-dependencies:
- dependency-name: browser-fs-access
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-14 10:45:29 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						61d193b87b 
					 
					
						
						
							
							chore(deps-dev): bump lint-staged from 11.2.6 to 12.0.1 ( #4250 )  
						
						... 
						
						
						
						Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 11.2.6 to 12.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v11.2.6...v12.0.1 )
---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-14 10:45:06 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3989d6a989 
					 
					
						
						
							
							chore(deps): bump roughjs from 4.4.5 to 4.5.0 ( #4246 )  
						
						... 
						
						
						
						Bumps [roughjs](https://github.com/pshihn/rough ) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/pshihn/rough/releases )
- [Changelog](https://github.com/rough-stuff/rough/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pshihn/rough/commits )
---
updated-dependencies:
- dependency-name: roughjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-14 10:44:44 +01:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						f6559b65ef 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #4201 )  
						
						
						
						
					 
					
						2021-11-12 12:13:34 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Steiner 
							
						 
					 
					
						
						
							
						
						bc6b066c07 
					 
					
						
						
							
							Remove outdated OT info ( #4232 )  
						
						
						
						
					 
					
						2021-11-09 12:16:32 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6370d517a2 
					 
					
						
						
							
							chore(deps-dev): bump css-loader in /src/packages/excalidraw ( #4209 )  
						
						... 
						
						
						
						Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.5.0 to 6.5.1.
- [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/v6.5.0...v6.5.1 )
---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 17:45:06 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b8a37c42e4 
					 
					
						
						
							
							chore(deps): bump @tldraw/vec from 0.0.132 to 0.1.3 ( #4215 )  
						
						... 
						
						
						
						Bumps [@tldraw/vec](https://github.com/tldraw/vec ) from 0.0.132 to 0.1.3.
- [Release notes](https://github.com/tldraw/vec/releases )
- [Commits](https://github.com/tldraw/vec/commits )
---
updated-dependencies:
- dependency-name: "@tldraw/vec"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:42:21 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						76763b80a9 
					 
					
						
						
							
							chore(deps-dev): bump @types/web from 0.0.45 to 0.0.46 ( #4214 )  
						
						... 
						
						
						
						Bumps [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator ) from 0.0.45 to 0.0.46.
- [Release notes](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/releases )
- [Commits](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/web@0.0.45...@types/web@0.0.46 )
---
updated-dependencies:
- dependency-name: "@types/web"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:41:59 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d2a2c9d6b5 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #4211 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.61.0 to 5.62.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.61.0...v5.62.1 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 17:41:50 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3a72f347d2 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #4208 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.61.0 to 5.62.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.61.0...v5.62.1 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:41:13 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c1d9456235 
					 
					
						
						
							
							chore(deps-dev): bump mini-css-extract-plugin ( #4207 )  
						
						... 
						
						
						
						Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.4.3 to 2.4.4.
- [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/v2.4.3...v2.4.4 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:40:45 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c4f8b98208 
					 
					
						
						
							
							chore(deps-dev): bump css-loader in /src/packages/utils ( #4210 )  
						
						... 
						
						
						
						Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.5.0 to 6.5.1.
- [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/v6.5.0...v6.5.1 )
---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:40:18 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b6eb57d3f1 
					 
					
						
						
							
							chore(deps): bump @testing-library/jest-dom from 5.14.1 to 5.15.0 ( #4212 )  
						
						... 
						
						
						
						Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.14.1...v5.15.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:39:52 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						473b8ca0ca 
					 
					
						
						
							
							chore(deps): bump @types/react from 17.0.33 to 17.0.34 ( #4216 )  
						
						... 
						
						
						
						Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.33 to 17.0.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:39:24 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						45206c4ef1 
					 
					
						
						
							
							chore(deps-dev): bump firebase-tools from 9.21.0 to 9.22.0 ( #4219 )  
						
						... 
						
						
						
						Bumps [firebase-tools](https://github.com/firebase/firebase-tools ) from 9.21.0 to 9.22.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases )
- [Commits](https://github.com/firebase/firebase-tools/compare/v9.21.0...v9.22.0 )
---
updated-dependencies:
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-08 18:38:55 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						56b4a29aaa 
					 
					
						
						
							
							chore(deps): bump @types/react-dom from 17.0.10 to 17.0.11 ( #4218 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-07 15:00:24 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bb4dda64b5 
					 
					
						
						
							
							chore(deps): bump roughjs from 4.4.4 to 4.4.5 ( #4221 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-07 14:57:09 +01:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						39e53b4ae7 
					 
					
						
						
							
							feat: Allow letters in IDs for storing files in backend ( #4224 )  
						
						
						
						
					 
					
						2021-11-07 14:37:13 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						6143d5195a 
					 
					
						
						
							
							refactor: deduplicate encryption helpers ( #4146 )  
						
						
						
						
					 
					
						2021-11-07 14:33:21 +01:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						f59e608f18 
					 
					
						
						
							
							fix: Skia rendering issues ( #4200 )  
						
						
						
						
					 
					
						2021-11-04 15:55:10 +01:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						6b24592e4a 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #4150 )  
						
						
						
						
					 
					
						2021-11-04 14:10:21 +02:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						7b442997dc 
					 
					
						
						
							
							chore: Update docker action to v2 ( #4198 )  
						
						
						
						
					 
					
						2021-11-04 14:10:00 +02:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						4bfc5bbcaa 
					 
					
						
						
							
							chore: Update i18next-browser-languagedetector ( #4196 )  
						
						
						
						
					 
					
						2021-11-03 21:07:13 +00:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						2b29b9a96d 
					 
					
						
						
							
							chore: Consistent case for clear canvas, change font of buttons and clean up unused strings ( #4195 )  
						
						... 
						
						
						
						* chore: Consistent case for clear canvas and font
* Remove unused
* remove 
						
						
					 
					
						2021-11-03 21:31:27 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						cc201a6d80 
					 
					
						
						
							
							fix: ellipse roughness when 0 ( #4194 )  
						
						
						
						
					 
					
						2021-11-03 12:50:54 +01:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						5be58b59e0 
					 
					
						
						
							
							fix: Proper string for invalid SVG ( #4191 )  
						
						
						
						
					 
					
						2021-11-03 10:10:58 +01:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						f1eb969565 
					 
					
						
						
							
							feat: Remove support for V1 unencrypted backend ( #4189 )  
						
						
						
						
					 
					
						2021-11-02 14:52:25 +02:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						8d4f455cd3 
					 
					
						
						
							
							chore: Update Typescript to 4.4.4 ( #4188 )  
						
						
						
						
					 
					
						2021-11-02 14:24:16 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						60262cb4cc 
					 
					
						
						
							
							chore(deps): bump idb-keyval from 5.1.3 to 6.0.3 ( #4181 )  
						
						... 
						
						
						
						Bumps [idb-keyval](https://github.com/jakearchibald/idb-keyval ) from 5.1.3 to 6.0.3.
- [Release notes](https://github.com/jakearchibald/idb-keyval/releases )
- [Changelog](https://github.com/jakearchibald/idb-keyval/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jakearchibald/idb-keyval/compare/v5.1.3...v6.0.3 )
---
updated-dependencies:
- dependency-name: idb-keyval
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-02 09:44:05 +02:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						7501c24f22 
					 
					
						
						
							
							feat: Use separate backend for local storage ( #4187 )  
						
						
						
						
					 
					
						2021-11-02 09:33:27 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						00d81aa982 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-typescript ( #4160 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.15.8 to 7.16.1.
- [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.16.1/packages/babel-plugin-transform-typescript )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:36:09 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						67fe156d06 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-async-to-generator ( #4162 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-async-to-generator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-async-to-generator ) from 7.14.5 to 7.16.0.
- [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.16.0/packages/babel-plugin-transform-async-to-generator )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-async-to-generator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:31:12 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ef433233d1 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-typescript in /src/packages/utils ( #4161 )  
						
						... 
						
						
						
						Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.15.0 to 7.16.0.
- [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.16.0/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:24:26 +00:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						1c7056bdaa 
					 
					
						
						
							
							chore: bump Prettier to the latest ( #4185 )  
						
						
						
						
					 
					
						2021-11-01 15:24:05 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						277ffaacb9 
					 
					
						
						
							
							chore(deps-dev): bump css-loader in /src/packages/excalidraw ( #4122 )  
						
						... 
						
						
						
						Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.6 to 6.5.0.
- [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.2.6...v6.5.0 )
---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:23:38 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2a3e242cfd 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-runtime ( #4164 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.15.8 to 7.16.0.
- [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.16.0/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:20:22 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b1c6051d6b 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #4134 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.50.0 to 5.61.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.50.0...v5.61.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:19:04 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8df9742463 
					 
					
						
						
							
							chore(deps-dev): bump webpack-cli in /src/packages/excalidraw ( #4132 )  
						
						... 
						
						
						
						Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.7.2 to 4.9.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.2...webpack-cli@4.9.1 )
---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:18:24 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9fdc382d71 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-arrow-functions ( #4165 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-arrow-functions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-arrow-functions ) from 7.14.5 to 7.16.0.
- [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.16.0/packages/babel-plugin-transform-arrow-functions )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-arrow-functions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:15:16 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f70d11c2d1 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-typescript ( #4167 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.15.8 to 7.16.1.
- [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.16.1/packages/babel-plugin-transform-typescript )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 15:11:04 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						05e54d6785 
					 
					
						
						
							
							chore(deps-dev): bump mini-css-extract-plugin ( #4094 )  
						
						... 
						
						
						
						Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.6.1 to 2.4.3.
- [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.6.1...v2.4.3 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:10:36 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						795a6e4546 
					 
					
						
						
							
							chore(deps-dev): bump webpack-cli in /src/packages/utils ( #4118 )  
						
						... 
						
						
						
						Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.7.2 to 4.9.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.2...webpack-cli@4.9.1 )
---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:09:32 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a01a4ad739 
					 
					
						
						
							
							chore(deps): bump @testing-library/react from 11.2.6 to 12.1.2 ( #4177 )  
						
						... 
						
						
						
						Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 11.2.6 to 12.1.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.6...v12.1.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 13:03:24 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e09b96ac6f 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/excalidraw ( #4166 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.8 to 7.16.0.
- [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.16.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 12:56:22 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d48fb17718 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #4144 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.50.0 to 5.61.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.50.0...v5.61.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 18:24:40 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ede3c4af82 
					 
					
						
						
							
							chore(deps-dev): bump postcss-loader in /src/packages/excalidraw ( #4169 )  
						
						... 
						
						
						
						Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases )
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v6.1.1...v6.2.0 )
---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:53:43 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8bcfd97fc5 
					 
					
						
						
							
							chore(deps-dev): bump css-loader in /src/packages/utils ( #4119 )  
						
						... 
						
						
						
						Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.2.0 to 6.5.0.
- [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/v6.2.0...v6.5.0 )
---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:50:49 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5721c6dfb5 
					 
					
						
						
							
							chore(deps): bump nanoid from 3.1.22 to 3.1.30 ( #4176 )  
						
						... 
						
						
						
						Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.22 to 3.1.30.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.22...3.1.30 )
---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 12:47:06 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9b1f77c3be 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-async-to-generator ( #4168 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-async-to-generator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-async-to-generator ) from 7.14.5 to 7.16.0.
- [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.16.0/packages/babel-plugin-transform-async-to-generator )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-async-to-generator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 12:43:37 +00:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						3369035f40 
					 
					
						
						
							
							feat: add hint around canvas panning ( #4159 )  
						
						
						
						
					 
					
						2021-11-01 13:36:06 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						dbc7a8599b 
					 
					
						
						
							
							chore(deps): bump @tldraw/vec from 0.0.106 to 0.0.132 ( #4175 )  
						
						... 
						
						
						
						Bumps [@tldraw/vec](https://github.com/tldraw/tldraw/tree/HEAD/packages/vec ) from 0.0.106 to 0.0.132.
- [Release notes](https://github.com/tldraw/tldraw/releases )
- [Commits](https://github.com/tldraw/tldraw/commits/HEAD/packages/vec )
---
updated-dependencies:
- dependency-name: "@tldraw/vec"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:35:17 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						09f649daf7 
					 
					
						
						
							
							chore(deps-dev): bump @types/pako from 1.0.1 to 1.0.2 ( #4170 )  
						
						... 
						
						
						
						Bumps [@types/pako](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pako ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pako )
---
updated-dependencies:
- dependency-name: "@types/pako"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:33:09 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d357664850 
					 
					
						
						
							
							chore(deps): bump perfect-freehand from 1.0.15 to 1.0.16 ( #4178 )  
						
						... 
						
						
						
						Bumps [perfect-freehand](https://github.com/steveruizok/perfect-freehand ) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/steveruizok/perfect-freehand/releases )
- [Commits](https://github.com/steveruizok/perfect-freehand/compare/v1.0.15...v1.0.16 )
---
updated-dependencies:
- dependency-name: perfect-freehand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:32:37 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f973fdfa89 
					 
					
						
						
							
							chore(deps): bump fake-indexeddb from 3.1.3 to 3.1.7 ( #4172 )  
						
						... 
						
						
						
						Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB ) from 3.1.3 to 3.1.7.
- [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases )
- [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dumbmatter/fakeIndexedDB/compare/v3.1.3...v3.1.7 )
---
updated-dependencies:
- dependency-name: fake-indexeddb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:31:54 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c15bc50f17 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/excalidraw ( #4163 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.8 to 7.16.0.
- [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.16.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:31:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c2d0107cc5 
					 
					
						
						
							
							chore(deps): bump sass from 1.32.10 to 1.43.4 ( #4174 )  
						
						... 
						
						
						
						Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.10 to 1.43.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.10...1.43.4 )
---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:31:13 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c43fac31a1 
					 
					
						
						
							
							chore(deps): bump @types/react from 17.0.3 to 17.0.33 ( #4179 )  
						
						... 
						
						
						
						Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.3 to 17.0.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:30:43 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9dfaf1752b 
					 
					
						
						
							
							chore(deps): bump open-color from 1.8.0 to 1.9.1 ( #4180 )  
						
						... 
						
						
						
						Bumps [open-color](https://github.com/yeun/open-color ) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/yeun/open-color/releases )
- [Changelog](https://github.com/yeun/open-color/blob/master/build_release )
- [Commits](https://github.com/yeun/open-color/compare/v1.8.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: open-color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:30:17 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d9a1eb2f01 
					 
					
						
						
							
							chore(deps-dev): bump firebase-tools from 9.9.0 to 9.21.0 ( #4184 )  
						
						... 
						
						
						
						Bumps [firebase-tools](https://github.com/firebase/firebase-tools ) from 9.9.0 to 9.21.0.
- [Release notes](https://github.com/firebase/firebase-tools/releases )
- [Commits](https://github.com/firebase/firebase-tools/compare/v9.9.0...v9.21.0 )
---
updated-dependencies:
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 14:29:56 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f1e17a320f 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #4151 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.8 to 7.16.0.
- [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.16.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 10:05:36 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						75ecd818b3 
					 
					
						
						
							
							chore(deps-dev): bump webpack-bundle-analyzer in /src/packages/utils ( #4158 )  
						
						... 
						
						
						
						Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases )
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.4.2...v4.5.0 )
---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 10:05:03 +00:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						a7abc71f6a 
					 
					
						
						
							
							chore: Update dependabot limits ( #4145 )  
						
						
						
						
					 
					
						2021-11-01 12:03:16 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6d0f0c8f21 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-runtime ( #4152 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.15.8 to 7.16.0.
- [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.16.0/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-11-01 12:00:41 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						790e6da500 
					 
					
						
						
							
							fix: images not initialized correctly ( #4157 )  
						
						... 
						
						
						
						* fix: image not initialized correctly due to not renewing `state.pendingImageElement`
* ensure we replace elements on update
* set file as errored on >= 400 status respones 
						
						
					 
					
						2021-11-01 10:44:57 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8df1a11535 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-arrow-functions ( #4148 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-arrow-functions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-arrow-functions ) from 7.14.5 to 7.16.0.
- [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.16.0/packages/babel-plugin-transform-arrow-functions )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-arrow-functions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-31 10:00:11 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b61ee56dc8 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/utils ( #4149 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.8 to 7.16.0.
- [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.16.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-31 11:55:32 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						c61f95a327 
					 
					
						
						
							
							fix: image-related fixes ( #4147 )  
						
						... 
						
						
						
						* flush queues on portal close
* fix mouse broadcast race condition
* stop mutating image elements when updating status
to fix race condition when closing/opening collab room
* check `files` when resolving `LayerUI`
* fix displaying AbortError 
						
						
					 
					
						2021-10-30 23:40:35 +02:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						d6d629f416 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #4109 )  
						
						
						
						
					 
					
						2021-10-30 19:26:54 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						65dec605f2 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-typescript ( #4143 )  
						
						... 
						
						
						
						Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.15.0 to 7.16.0.
- [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.16.0/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-30 16:20:16 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cacec0b5c4 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-react in /src/packages/excalidraw ( #4140 )  
						
						... 
						
						
						
						Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react ) from 7.14.5 to 7.16.0.
- [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.16.0/packages/babel-preset-react )
---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-30 12:03:51 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						87a302d7e9 
					 
					
						
						
							
							chore(deps-dev): bump sass-loader in /src/packages/excalidraw ( #4139 )  
						
						... 
						
						
						
						Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.1.0 to 12.3.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.3.0 )
---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-30 11:34:17 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						899b36c206 
					 
					
						
						
							
							chore(deps-dev): bump babel-loader in /src/packages/excalidraw ( #4138 )  
						
						... 
						
						
						
						Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.2.3 )
---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-30 00:41:13 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						534cbef982 
					 
					
						
						
							
							chore(deps-dev): bump autoprefixer in /src/packages/excalidraw ( #4137 )  
						
						... 
						
						
						
						Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.3.1 to 10.4.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.3.1...10.4.0 )
---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-30 00:01:45 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b7f118404e 
					 
					
						
						
							
							chore(deps-dev): bump webpack-bundle-analyzer ( #4121 )  
						
						... 
						
						
						
						Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases )
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.4.2...v4.5.0 )
---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 18:37:49 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						aab5067718 
					 
					
						
						
							
							chore(deps-dev): bump @types/resize-observer-browser from 0.1.5 to 0.1.6 ( #4135 )  
						
						... 
						
						
						
						Bumps [@types/resize-observer-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/resize-observer-browser ) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/resize-observer-browser )
---
updated-dependencies:
- dependency-name: "@types/resize-observer-browser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 15:36:23 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b679da02ee 
					 
					
						
						
							
							chore(deps-dev): bump terser-webpack-plugin in /src/packages/excalidraw ( #4128 )  
						
						... 
						
						
						
						Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.1.4 to 5.2.4.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.1.4...v5.2.4 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 18:26:30 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ec652820ea 
					 
					
						
						
							
							chore(deps): bump @types/jest from 26.0.22 to 27.0.2 ( #4131 )  
						
						... 
						
						
						
						Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.22 to 27.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 18:26:15 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5d941ed107 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #4129 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.0 to 7.15.8.
- [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.15.8/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 18:25:59 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						adc478ca34 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/excalidraw ( #4130 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.9 to 7.15.8.
- [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.15.8/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 18:25:47 +03:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						f1202adb15 
					 
					
						
						
							
							feat: stop using production services for development ( #4113 )  
						
						
						
						
					 
					
						2021-10-29 17:13:28 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						fd439cf38a 
					 
					
						
						
							
							chore(deps-dev): bump babel-loader in /src/packages/utils ( #4124 )  
						
						... 
						
						
						
						Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.2.3 )
---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:32:52 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						83c63be846 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-typescript ( #4127 )  
						
						... 
						
						
						
						Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.14.5 to 7.15.0.
- [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.15.0/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:26:28 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b59d49dd7f 
					 
					
						
						
							
							chore(deps-dev): bump sass-loader in /src/packages/utils ( #4126 )  
						
						... 
						
						
						
						Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.1.0 to 12.3.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.1.0...v12.3.0 )
---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:25:02 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0116b70edf 
					 
					
						
						
							
							chore(deps): bump @testing-library/jest-dom from 5.11.10 to 5.14.1 ( #4125 )  
						
						... 
						
						
						
						Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.11.10 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.10...v5.14.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:24:54 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3f390d4858 
					 
					
						
						
							
							chore(deps-dev): bump ts-loader in /src/packages/excalidraw ( #4002 )  
						
						... 
						
						
						
						Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.2.4 to 9.2.6.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.4...v9.2.6 )
---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:24:16 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						fdde73bff4 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/excalidraw ( #4069 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.8 to 7.15.8.
- [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.15.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:21:07 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						90a416e265 
					 
					
						
						
							
							chore(deps): bump @types/react-dom from 17.0.3 to 17.0.10 ( #4120 )  
						
						... 
						
						
						
						Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 17.0.3 to 17.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 14:17:59 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a828b2e5de 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-typescript ( #4044 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.14.6 to 7.15.8.
- [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.15.8/packages/babel-plugin-transform-typescript )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:16:44 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7c51d3c24c 
					 
					
						
						
							
							chore(deps-dev): bump ts-loader in /src/packages/utils ( #4117 )  
						
						... 
						
						
						
						Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.2.4 to 9.2.6.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.4...v9.2.6 )
---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:13:03 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4d2d6f181a 
					 
					
						
						
							
							chore(deps): bump tar from 4.4.15 to 4.4.19 ( #3953 )  
						
						... 
						
						
						
						Bumps [tar](https://github.com/npm/node-tar ) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19 )
---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 11:10:33 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						071416f6ef 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-typescript ( #4045 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.14.6 to 7.15.8.
- [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.15.8/packages/babel-plugin-transform-typescript )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 14:10:19 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d675b07089 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/utils ( #4043 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.8 to 7.15.8.
- [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.15.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 14:09:53 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3975fd592a 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-runtime ( #4042 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.14.5 to 7.15.8.
- [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.15.8/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 14:09:37 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						34a9a4dac6 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-typescript in /src/packages/utils ( #3928 )  
						
						... 
						
						
						
						Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.14.5 to 7.15.0.
- [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.15.0/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-29 14:08:37 +03:00 
						 
				 
			
				
					
						
							
							
								Lipis 
							
						 
					 
					
						
						
							
						
						78e419b790 
					 
					
						
						
							
							chore(deps-dev): Upgrade commit hooks to Husky 7 ( #4116 )  
						
						... 
						
						
						
						* Upgrade to Husky 7
* Husky 
						
						
					 
					
						2021-10-29 14:06:13 +03:00 
						 
				 
			
				
					
						
							
							
								Jonas Bleyl 
							
						 
					 
					
						
						
							
						
						8d8769ba4e 
					 
					
						
						
							
							feat: add triangle arrowhead ( #4024 )  
						
						... 
						
						
						
						Co-authored-by: ad1992 <aakansha1216@gmail.com >
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-10-27 19:27:39 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						d89fb3371b 
					 
					
						
						
							
							fix: rewrite collab element reconciliation to fix z-index issues ( #4076 )  
						
						
						
						
					 
					
						2021-10-27 15:14:20 +02:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						8410972cff 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #4047 )  
						
						... 
						
						
						
						* New translations en.json (Occitan)
* New translations en.json (Catalan)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Bengali)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Simplified)
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Occitan)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Indonesian)
* New translations en.json (Punjabi)
* New translations en.json (Persian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Kazakh)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Burmese)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Catalan)
* New translations en.json (Bulgarian)
* New translations en.json (Tamil)
* New translations en.json (Bengali)
* New translations en.json (Chinese Simplified)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Korean)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Kabyle)
* Auto commit: Calculate translation coverage
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Italian)
* New translations en.json (Dutch)
* New translations en.json (Chinese Traditional)
* New translations en.json (Norwegian Bokmal)
* Auto commit: Calculate translation coverage
* New translations en.json (French)
* New translations en.json (Ukrainian)
* Auto commit: Calculate translation coverage
* New translations en.json (Slovak)
* Auto commit: Calculate translation coverage
* New translations en.json (German)
* Auto commit: Calculate translation coverage
* New translations en.json (German)
* New translations en.json (Occitan)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Indonesian)
* New translations en.json (Punjabi)
* New translations en.json (Persian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Kazakh)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Burmese)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Catalan)
* New translations en.json (Bulgarian)
* New translations en.json (Tamil)
* New translations en.json (Bengali)
* New translations en.json (Chinese Simplified)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Korean)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Kabyle)
* Auto commit: Calculate translation coverage
* New translations en.json (Occitan)
* Auto commit: Calculate translation coverage
* New translations en.json (Occitan)
* New translations en.json (Norwegian Bokmal)
* Auto commit: Calculate translation coverage
* New translations en.json (Occitan)
* Auto commit: Calculate translation coverage
* New translations en.json (Indonesian)
* Auto commit: Calculate translation coverage
* New translations en.json (Indonesian)
* New translations en.json (Kazakh)
* Auto commit: Calculate translation coverage
* New translations en.json (Japanese)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional)
* Auto commit: Calculate translation coverage
* New translations en.json (French)
* Auto commit: Calculate translation coverage
* New translations en.json (French)
* New translations en.json (Dutch)
* Auto commit: Calculate translation coverage
* New translations en.json (Italian)
* Auto commit: Calculate translation coverage
* New translations en.json (Romanian)
* New translations en.json (Italian)
* Auto commit: Calculate translation coverage
* New translations en.json (Portuguese)
* Auto commit: Calculate translation coverage
* New translations en.json (Finnish)
* Auto commit: Calculate translation coverage
* New translations en.json (Sinhala)
* Auto commit: Calculate translation coverage
* New translations en.json (German)
* Auto commit: Calculate translation coverage
* New translations en.json (Portuguese, Brazilian)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Tamil)
* Auto commit: Calculate translation coverage
* New translations en.json (Slovak)
* Auto commit: Calculate translation coverage
* New translations en.json (Slovak)
* New translations en.json (Romanian)
* Auto commit: Calculate translation coverage
* New translations en.json (Swedish)
* Auto commit: Calculate translation coverage
* New translations en.json (Swedish)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* Auto commit: Calculate translation coverage
* New translations en.json (Sinhala)
* Auto commit: Calculate translation coverage
* New translations en.json (Sinhala)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional, Hong Kong)
* New translations en.json (Chinese Simplified)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Simplified)
* New translations en.json (Kabyle)
* Auto commit: Calculate translation coverage
* New translations en.json (Kabyle)
* Auto commit: Calculate translation coverage 
						
						
					 
					
						2021-10-27 12:41:00 +05:30 
						 
				 
			
				
					
						
							
							
								Thomas Steiner 
							
						 
					 
					
						
						
							
						
						2c8d041987 
					 
					
						
						
							
							Migrate the implementation back to browser-fs-access ( #4106 )  
						
						
						
						
					 
					
						2021-10-27 08:57:10 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						94519c8250 
					 
					
						
						
							
							fix: redirect excalidraw.com/about to for-webex.excalidraw.com ( #4104 )  
						
						
						
						
					 
					
						2021-10-26 17:01:05 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						add8a1b1a7 
					 
					
						
						
							
							fix: redirect to webex LP instead of rewrite to fix SW ( #4103 )  
						
						
						
						
					 
					
						2021-10-26 16:02:30 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						516e7656f3 
					 
					
						
						
							
							feat: Add rewrite to webex landing page ( #4102 )  
						
						... 
						
						
						
						* feat: Add rewrite to webex landing page
* blacklist webex url
* dont cache webex
* Unregister sw for webex
* fix
* fix
* reload in callback
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-10-26 18:19:41 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						d7cdee37bf 
					 
					
						
						
							
							feat: switch collab server ( #4092 )  
						
						
						
						
					 
					
						2021-10-24 11:47:45 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						5c5b8c517f 
					 
					
						
						
							
							fix: clear image/shape cache of affected elements when adding files ( #4089 )  
						
						
						
						
					 
					
						2021-10-23 14:17:04 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						7dbd0c5e0a 
					 
					
						
						
							
							fix: clear LibraryUnit DOM on unmount ( #4084 )  
						
						
						
						
					 
					
						2021-10-22 22:07:20 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						ba35eb8f8c 
					 
					
						
						
							
							fix: pasting images on firefox ( #4085 )  
						
						
						
						
					 
					
						2021-10-22 21:04:04 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						163ad1f4c4 
					 
					
						
						
							
							feat: image support ( #4011 )  
						
						... 
						
						
						
						Co-authored-by: Emil Atanasov <heitara@gmail.com >
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-10-21 22:05:48 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						0f0244224d 
					 
					
						
						
							
							feat: Use dialog component for clear canvas instead of window confirm ( #4075 )  
						
						... 
						
						
						
						* feat: Use dialog component for clear canvas instead of window confirm
* reduce font weight
* fix specs
* update button name and use action
* export clearCanvas from actions 
						
						
					 
					
						2021-10-21 17:35:28 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						6eecadce60 
					 
					
						
						
							
							feat: export isLinearElement and getNonDeletedElements ( #4072 )  
						
						... 
						
						
						
						* feat: export isLinearElement and getNonDeletedElements
* fix 
						
						
					 
					
						2021-10-19 14:40:48 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						bc88cf5002 
					 
					
						
						
							
							fix: Don't show save file to disk when UIOptions.canvasActions.export.saveFileToDisk is false ( #4073 )  
						
						
						
						
					 
					
						2021-10-19 14:39:47 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						571be9c0fe 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-runtime ( #4053 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.14.5 to 7.15.8.
- [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.15.8/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-18 15:59:56 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						5d925c7d3f 
					 
					
						
						
							
							build: Allow package.json changes when autoreleasing next ( #4068 )  
						
						
						
						
					 
					
						2021-10-18 15:58:58 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						45c520341f 
					 
					
						
						
							
							chore: bump @dwelle/browser-fs-access to 0.21.2 ( #4067 )  
						
						
						
						
					 
					
						2021-10-18 11:08:12 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						c6ffc06541 
					 
					
						
						
							
							feat: support renderTopRightUI in mobile ( #4065 )  
						
						
						
						
					 
					
						2021-10-17 21:44:46 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						ff29780760 
					 
					
						
						
							
							Refactor: convert initializeApp to func component and use JSX transform in the codebase ( #4056 )  
						
						
						
						
					 
					
						2021-10-14 22:56:51 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						463857ad9a 
					 
					
						
						
							
							feat: Export THEME from the package  ( #4055 )  
						
						... 
						
						
						
						* Use Theme type everywhere
* Rename Appearance type to Theme for consistency
* Reorder headers in readme
The host don't need to pass hardcoded strings any more and instead can use the exported constant 
						
						
					 
					
						2021-10-14 14:15:57 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						be2da9539e 
					 
					
						
						
							
							chore(deps): bump path-parse in /src/packages/excalidraw ( #3912 )  
						
						... 
						
						
						
						Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-13 20:18:29 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bb7829ef90 
					 
					
						
						
							
							chore(deps): bump url-parse from 1.5.1 to 1.5.3 ( #3927 )  
						
						... 
						
						
						
						Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-13 20:18:09 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1104f6891e 
					 
					
						
						
							
							chore(deps): bump semver-regex from 3.1.2 to 3.1.3 ( #3988 )  
						
						... 
						
						
						
						Bumps [semver-regex](https://github.com/sindresorhus/semver-regex ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases )
- [Commits](https://github.com/sindresorhus/semver-regex/commits )
---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-13 20:17:43 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a97e172070 
					 
					
						
						
							
							chore(deps): bump tmpl from 1.0.4 to 1.0.5 ( #3992 )  
						
						... 
						
						
						
						Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-10-13 20:17:24 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						39d45afc06 
					 
					
						
						
							
							build: Enable jsx transform in webpack and release @excalidraw/excalidraw@0.10.0  🎉  ( #4049 )  
						
						... 
						
						
						
						* fix: Enable jsx transform in webpack
* update changelog
* fix
* typo fix in script
* docs: release @excalidraw/excalidraw@0.9.1  🎉 
* fix changelog
* release 0.10.0
* Update src/packages/excalidraw/CHANGELOG.md 
						
						
					 
					
						2021-10-13 17:03:50 +05:30 
						 
				 
			
				
					
						
							
							
								Steve Ruiz 
							
						 
					 
					
						
						
							
						
						00c6940851 
					 
					
						
						
							
							fix: freehand points ( #4031 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-10-11 20:11:26 +02:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						982cba2035 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #3996 )  
						
						
						
						
					 
					
						2021-10-09 20:32:35 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						54739cd2df 
					 
					
						
						
							
							fix: abstract and fix legacy fs ( #4032 )  
						
						
						
						
					 
					
						2021-10-07 13:19:40 +02:00 
						 
				 
			
				
					
						
							
							
								Shubham Shah 
							
						 
					 
					
						
						
							
						
						75aeaa6c38 
					 
					
						
						
							
							fix: context menu positioning ( #4025 )  
						
						
						
						
					 
					
						2021-10-04 12:13:17 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						bea4a1e066 
					 
					
						
						
							
							chore: bump browser-fs-acccess to 0.20.5 ( #4018 )  
						
						... 
						
						
						
						* bump browser-fs-acccess to 0.20.5
* add null check 
						
						
					 
					
						2021-10-02 18:27:26 +02:00 
						 
				 
			
				
					
						
							
							
								Ishan Sharma 
							
						 
					 
					
						
						
							
						
						e8b462cc31 
					 
					
						
						
							
							fix: Added alert for bad encryption key ( #3998 )  
						
						
						
						
					 
					
						2021-09-24 22:34:56 +02:00 
						 
				 
			
				
					
						
							
							
								Ishan Sharma 
							
						 
					 
					
						
						
							
						
						c86c176e10 
					 
					
						
						
							
							docs: Added note on encryption key length ( #3995 )  
						
						
						
						
					 
					
						2021-09-23 21:30:01 +05:30 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						b09c11bb14 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #3858 )  
						
						
						
						
					 
					
						2021-09-22 22:58:12 +02:00 
						 
				 
			
				
					
						
							
							
								Steve Ruiz 
							
						 
					 
					
						
						
							
						
						7199d13f48 
					 
					
						
						
							
							feat: improve freedraw shape ( #3984 )  
						
						
						
						
					 
					
						2021-09-18 16:56:55 +02:00 
						 
				 
			
				
					
						
							
							
								zsviczian 
							
						 
					 
					
						
						
							
						
						7d1fddc144 
					 
					
						
						
							
							fix: onPaste should return false to prevent paste action ( #3974 )  
						
						... 
						
						
						
						* Update App.tsx
* Update README_NEXT.md
* Update CHANGELOG.md
* Update App.tsx
* Update App.tsx
* Update src/packages/excalidraw/CHANGELOG.md
* fix lint
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-09-13 20:58:53 +05:30 
						 
				 
			
				
					
						
							
							
								Pim Otte 
							
						 
					 
					
						
						
							
						
						5da3207633 
					 
					
						
						
							
							docs: correct exportToBackend to onExportToBackend in README ( #3952 )  
						
						... 
						
						
						
						* docs: correct exportToBackend to onExportToBackend in README
* Update changelog with link to PR
* Add Excalidraw API title to changelog section
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com >
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-08-30 14:16:44 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						8c9786e026 
					 
					
						
						
							
							fix: help-icon now visible on Safari ( #3939 )  
						
						
						
						
					 
					
						2021-08-25 13:57:42 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						f0f13ed694 
					 
					
						
						
							
							fix: permanent zoom mode ( #3931 )  
						
						
						
						
					 
					
						2021-08-23 22:47:29 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						850d8eb47e 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #3899 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.9 to 7.15.0.
- [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.15.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-21 00:03:05 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f287f9c002 
					 
					
						
						
							
							chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /src/packages/utils ( #3913 )  
						
						... 
						
						
						
						Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-21 00:02:39 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						78df5bc852 
					 
					
						
						
							
							chore(deps): bump path-parse from 1.0.6 to 1.0.7 ( #3914 )  
						
						... 
						
						
						
						Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-21 00:02:29 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f0073c7e26 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #3918 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.47.1 to 5.50.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.47.1...v5.50.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-21 00:02:11 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						fa7a313412 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #3919 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.40.0 to 5.50.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.40.0...v5.50.0 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-21 00:01:46 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8b3f236cd8 
					 
					
						
						
							
							chore(deps): bump tar from 4.4.13 to 4.4.15 ( #3888 )  
						
						... 
						
						
						
						Bumps [tar](https://github.com/npm/node-tar ) from 4.4.13 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.15 )
---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-06 02:20:23 +05:30 
						 
				 
			
				
					
						
							
							
								Thomas Steiner 
							
						 
					 
					
						
						
							
						
						621812d0eb 
					 
					
						
						
							
							feat: Make color ARIA labels better ( #3871 )  
						
						... 
						
						
						
						* Make color aria labels better
* Use isTransparent helper
* Fix import
* Try to fix test
* More test fixes
* Reuse variable 
						
						
					 
					
						2021-08-02 20:18:55 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d607249205 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/excalidraw ( #3884 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.7 to 7.14.9.
- [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.14.9/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 13:45:17 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						df28c3299f 
					 
					
						
						
							
							chore(deps-dev): bump ts-loader in /src/packages/excalidraw ( #3883 )  
						
						... 
						
						
						
						Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.2.3 to 9.2.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.3...v9.2.4 )
---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 13:45:02 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b00a57b4be 
					 
					
						
						
							
							chore(deps-dev): bump ts-loader in /src/packages/utils ( #3863 )  
						
						... 
						
						
						
						Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 9.2.3 to 9.2.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.2.3...v9.2.4 )
---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 13:39:53 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9277e839db 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #3885 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.7 to 7.14.9.
- [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.14.9/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 13:39:29 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0d5d60944f 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/excalidraw ( #3886 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.6 to 7.14.8.
- [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.14.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 13:39:15 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						489a652d73 
					 
					
						
						
							
							chore(deps-dev): bump typescript in /src/packages/excalidraw ( #3787 )  
						
						... 
						
						
						
						Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.4...v4.3.5 )
---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 13:37:33 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2b85d96121 
					 
					
						
						
							
							chore(deps-dev): bump postcss-loader in /src/packages/excalidraw ( #3788 )  
						
						... 
						
						
						
						Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases )
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v6.1.0...v6.1.1 )
---
updated-dependencies:
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 19:03:04 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6ce535d3a4 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/utils ( #3860 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.6 to 7.14.8.
- [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.14.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 19:02:43 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						da43cf5635 
					 
					
						
						
							
							chore(deps-dev): bump css-loader in /src/packages/utils ( #3862 )  
						
						... 
						
						
						
						Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.6 to 6.2.0.
- [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.2.6...v6.2.0 )
---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 19:02:22 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						603ecfba34 
					 
					
						
						
							
							chore(deps-dev): bump autoprefixer in /src/packages/excalidraw ( #3839 )  
						
						... 
						
						
						
						Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.2.6 to 10.3.1.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.2.6...10.3.1 )
---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 19:00:23 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a589708737 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #3881 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.40.0 to 5.47.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.40.0...v5.47.1 )
---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-01 18:59:48 +05:30 
						 
				 
			
				
					
						
							
							
								Thomas Steiner 
							
						 
					 
					
						
						
							
						
						4df401d012 
					 
					
						
						
							
							feat: Add origin trial tokens ( #3853 )  
						
						
						
						
					 
					
						2021-07-23 10:43:27 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						b2c4552416 
					 
					
						
						
							
							feat: re-order zoom buttons ( #3837 )  
						
						... 
						
						
						
						* feat: re-order zoom buttons
* undo last commit & change zoomOut/zoomIn order 
						
						
					 
					
						2021-07-16 23:47:43 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						5cae218f1b 
					 
					
						
						
							
							fix: undo/redo buttons gap in Safari ( #3836 )  
						
						
						
						
					 
					
						2021-07-15 22:10:48 +02:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						4be726d405 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #3812 )  
						
						
						
						
					 
					
						2021-07-15 19:10:38 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						99623334d1 
					 
					
						
						
							
							feat: add undo/redo buttons & tweak footer ( #3832 )  
						
						... 
						
						
						
						Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-07-15 18:48:03 +02:00 
						 
				 
			
				
					
						
							
							
								David Laban 
							
						 
					 
					
						
						
							
						
						685abac81a 
					 
					
						
						
							
							feat: resave to png/svg with metadata if you loaded your scene from a png/svg file ( #3645 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-07-15 15:54:26 +02:00 
						 
				 
			
				
					
						
							
							
								Hargobind S. Khalsa 
							
						 
					 
					
						
						
							
						
						9581c45522 
					 
					
						
						
							
							fix: Prevent gradual canvas misalignment ( #3833 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-07-14 13:29:22 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						0749d2c1f3 
					 
					
						
						
							
							fix: color picker shortcuts not working when elements selected ( #3817 )  
						
						
						
						
					 
					
						2021-07-10 21:05:00 +00:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						8787f3dc60 
					 
					
						
						
							
							docs: release @excalidraw/excalidraw@0.9.0   🎉  ( #3807 )  
						
						... 
						
						
						
						* docs: release @excalidraw/excalidraw@0.9.0  🎉 
* remove
* update changelog 
						
						
					 
					
						2021-07-10 18:52:19 +05:30 
						 
				 
			
				
					
						
							
							
								connorhanafee 
							
						 
					 
					
						
						
							
						
						5fabc57277 
					 
					
						
						
							
							fix: view mode cursor adjustments ( #3809 )  
						
						
						
						
					 
					
						2021-07-10 00:00:13 +02:00 
						 
				 
			
				
					
						
							
							
								Denys Holius 
							
						 
					 
					
						
						
							
						
						e7cbb859f0 
					 
					
						
						
							
							chore: Bump nginx version to newest ( #3811 )  
						
						... 
						
						
						
						Bump nginx version to newest. 
						
						
					 
					
						2021-07-09 17:07:34 +02:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						aa860251c7 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #3718 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-07-08 13:09:13 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						380aaa30e6 
					 
					
						
						
							
							fix: pass next release to updatePackageVersion & replace ## unreleased with new version ( #3806 )  
						
						... 
						
						
						
						* fix: pass next version to updatePackageVersion
* replace unreleased with next version in changelog
* fix
* fix 
						
						
					 
					
						2021-07-06 00:13:56 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						2e61fec7a6 
					 
					
						
						
							
							build: Add release script to update relevant files and commit for next release ( #3805 )  
						
						... 
						
						
						
						* build: Add script to update package.json and commit for next release
* fix 
						
						
					 
					
						2021-07-05 22:29:35 +05:30 
						 
				 
			
				
					
						
							
							
								Jakub Koralewski 
							
						 
					 
					
						
						
							
						
						3c295559c7 
					 
					
						
						
							
							docs: specify to use yarn v1 not v2 ( #3799 )  
						
						... 
						
						
						
						Co-authored-by: David Luzar <luzar.david@gmail.com > 
						
						
					 
					
						2021-07-05 18:01:52 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						55d3287abf 
					 
					
						
						
							
							fix: include deleted elements when passing to restore ( #3802 )  
						
						
						
						
					 
					
						2021-07-05 13:43:53 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						e3e967421e 
					 
					
						
						
							
							fix: import React before using jsx ( #3804 )  
						
						
						
						
					 
					
						2021-07-05 15:59:09 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						77aae63006 
					 
					
						
						
							
							docs: tweak changelog and readme ( #3796 )  
						
						... 
						
						
						
						* docs: tweak changelog and readme
* moving to discussions :)
* Apply suggestions from code review
Co-authored-by: David Luzar <luzar.david@gmail.com >
* Add about  attributes passed to updateScene
Co-authored-by: David Luzar <luzar.david@gmail.com > 
						
						
					 
					
						2021-07-05 14:21:01 +05:30 
						 
				 
			
				
					
						
							
							
								Jakub Koralewski 
							
						 
					 
					
						
						
							
						
						ee64a7e264 
					 
					
						
						
							
							fix: ensure s and g shortcuts work on no selection ( #3800 )  
						
						... 
						
						
						
						Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-07-04 22:27:33 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						097362662d 
					 
					
						
						
							
							feat: pass localElements to restore and restoreElement API's and bump versions of duplicate elements on import ( #3797 )  
						
						
						
						
					 
					
						2021-07-04 22:23:35 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						038e9c13dd 
					 
					
						
						
							
							build: Add script to update changelog before a stable release ( #3784 )  
						
						... 
						
						
						
						* build: Add script to update changelog before a stable release
* fix
* fix
* fix
* Add note for lib updates
* Update scripts/updateChangelog.js
Co-authored-by: David Luzar <luzar.david@gmail.com > 
						
						
					 
					
						2021-07-04 18:40:25 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						bc8ba08ad0 
					 
					
						
						
							
							build: Add script to update readme before stable release ( #3781 )  
						
						... 
						
						
						
						* build: Add script to update readme before stable release
* fix
* fix 
						
						
					 
					
						2021-07-03 18:50:22 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						f861a9fdd0 
					 
					
						
						
							
							feat:  support appState.exportEmbedScene to embed scene data in exportToSvg util ( #3777 )  
						
						... 
						
						
						
						* feat: add embedScene attribute to exportToSvg util
* fix
* return promise
* add docs and remove
* fix
* fix tests
* use
* fix
* fix
* remove metadata and use exportEmbedScene
* fix
* fix
* fix
* fix
* IIFE 
						
						
					 
					
						2021-07-03 02:07:01 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						62303b8a22 
					 
					
						
						
							
							chore: bump browser-fs-access ( #3780 )  
						
						
						
						
					 
					
						2021-07-02 14:55:16 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9cc741ab3a 
					 
					
						
						
							
							chore(deps): bump ssri from 6.0.1 to 6.0.2 ( #3711 )  
						
						... 
						
						
						
						Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: ssri
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-30 01:29:46 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2d279cbb02 
					 
					
						
						
							
							chore(deps-dev): bump mini-css-extract-plugin ( #3767 )  
						
						... 
						
						
						
						Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.6.0 to 1.6.1.
- [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.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-29 02:13:49 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						57ea4fdf9a 
					 
					
						
						
							
							chore(deps-dev): bump terser-webpack-plugin in /src/packages/excalidraw ( #3768 )  
						
						... 
						
						
						
						Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.1.3...v5.1.4 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-29 02:13:27 +05:30 
						 
				 
			
				
					
						
							
							
								connorhanafee 
							
						 
					 
					
						
						
							
						
						44402f42bf 
					 
					
						
						
							
							feat: switch to selection tool on library item insert ( #3773 )  
						
						... 
						
						
						
						* switch to selection tool on library item insert
* add test
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-06-28 12:00:33 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						bdead4d164 
					 
					
						
						
							
							feat: expose getFreeDrawSvg, loadFromBlob and loadLibraryFromBlob from excalidraw package ( #3764 )  
						
						... 
						
						
						
						* feat: expose getFreeDrawSvg, loadFromBlob and loadLibraryFromBlob from excalidraw package
* Add docs
* fix 
						
						
					 
					
						2021-06-26 02:12:58 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bfc0656475 
					 
					
						
						
							
							chore(deps): bump color-string from 1.5.4 to 1.5.5 ( #3761 )  
						
						... 
						
						
						
						Bumps [color-string](https://github.com/Qix-/color-string ) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases )
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5 )
---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-26 01:37:59 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						a33a3334f7 
					 
					
						
						
							
							chore: upgrade deps in packages ( #3760 )  
						
						... 
						
						
						
						* chore: upgrade deps
* upgrade deps in utils 
						
						
					 
					
						2021-06-24 01:26:44 +05:30 
						 
				 
			
				
					
						
							
							
								connorhanafee 
							
						 
					 
					
						
						
							
						
						969d3c694a 
					 
					
						
						
							
							fix: keep binding for attached arrows after changing text ( #3754 )  
						
						... 
						
						
						
						Co-authored-by: David Luzar <luzar.david@gmail.com > 
						
						
					 
					
						2021-06-21 14:31:49 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						5cd921549a 
					 
					
						
						
							
							fix: deselect elements on viewMode toggle ( #3741 )  
						
						
						
						
					 
					
						2021-06-16 19:01:16 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						437afcbea4 
					 
					
						
						
							
							fix: allow pointer events for disable zen mode button ( #3743 )  
						
						
						
						
					 
					
						2021-06-16 22:25:22 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						6dee02e320 
					 
					
						
						
							
							feat: expose fontfamily and refactor FONT_FAMILY ( #3710 )  
						
						... 
						
						
						
						* feat: expose fontfamily and refactor FONT_FAMILY for better readability
* fix
* fix
* fix
* docs
* fix 
						
						
					 
					
						2021-06-13 21:26:55 +05:30 
						 
				 
			
				
					
						
							
							
								Arun 
							
						 
					 
					
						
						
							
						
						74a2f16501 
					 
					
						
						
							
							feat: Show active file name when saving to current file ( #3733 )  
						
						... 
						
						
						
						* feat: Show active file name when saving to current file
* Make requested changes
* More changes 
						
						
					 
					
						2021-06-13 21:11:07 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						fd4460be37 
					 
					
						
						
							
							feat: add hint around text editing ( #3708 )  
						
						
						
						
					 
					
						2021-06-12 22:58:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e82d0493cf 
					 
					
						
						
							
							chore(deps-dev): bump ts-loader in /src/packages/excalidraw ( #3716 )  
						
						... 
						
						
						
						Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 8.1.0 to 9.2.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.1.0...v9.2.3 )
---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 20:03:02 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						083cb4c656 
					 
					
						
						
							
							chore(deps-dev): bump ts-loader in /src/packages/utils ( #3712 )  
						
						... 
						
						
						
						Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 8.1.0 to 9.2.3.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.1.0...v9.2.3 )
---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-13 01:27:54 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d067365c1d 
					 
					
						
						
							
							chore(deps-dev): bump typescript in /src/packages/excalidraw ( #3671 )  
						
						... 
						
						
						
						Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-13 01:26:27 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						273cac6b60 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-typescript ( #3713 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.14.3 to 7.14.5.
- [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.14.5/packages/babel-plugin-transform-typescript )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 21:48:03 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b9337b8a36 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #3714 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.4 to 7.14.5.
- [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.14.5/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 15:41:26 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0e0025921b 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-async-to-generator ( #3715 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-async-to-generator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-async-to-generator ) from 7.13.0 to 7.14.5.
- [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.14.5/packages/babel-plugin-transform-async-to-generator )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-async-to-generator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 15:36:46 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						efc01ddab1 
					 
					
						
						
							
							chore(deps): bump ws from 7.4.3 to 7.4.6 in /src/packages/excalidraw ( #3665 )  
						
						... 
						
						
						
						Bumps [ws](https://github.com/websockets/ws ) from 7.4.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.3...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 15:34:00 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7bce22b114 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #3670 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.37.1 to 5.38.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.37.1...v5.38.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 15:31:49 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						aab4965bbb 
					 
					
						
						
							
							chore(deps): bump ws from 7.4.3 to 7.4.6 in /src/packages/utils ( #3664 )  
						
						... 
						
						
						
						Bumps [ws](https://github.com/websockets/ws ) from 7.4.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.3...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 15:30:49 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						486a9a3da8 
					 
					
						
						
							
							chore(deps-dev): bump autoprefixer in /src/packages/excalidraw ( #3672 )  
						
						... 
						
						
						
						Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.2.5 to 10.2.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.2.5...10.2.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 20:56:01 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2425c06082 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/utils ( #3673 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.37.1 to 5.38.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.37.1...v5.38.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 20:55:40 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						79ea844901 
					 
					
						
						
							
							chore(deps-dev): bump @babel/preset-env in /src/packages/utils ( #3675 )  
						
						... 
						
						
						
						Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.14.1 to 7.14.4.
- [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.14.4/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-06-12 20:54:40 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						6690215cd1 
					 
					
						
						
							
							feat: change library icon to be more clear ( #3583 )  
						
						
						
						
					 
					
						2021-06-11 23:13:05 +02:00 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						7f5e783fe8 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #3659 )  
						
						
						
						
					 
					
						2021-06-11 19:15:44 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						9325109836 
					 
					
						
						
							
							fix: use excal id so every element has unique id  ( #3696 )  
						
						... 
						
						
						
						* fix: use excal id so every element has unique id
* fix
* fix
* fix
* add docs
* fix 
						
						
					 
					
						2021-06-10 02:46:56 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						69b6fbb3f4 
					 
					
						
						
							
							feat: pass current theme when installing libraries ( #3701 )  
						
						... 
						
						
						
						* pass current `theme` when installing libraries
* pass `theme` instead of `appState` 
						
						
					 
					
						2021-06-08 23:14:02 +02:00 
						 
				 
			
				
					
						
							
							
								Sakito Mukai 
							
						 
					 
					
						
						
							
						
						6b6002baae 
					 
					
						
						
							
							refactor: Delete React SyntheticEvent persist ( #3700 )  
						
						
						
						
					 
					
						2021-06-07 10:32:30 +02:00 
						 
				 
			
				
					
						
							
							
								Karl Horky 
							
						 
					 
					
						
						
							
						
						54dcb73701 
					 
					
						
						
							
							docs: improve grammar and example ( #3699 )  
						
						... 
						
						
						
						* Improve grammar, render only once
* Update README_NEXT.md 
						
						
					 
					
						2021-06-07 01:38:05 +05:30 
						 
				 
			
				
					
						
							
							
								rafaquelhodev 
							
						 
					 
					
						
						
							
						
						b595d3fcba 
					 
					
						
						
							
							test: add unit tests for restore.ts file ( #3679 )  
						
						... 
						
						
						
						* Add unit tests for restore.ts file
* Improving describe blocks in restore tests
* Move restore.tests.ts folder and remove depedency of UI in the tests
* Adding snapshots to restore.ts tests
* Using snapshot in freedraw test
* Updating description of test for line and draw elements
* Updating description of test for arrow element
* Improving restoreAppState tests
* specs cleanup
* fix
* fix
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-06-06 21:53:12 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						d0867d1c3b 
					 
					
						
						
							
							refatcor: make ProjectName a functional component ( #3695 )  
						
						
						
						
					 
					
						2021-06-04 21:22:09 +05:30 
						 
				 
			
				
					
						
							
							
								Youri Tjang 
							
						 
					 
					
						
						
							
						
						0d19e9210c 
					 
					
						
						
							
							feat: update virgil font ( #3692 )  
						
						... 
						
						
						
						Co-authored-by: tjangy <youri.tjang@rabobank.nl > 
						
						
					 
					
						2021-06-02 21:41:14 +02:00 
						 
				 
			
				
					
						
							
							
								Arun 
							
						 
					 
					
						
						
							
						
						4249de41d4 
					 
					
						
						
							
							feat: Add prop autoFocus to set focus on the Excalidraw component ( #3691 )  
						
						... 
						
						
						
						* feat: Add prop autofocus to set focus on Excalidraw component
* Update PR number
* Make requested changes
* Add note
* Update src/packages/excalidraw/CHANGELOG.md
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com >
* Update src/tests/excalidrawPackage.test.tsx
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com >
* Remove duplicate sentence
* Indent note
* autofocus -> autoFocus
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-06-02 19:54:21 +05:30 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						15f02ba191 
					 
					
						
						
							
							refactor: code clean up ( #3681 )  
						
						... 
						
						
						
						* refactor: code clean up
Move types from App.tsx to types.ts
Move excalidrawPackage.test.tsx inside src/tests/package
* import type 
						
						
					 
					
						2021-06-01 23:52:13 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						a2e1199907 
					 
					
						
						
							
							feat: support exporting json to excalidraw plus ( #3678 )  
						
						... 
						
						
						
						* feat: support exporting json to excalidraw plus
* add Firebase Storage rules to codebase
* factor the onClick handler out
* move excal icon to icons.tsx
* handle export error 
						
						
					 
					
						2021-06-01 14:05:09 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						c08e9c4172 
					 
					
						
						
							
							fix: use rgba instead of shorthand alpha ( #3688 )  
						
						
						
						
					 
					
						2021-05-31 14:29:40 +05:30 
						 
				 
			
				
					
						
							
							
								David Laban 
							
						 
					 
					
						
						
							
						
						abfc58eb24 
					 
					
						
						
							
							feat: save exportScale in AppState ( #3580 )  
						
						... 
						
						
						
						Co-authored-by: David Luzar <luzar.david@gmail.com >
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-05-30 16:31:12 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						035c7affff 
					 
					
						
						
							
							fix: color pickers not opening on mobile ( #3676 )  
						
						
						
						
					 
					
						2021-05-30 12:05:07 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						c819b653bf 
					 
					
						
						
							
							fix: on contextMenu, use selected element regardless of z-index ( #3668 )  
						
						
						
						
					 
					
						2021-05-29 22:33:53 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						60cea7a0c2 
					 
					
						
						
							
							fix: selectedGroupIds not being stored in history ( #3630 )  
						
						... 
						
						
						
						thanks! 
						
						
					 
					
						2021-05-29 21:35:03 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						d63b6a3469 
					 
					
						
						
							
							feat: support custom UI rendering inside export dialog ( #3666 )  
						
						... 
						
						
						
						* feat: support custom UI rendering inside export dialog
* docs
* add
* remove assertion
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-05-30 00:37:38 +05:30 
						 
				 
			
				
					
						
							
							
								Jed Fox 
							
						 
					 
					
						
						
							
						
						0912fe1c93 
					 
					
						
						
							
							fix: overscroll on touch devices ( #3663 )  
						
						
						
						
					 
					
						2021-05-29 11:54:36 -04:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						360310de31 
					 
					
						
						
							
							feat: Add prop UIOptions.canvasActions.saveAsImage to show/hide save image button ( #3662 )  
						
						... 
						
						
						
						* feat: Add prop UIOptions.canvasActions.saveAsImage which implies whether the save as image dialog should be shown
* Add docs
* fix specs 
						
						
					 
					
						2021-05-29 19:41:50 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						716c78e930 
					 
					
						
						
							
							chore(deps): bump dns-packet from 1.3.1 to 1.3.4 ( #3652 )  
						
						... 
						
						
						
						Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-29 16:06:20 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						ba48974351 
					 
					
						
						
							
							feat: customise export dialog with UIOptions.canvasActions.export prop ( #3658 )  
						
						... 
						
						
						
						* refactor: update UIOptions.canvasActions.export to be a an object
* fix
* fix
* dnt show export icon when false
* fix
* inline
* memoize UIOptions
* update docs
* fix
* tweak readme
Co-authored-by: David Luzar <luzar.david@gmail.com > 
						
						
					 
					
						2021-05-29 02:56:25 +05:30 
						 
				 
			
				
					
						
							
							
								Arun 
							
						 
					 
					
						
						
							
						
						6c3e4417e1 
					 
					
						
						
							
							feat: Add shortcuts for stroke and background color picker ( #3318 )  
						
						... 
						
						
						
						* feat: Add shortcuts for opening stroke and background color picker
* Use App.tsx keydown handler
* only get selectedElements if applicable (perf)
* fix tests and snaps
* reuse `appState.openMenu`
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-05-28 13:52:42 +02:00 
						 
				 
			
				
					
						
							
							
								Aakansha Doshi 
							
						 
					 
					
						
						
							
						
						bc0b6e1888 
					 
					
						
						
							
							refactor: rename UIOptions.canvasActions.saveScene to UIOptions.canvasActions.saveToActiveFile ( #3657 )  
						
						... 
						
						
						
						* refactor rename action saveScene to saveFileToDisk
* docs
* fix
* fix 
						
						
					 
					
						2021-05-28 02:10:33 +05:30 
						 
				 
			
				
					
						
							
							
								Excalidraw Bot 
							
						 
					 
					
						
						
							
						
						99a22e8445 
					 
					
						
						
							
							chore: Update translations from Crowdin ( #3542 )  
						
						... 
						
						
						
						* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Bulgarian)
* New translations en.json (Italian)
* New translations en.json (Catalan)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Kabyle)
* Auto commit: Calculate translation coverage
* New translations en.json (Romanian)
* New translations en.json (Dutch)
* Auto commit: Calculate translation coverage
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Norwegian Bokmal)
* Auto commit: Calculate translation coverage
* New translations en.json (Swedish)
* Auto commit: Calculate translation coverage
* New translations en.json (Portuguese)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional)
* New translations en.json (Catalan)
* Auto commit: Calculate translation coverage
* New translations en.json (Finnish)
* New translations en.json (Indonesian)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Simplified)
* New translations en.json (German)
* Auto commit: Calculate translation coverage
* New translations en.json (Slovak)
* New translations en.json (Chinese Simplified)
* New translations en.json (Punjabi)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Korean)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Persian)
* New translations en.json (Hindi)
* New translations en.json (Burmese)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Occitan)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (Turkish)
* New translations en.json (Arabic)
* New translations en.json (Indonesian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Latvian)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Bulgarian)
* New translations en.json (Italian)
* New translations en.json (Catalan)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Kabyle)
* Auto commit: Calculate translation coverage
* New translations en.json (Spanish)
* New translations en.json (German)
* New translations en.json (Norwegian Bokmal)
* Auto commit: Calculate translation coverage
* New translations en.json (Indonesian)
* New translations en.json (Romanian)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Portuguese)
* Auto commit: Calculate translation coverage
* New translations en.json (Swedish)
* Auto commit: Calculate translation coverage
* New translations en.json (French)
* Auto commit: Calculate translation coverage
* New translations en.json (Turkish)
* New translations en.json (Turkish)
* Auto commit: Calculate translation coverage
* New translations en.json (Occitan)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional)
* New translations en.json (Slovak)
* New translations en.json (Chinese Simplified)
* New translations en.json (Punjabi)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Korean)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Persian)
* New translations en.json (Hindi)
* New translations en.json (Burmese)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Occitan)
* New translations en.json (Dutch)
* New translations en.json (Japanese)
* New translations en.json (Turkish)
* New translations en.json (Arabic)
* New translations en.json (Indonesian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Latvian)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Bulgarian)
* New translations en.json (Italian)
* New translations en.json (Catalan)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Kabyle)
* New translations en.json (Dutch)
* New translations en.json (Swedish)
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* New translations en.json (Romanian)
* New translations en.json (Finnish)
* New translations en.json (Occitan)
* New translations en.json (Slovak)
* New translations en.json (German)
* New translations en.json (Italian)
* New translations en.json (Slovak)
* New translations en.json (French)
* New translations en.json (Portuguese)
* New translations en.json (Indonesian)
* New translations en.json (Indonesian)
* New translations en.json (French)
* New translations en.json (Chinese Traditional)
* New translations en.json (Kabyle)
* New translations en.json (Ukrainian)
* New translations en.json (Slovak)
* New translations en.json (Slovak)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Simplified)
* New translations en.json (Japanese)
* New translations en.json (Occitan)
* New translations en.json (Latvian)
* New translations en.json (Latvian)
* New translations en.json (Latvian)
* New translations en.json (Turkish)
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* New translations en.json (Czech)
* Auto commit: Calculate translation coverage
* update language picker & coverage descriptions
* New translations en.json (Punjabi)
* Auto commit: Calculate translation coverage
* New translations en.json (Punjabi)
* Auto commit: Calculate translation coverage
* New translations en.json (Slovak)
* New translations en.json (Russian)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Swedish)
* New translations en.json (Finnish)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Hindi)
* New translations en.json (Burmese)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (Turkish)
* New translations en.json (Occitan)
* New translations en.json (Latvian)
* New translations en.json (Japanese)
* New translations en.json (Punjabi)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Kabyle)
* New translations en.json (German)
* New translations en.json (Czech)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (Catalan)
* New translations en.json (Norwegian Bokmal)
* Auto commit: Calculate translation coverage
* New translations en.json (Kabyle)
* New translations en.json (Dutch)
* New translations en.json (Norwegian Bokmal)
* Auto commit: Calculate translation coverage
* New translations en.json (Swedish)
* Auto commit: Calculate translation coverage
* New translations en.json (Swedish)
* Auto commit: Calculate translation coverage
* New translations en.json (Indonesian)
* Auto commit: Calculate translation coverage
* New translations en.json (German)
* Auto commit: Calculate translation coverage
* New translations en.json (Romanian)
* New translations en.json (German)
* Auto commit: Calculate translation coverage
* New translations en.json (Romanian)
* Auto commit: Calculate translation coverage
* New translations en.json (French)
* Auto commit: Calculate translation coverage
* New translations en.json (Ukrainian)
* New translations en.json (French)
* Auto commit: Calculate translation coverage
* New translations en.json (Japanese)
* Auto commit: Calculate translation coverage
* New translations en.json (Japanese)
* Auto commit: Calculate translation coverage
* New translations en.json (Italian)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional)
* Auto commit: Calculate translation coverage
* New translations en.json (Chinese Traditional)
* Auto commit: Calculate translation coverage
* New translations en.json (Russian)
* Auto commit: Calculate translation coverage
* New translations en.json (Arabic)
* Auto commit: Calculate translation coverage
* New translations en.json (Arabic)
* New translations en.json (Swedish)
Co-authored-by: dwelle <luzar.david@gmail.com > 
						
						
					 
					
						2021-05-27 23:39:19 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e6d9797167 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/excalidraw ( #3620 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.2 to 7.14.3.
- [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.14.3/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:22:44 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a1e8fdfb1b 
					 
					
						
						
							
							chore(deps-dev): bump css-loader in /src/packages/excalidraw ( #3653 )  
						
						... 
						
						
						
						Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.4 to 5.2.6.
- [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.2.4...v5.2.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:17:33 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1cce63b07b 
					 
					
						
						
							
							chore(deps-dev): bump css-loader in /src/packages/utils ( #3654 )  
						
						... 
						
						
						
						Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.4 to 5.2.6.
- [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.2.4...v5.2.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:17:15 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e9c2a09c21 
					 
					
						
						
							
							chore(deps-dev): bump @babel/core in /src/packages/utils ( #3619 )  
						
						... 
						
						
						
						Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.14.2 to 7.14.3.
- [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.14.3/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:15:10 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						55e0812680 
					 
					
						
						
							
							chore(deps-dev): bump webpack in /src/packages/excalidraw ( #3618 )  
						
						... 
						
						
						
						Bumps [webpack](https://github.com/webpack/webpack ) from 5.37.0 to 5.37.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.37.0...v5.37.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:14:46 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0f32278a7e 
					 
					
						
						
							
							chore(deps-dev): bump webpack-bundle-analyzer in /src/packages/utils ( #3617 )  
						
						... 
						
						
						
						Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer ) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases )
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.4.1...v4.4.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:14:30 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1bdb8da1c3 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-typescript ( #3625 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.13.0 to 7.14.3.
- [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.14.3/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> 
						
						
					 
					
						2021-05-27 18:13:37 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9c9787e0a0 
					 
					
						
						
							
							chore(deps-dev): bump @babel/plugin-transform-typescript ( #3624 )  
						
						... 
						
						
						
						Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript ) from 7.13.0 to 7.14.3.
- [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.14.3/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> 
						
						
					 
					
						2021-05-27 18:13:12 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c2fe24c562 
					 
					
						
						
							
							chore(deps): bump browserslist in /src/packages/utils ( #3647 )  
						
						... 
						
						
						
						Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:12:30 +05:30 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						52faa52091 
					 
					
						
						
							
							chore(deps): bump browserslist in /src/packages/excalidraw ( #3648 )  
						
						... 
						
						
						
						Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-05-27 18:12:08 +05:30 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						dd12abc583 
					 
					
						
						
							
							refactor: remove watermark code ( #3639 )  
						
						... 
						
						
						
						Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com > 
						
						
					 
					
						2021-05-26 21:44:54 +02:00 
						 
				 
			
				
					
						
							
							
								David Luzar 
							
						 
					 
					
						
						
							
						
						abebf9aff8 
					 
					
						
						
							
							fix: small UI issues around image export dialog ( #3642 )  
						
						
						
						
					 
					
						2021-05-26 14:44:03 +02:00