VS Code version bump, changelog. (#1497)
Bump VS code version, update changelog. ### Change Type - [x] `patch` — Bug Fix
This commit is contained in:
parent
d738c28c19
commit
941647fd1b
2 changed files with 21 additions and 1 deletions
|
@ -1,3 +1,23 @@
|
|||
## 2.0.7
|
||||
- New laser tool!
|
||||
- New checkbox shape!
|
||||
- Add veritcal alignment options to Notes and Geo shapes.
|
||||
- Change how horizontal alignemnt works.
|
||||
- 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.
|
||||
- Fixed trailing tab characters in text labels not exporting correctly.
|
||||
- Fixed empty text shapes sometimes not getting deleted.
|
||||
- Fix a bug where grid mode couldn’t be enabled.
|
||||
- Fixed a bug where the pointer location would not update when moving the pointer over an editing shape.
|
||||
- Fixed a bug where the wrong default language option could be chosen.
|
||||
- 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.6",
|
||||
"version": "2.0.7",
|
||||
"private": true,
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue