1.29
This commit is contained in:
parent
8b8b823012
commit
fd9200c200
15 changed files with 87 additions and 8 deletions
|
@ -1,5 +1,16 @@
|
||||||
# @tldraw/vscode-editor
|
# @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
|
## 1.14.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/vscode-editor",
|
"name": "@tldraw/vscode-editor",
|
||||||
"version": "1.14.0",
|
"version": "1.15.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "An an editor for the tldraw vscode extension.",
|
"description": "An an editor for the tldraw vscode extension.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,16 @@
|
||||||
## 1.2.4
|
## 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
|
## 1.27.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @tldraw/www
|
# @tldraw/www
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.23.0
|
||||||
|
- @tldraw/tldraw@1.29.0
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# @tldraw/core-example-advanced
|
# @tldraw/core-example-advanced
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.23.0
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"name": "@tldraw/core-example-advanced",
|
"name": "@tldraw/core-example-advanced",
|
||||||
"description": "An advanced example project for @tldraw/core.",
|
"description": "An advanced example project for @tldraw/core.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# @tldraw/core-example-simple
|
# @tldraw/core-example-simple
|
||||||
|
|
||||||
|
## 1.9.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.23.0
|
||||||
|
|
||||||
## 1.9.0
|
## 1.9.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.9.0",
|
"version": "1.9.1",
|
||||||
"name": "@tldraw/core-example-simple",
|
"name": "@tldraw/core-example-simple",
|
||||||
"description": "A simple example project for @tldraw/core.",
|
"description": "A simple example project for @tldraw/core.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @tldraw/tldraw-example
|
# @tldraw/tldraw-example
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.23.0
|
||||||
|
- @tldraw/tldraw@1.29.0
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"name": "@tldraw/tldraw-example",
|
"name": "@tldraw/tldraw-example",
|
||||||
"description": "An advanced example project for @tldraw/core.",
|
"description": "An advanced example project for @tldraw/core.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,16 @@
|
||||||
# Changelog
|
# 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
|
## 1.22.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.22.0",
|
"version": "1.23.0",
|
||||||
"name": "@tldraw/core",
|
"name": "@tldraw/core",
|
||||||
"description": "The tldraw core renderer and utilities.",
|
"description": "The tldraw core renderer and utilities.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# 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
|
## 1.28.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.28.0",
|
"version": "1.29.0",
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"@radix-ui/react-popover": "^1.0.0",
|
"@radix-ui/react-popover": "^1.0.0",
|
||||||
"@radix-ui/react-tooltip": "^1.0.0",
|
"@radix-ui/react-tooltip": "^1.0.0",
|
||||||
"@stitches/react": "^1.2.8",
|
"@stitches/react": "^1.2.8",
|
||||||
"@tldraw/core": "^1.22.0",
|
"@tldraw/core": "^1.23.0",
|
||||||
"@tldraw/intersect": "^1.9.0",
|
"@tldraw/intersect": "^1.9.0",
|
||||||
"@tldraw/vec": "^1.9.0",
|
"@tldraw/vec": "^1.9.0",
|
||||||
"browser-fs-access": "^0.31.0",
|
"browser-fs-access": "^0.31.0",
|
||||||
|
|
Loading…
Reference in a new issue