VS Code bump 2.0.20 (#2371)

VS Code version bump.

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version
This commit is contained in:
Mitja Bezenšek 2023-12-21 10:46:32 +01:00 committed by GitHub
parent d16d1af3c8
commit fbf15e8846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
## 2.0.20
- Adds edge scrolling functionality. The camera will now move when the pointer is close to the edge of the screen (when resizing, moving, or brush selecting),
- Improves the default font appearance.
- Improves the interactions on top of locked shapes. Dragging selected shapes on top and behind them should now work as expected.
- Fixes an issue with downscaling images that could make the document size grow significantly.
- Fixes the context menu not closing in some cases.
- Fixes page names getting cut off.
- Fixes an issue with loosing focus when deleting from the user interface.
- Fixes the missing padding on some buttons.
## 2.0.19
- Adds fit to content option for frames.

View file

@ -1,7 +1,7 @@
{
"name": "tldraw-vscode",
"description": "The tldraw extension for VS Code.",
"version": "2.0.19",
"version": "2.0.20",
"private": true,
"packageManager": "yarn@3.5.0",
"author": {