pull/1137/head^2
Steve Ruiz 2023-03-10 11:42:43 +00:00
rodzic 8b8b823012
commit fd9200c200
15 zmienionych plików z 87 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,16 @@
# @tldraw/vscode-editor
## 1.15.0
### Minor Changes
- - Fixes copy as PNG
- Fixes a bug with copy and paste
- Fixes a bug on iPad while using pencil
- Fixes a bug with the style menus
- Fixes a bug with image export
- Updates translations
## 1.14.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/vscode-editor",
"version": "1.14.0",
"version": "1.15.0",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,16 @@
## 1.2.4
## 1.28.0
### Minor Changes
- - Fixes copy as PNG
- Fixes a bug with copy and paste
- Fixes a bug on iPad while using pencil
- Fixes a bug with the style menus
- Fixes a bug with image export
- Updates translations
## 1.27.0
### Minor Changes

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/www
## 1.8.1
### Patch Changes
- Updated dependencies
- @tldraw/core@1.23.0
- @tldraw/tldraw@1.29.0
## 1.8.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "1.8.0",
"version": "1.8.1",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-advanced
## 1.8.1
### Patch Changes
- Updated dependencies
- @tldraw/core@1.23.0
## 1.8.0
### Minor Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.8.1",
"name": "@tldraw/core-example-advanced",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,12 @@
# @tldraw/core-example-simple
## 1.9.1
### Patch Changes
- Updated dependencies
- @tldraw/core@1.23.0
## 1.9.0
### Minor Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.9.0",
"version": "1.9.1",
"name": "@tldraw/core-example-simple",
"description": "A simple example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,13 @@
# @tldraw/tldraw-example
## 1.8.1
### Patch Changes
- Updated dependencies
- @tldraw/core@1.23.0
- @tldraw/tldraw@1.29.0
## 1.8.0
### Minor Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.8.0",
"version": "1.8.1",
"name": "@tldraw/tldraw-example",
"description": "An advanced example project for @tldraw/core.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,16 @@
# Changelog
## 1.23.0
### Minor Changes
- - Fixes copy as PNG
- Fixes a bug with copy and paste
- Fixes a bug on iPad while using pencil
- Fixes a bug with the style menus
- Fixes a bug with image export
- Updates translations
## 1.22.0
### Minor Changes

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "1.22.0",
"version": "1.23.0",
"name": "@tldraw/core",
"description": "The tldraw core renderer and utilities.",
"author": "@steveruizok",

Wyświetl plik

@ -1,5 +1,21 @@
# Changelog
## 1.29.0
### Minor Changes
- - Fixes copy as PNG
- Fixes a bug with copy and paste
- Fixes a bug on iPad while using pencil
- Fixes a bug with the style menus
- Fixes a bug with image export
- Updates translations
### Patch Changes
- Updated dependencies
- @tldraw/core@1.23.0
## 1.28.0
### Minor Changes

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "1.28.0",
"version": "1.29.0",
"description": "A tiny little drawing app (editor)",
"author": "@steveruizok",
"repository": {
@ -49,7 +49,7 @@
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@stitches/react": "^1.2.8",
"@tldraw/core": "^1.22.0",
"@tldraw/core": "^1.23.0",
"@tldraw/intersect": "^1.9.0",
"@tldraw/vec": "^1.9.0",
"browser-fs-access": "^0.31.0",