1.21.1
This commit is contained in:
parent
11c3d1ba27
commit
a22124b3a7
14 changed files with 88 additions and 8 deletions
|
@ -1,5 +1,19 @@
|
||||||
## 1.2.4
|
## 1.2.4
|
||||||
|
|
||||||
|
## 1.20.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Improve text (and multiline text) in image exports
|
||||||
|
- Create European Portugese translation
|
||||||
|
- Create Swedish translation
|
||||||
|
- Use system default for theme default
|
||||||
|
- Update translation label for Chinese
|
||||||
|
- Fix bugs with flip command
|
||||||
|
- Fix bug with duplicate page command
|
||||||
|
- Improve dialogs
|
||||||
|
- Improve SVG pasting
|
||||||
|
|
||||||
## 1.19.0
|
## 1.19.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.19.0",
|
"version": "1.20.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publisher": "tldraw-org",
|
"publisher": "tldraw-org",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @tldraw/www
|
# @tldraw/www
|
||||||
|
|
||||||
|
## 1.7.10
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.16.0
|
||||||
|
- @tldraw/tldraw@1.21.0
|
||||||
|
|
||||||
## 1.7.9
|
## 1.7.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
8
examples/core-example-advanced/CHANGELOG.md
Normal file
8
examples/core-example-advanced/CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# @tldraw/core-example-advanced
|
||||||
|
|
||||||
|
## 1.7.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.16.0
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.7.0",
|
"version": "1.7.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",
|
||||||
|
|
8
examples/core-example/CHANGELOG.md
Normal file
8
examples/core-example/CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# @tldraw/core-example-simple
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.16.0
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.0",
|
"version": "1.8.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",
|
||||||
|
|
9
examples/tldraw-example/CHANGELOG.md
Normal file
9
examples/tldraw-example/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# @tldraw/tldraw-example
|
||||||
|
|
||||||
|
## 1.7.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.16.0
|
||||||
|
- @tldraw/tldraw@1.21.0
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.7.0",
|
"version": "1.7.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,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.16.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Improve text (and multiline text) in image exports
|
||||||
|
- Create European Portugese translation
|
||||||
|
- Create Swedish translation
|
||||||
|
- Use system default for theme default
|
||||||
|
- Update translation label for Chinese
|
||||||
|
- Fix bugs with flip command
|
||||||
|
- Fix bug with duplicate page command
|
||||||
|
- Improve dialogs
|
||||||
|
- Improve SVG pasting
|
||||||
|
|
||||||
## 1.15.0
|
## 1.15.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.15.0",
|
"version": "1.16.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,24 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.21.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Improve text (and multiline text) in image exports
|
||||||
|
- Create European Portugese translation
|
||||||
|
- Create Swedish translation
|
||||||
|
- Use system default for theme default
|
||||||
|
- Update translation label for Chinese
|
||||||
|
- Fix bugs with flip command
|
||||||
|
- Fix bug with duplicate page command
|
||||||
|
- Improve dialogs
|
||||||
|
- Improve SVG pasting
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.16.0
|
||||||
|
|
||||||
## 1.20.0
|
## 1.20.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.20.0",
|
"version": "1.21.0",
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -44,7 +44,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.15.0",
|
"@tldraw/core": "^1.16.0",
|
||||||
"@tldraw/intersect": "^1.7.1",
|
"@tldraw/intersect": "^1.7.1",
|
||||||
"@tldraw/vec": "^1.7.1",
|
"@tldraw/vec": "^1.7.1",
|
||||||
"browser-fs-access": "^0.31.0",
|
"browser-fs-access": "^0.31.0",
|
||||||
|
|
Loading…
Reference in a new issue