1.28.0
This commit is contained in:
parent
38b8ce4c54
commit
3d1d329b6f
23 changed files with 485 additions and 39 deletions
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
'@tldraw/vscode-editor': patch
|
|
||||||
'tldraw-vscode': patch
|
|
||||||
'@tldraw/www': patch
|
|
||||||
'@tldraw/core-example-simple': patch
|
|
||||||
'@tldraw/core-example-advanced': patch
|
|
||||||
'@tldraw/tldraw-example': patch
|
|
||||||
'@tldraw/core': patch
|
|
||||||
'@tldraw/curve': patch
|
|
||||||
'@tldraw/intersect': patch
|
|
||||||
'@tldraw/tldraw': patch
|
|
||||||
'@tldraw/vec': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
- Adds Galacian language translation
|
|
||||||
- Adds Farsi (Persian) language translation
|
|
||||||
- Updates Norwegian translation
|
|
||||||
- Updates Japanese translation
|
|
||||||
- Updates Spanish translation
|
|
||||||
- Improves aria-labels
|
|
||||||
- Fixes a bug with multiplayer menu
|
|
||||||
- Fixes a bug with image exports
|
|
|
@ -1,5 +1,41 @@
|
||||||
# @tldraw/vscode-editor
|
# @tldraw/vscode-editor
|
||||||
|
|
||||||
|
## 1.14.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
## 1.13.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
## 1.13.0
|
## 1.13.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/vscode-editor",
|
"name": "@tldraw/vscode-editor",
|
||||||
"version": "1.13.0",
|
"version": "1.14.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,41 @@
|
||||||
## 1.2.4
|
## 1.2.4
|
||||||
|
|
||||||
|
## 1.27.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
## 1.26.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
## 1.26.0
|
## 1.26.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "tldraw-vscode",
|
"name": "tldraw-vscode",
|
||||||
"displayName": "tldraw",
|
"displayName": "tldraw",
|
||||||
"description": "The tldraw Extension for VS Code.",
|
"description": "The tldraw Extension for VS Code.",
|
||||||
"version": "1.26.0",
|
"version": "1.27.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publisher": "tldraw-org",
|
"publisher": "tldraw-org",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,51 @@
|
||||||
# @tldraw/www
|
# @tldraw/www
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.22.0
|
||||||
|
- @tldraw/tldraw@1.28.0
|
||||||
|
|
||||||
|
## 1.7.27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- Updated dependencies
|
||||||
|
- Updated dependencies [12c0b2ac]
|
||||||
|
- @tldraw/core@1.21.1
|
||||||
|
- @tldraw/tldraw@1.27.1
|
||||||
|
|
||||||
## 1.7.26
|
## 1.7.26
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "1.7.26",
|
"version": "1.8.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,53 @@
|
||||||
# @tldraw/core-example-advanced
|
# @tldraw/core-example-advanced
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.22.0
|
||||||
|
- @tldraw/intersect@1.9.0
|
||||||
|
- @tldraw/vec@1.9.0
|
||||||
|
|
||||||
|
## 1.7.14
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- Updated dependencies
|
||||||
|
- Updated dependencies [12c0b2ac]
|
||||||
|
- @tldraw/core@1.21.1
|
||||||
|
- @tldraw/intersect@1.8.1
|
||||||
|
- @tldraw/vec@1.8.1
|
||||||
|
|
||||||
## 1.7.13
|
## 1.7.13
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.7.13",
|
"version": "1.8.0",
|
||||||
"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,51 @@
|
||||||
# @tldraw/core-example-simple
|
# @tldraw/core-example-simple
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.22.0
|
||||||
|
- @tldraw/vec@1.9.0
|
||||||
|
|
||||||
|
## 1.8.14
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- Updated dependencies
|
||||||
|
- Updated dependencies [12c0b2ac]
|
||||||
|
- @tldraw/core@1.21.1
|
||||||
|
- @tldraw/vec@1.8.1
|
||||||
|
|
||||||
## 1.8.13
|
## 1.8.13
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.13",
|
"version": "1.9.0",
|
||||||
"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,51 @@
|
||||||
# @tldraw/tldraw-example
|
# @tldraw/tldraw-example
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.22.0
|
||||||
|
- @tldraw/tldraw@1.28.0
|
||||||
|
|
||||||
|
## 1.7.18
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- Updated dependencies
|
||||||
|
- Updated dependencies [12c0b2ac]
|
||||||
|
- @tldraw/core@1.21.1
|
||||||
|
- @tldraw/tldraw@1.27.1
|
||||||
|
|
||||||
## 1.7.17
|
## 1.7.17
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.7.17",
|
"version": "1.8.0",
|
||||||
"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,51 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.22.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/intersect@1.9.0
|
||||||
|
- @tldraw/vec@1.9.0
|
||||||
|
|
||||||
|
## 1.21.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- Updated dependencies
|
||||||
|
- Updated dependencies [12c0b2ac]
|
||||||
|
- @tldraw/intersect@1.8.1
|
||||||
|
- @tldraw/vec@1.8.1
|
||||||
|
|
||||||
## 1.21.0
|
## 1.21.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.21.0",
|
"version": "1.22.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",
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tldraw/intersect": "^1.8.0",
|
"@tldraw/intersect": "^1.9.0",
|
||||||
"@tldraw/vec": "^1.8.0",
|
"@tldraw/vec": "^1.9.0",
|
||||||
"@use-gesture/react": "^10.2.19",
|
"@use-gesture/react": "^10.2.19",
|
||||||
"perfect-freehand": "^1.1.0"
|
"perfect-freehand": "^1.1.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,41 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
## 1.7.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
## 1.7.0
|
## 1.7.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"name": "@tldraw/curve",
|
"name": "@tldraw/curve",
|
||||||
"description": "Curve utilities for TLDraw and maybe you, too.",
|
"description": "Curve utilities for TLDraw and maybe you, too.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,5 +1,49 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/vec@1.9.0
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- Updated dependencies
|
||||||
|
- Updated dependencies [12c0b2ac]
|
||||||
|
- @tldraw/vec@1.8.1
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.0",
|
"version": "1.9.0",
|
||||||
"name": "@tldraw/intersect",
|
"name": "@tldraw/intersect",
|
||||||
"description": "2D intersection utilities for TLDraw and maybe you, too.",
|
"description": "2D intersection utilities for TLDraw and maybe you, too.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tldraw/vec": "^1.8.0"
|
"@tldraw/vec": "^1.9.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tldraw/vec": "*",
|
"@tldraw/vec": "*",
|
||||||
|
|
|
@ -1,5 +1,53 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.28.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.22.0
|
||||||
|
- @tldraw/intersect@1.9.0
|
||||||
|
- @tldraw/vec@1.9.0
|
||||||
|
|
||||||
|
## 1.27.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- Updated dependencies
|
||||||
|
- Updated dependencies [12c0b2ac]
|
||||||
|
- @tldraw/core@1.21.1
|
||||||
|
- @tldraw/intersect@1.8.1
|
||||||
|
- @tldraw/vec@1.8.1
|
||||||
|
|
||||||
## 1.27.0
|
## 1.27.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.27.0",
|
"version": "1.28.0",
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -49,9 +49,9 @@
|
||||||
"@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.21.0",
|
"@tldraw/core": "^1.22.0",
|
||||||
"@tldraw/intersect": "^1.8.0",
|
"@tldraw/intersect": "^1.9.0",
|
||||||
"@tldraw/vec": "^1.8.0",
|
"@tldraw/vec": "^1.9.0",
|
||||||
"browser-fs-access": "^0.31.0",
|
"browser-fs-access": "^0.31.0",
|
||||||
"idb-keyval": "^6.2.0",
|
"idb-keyval": "^6.2.0",
|
||||||
"perfect-freehand": "^1.2.0",
|
"perfect-freehand": "^1.2.0",
|
||||||
|
|
|
@ -1,5 +1,41 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates German translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
- 12c0b2ac: - Adds Galacian language translation
|
||||||
|
- Adds Farsi (Persian) language translation
|
||||||
|
- Updates Norwegian translation
|
||||||
|
- Updates Japanese translation
|
||||||
|
- Updates Spanish translation
|
||||||
|
- Improves aria-labels
|
||||||
|
- Fixes a bug with multiplayer menu
|
||||||
|
- Fixes a bug with image exports
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.0",
|
"version": "1.9.0",
|
||||||
"name": "@tldraw/vec",
|
"name": "@tldraw/vec",
|
||||||
"description": "2D vector utilities for TLDraw and maybe you, too.",
|
"description": "2D vector utilities for TLDraw and maybe you, too.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
Loading…
Reference in a new issue