[chore] bump vscode extension to 2.0.9 (#1662)
Bump vscode to 2.0.9 ### Change Type - [x] `internal`
This commit is contained in:
parent
2239f16aa2
commit
1dede56131
2 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,9 @@
|
|||
## 2.0.9
|
||||
|
||||
- Stability improvements
|
||||
|
||||
## 2.0.8
|
||||
|
||||
- New highlighter tool!
|
||||
- You can now lock shapes.
|
||||
- Added vertical align setting to Note shapes.
|
||||
|
@ -7,7 +12,8 @@
|
|||
- Improved translations.
|
||||
- Fixed a problem where arrows might cause the extension to crash.
|
||||
|
||||
## 2.0.7
|
||||
## 2.0.7
|
||||
|
||||
- New laser tool!
|
||||
- New checkbox shape!
|
||||
- Add veritcal alignment options to Notes and Geo shapes.
|
||||
|
@ -15,6 +21,7 @@
|
|||
- Improve exporting and saving to svgs.
|
||||
|
||||
## 2.0.6
|
||||
|
||||
- Improved appearance of selection for single draw shapes.
|
||||
- Improve handling of pixel scale when pasting images.
|
||||
- Fixed a bug where pasted tabs wouldn't get converted into spaces.
|
||||
|
@ -26,7 +33,6 @@
|
|||
- Fixed a minor consistency bug when re-doing a shape update.
|
||||
- Re-doing a deletion of the current page now correctly navigates back to that page.
|
||||
|
||||
|
||||
## 2.0.5
|
||||
|
||||
- Fixed another issue with undo / redo.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tldraw-vscode",
|
||||
"description": "The tldraw extension for VS Code.",
|
||||
"version": "2.0.8",
|
||||
"version": "2.0.9",
|
||||
"private": true,
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue