VS Code version bump. (#2297)

Bumps the VS code version.

### 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
pull/2298/head
Mitja Bezenšek 2023-12-06 14:42:39 +01:00 zatwierdzone przez GitHub
rodzic 7f48194c8f
commit 49f0f7f200
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,13 @@
## 2.0.18
- Adds the option to remove frames, but keep the children.
- Add the option to add existing shapes when creating a frame. Just create the frame over the shapes and they will get added to the frame.
- Improves the appearance of drawings.
- Improves the way arrows bind inside of shapes.
- Fixes an issue with new pages not being named correctly.
## 2.0.17
- Improved grouping of shapes. You can now group a shape with an arrow bound to it.
- Improved handling of images. We now downscale them, which should improve performance.
- Improved Japanese translations.

Wyświetl plik

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