version, update images
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/vscode-editor",
|
"name": "@tldraw/vscode-editor",
|
||||||
"version": "1.6.1",
|
"version": "1.7.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",
|
||||||
|
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 6.4 KiB |
|
@ -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.8.1",
|
"version": "1.8.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publisher": "tldraw-org",
|
"publisher": "tldraw-org",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
9
apps/www/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# @tldraw/www
|
||||||
|
|
||||||
|
## 1.6.2
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Fix publish version.
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.9.1
|
||||||
|
- @tldraw/tldraw@1.9.1
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "1.6.1",
|
"version": "1.6.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
"@sentry/react": "^6.13.2",
|
"@sentry/react": "^6.13.2",
|
||||||
"@sentry/tracing": "^6.13.2",
|
"@sentry/tracing": "^6.13.2",
|
||||||
"@stitches/react": "^1.2.5",
|
"@stitches/react": "^1.2.5",
|
||||||
"@tldraw/core": "^1.8.0",
|
"@tldraw/core": "^1.9.1",
|
||||||
"@tldraw/tldraw": "^1.8.1",
|
"@tldraw/tldraw": "^1.9.1",
|
||||||
"@types/next-auth": "^3.15.0",
|
"@types/next-auth": "^3.15.0",
|
||||||
"aws-sdk": "^2.1053.0",
|
"aws-sdk": "^2.1053.0",
|
||||||
"next": "^12.0.7",
|
"next": "^12.0.7",
|
||||||
|
|
BIN
assets/icon_flat_black.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
assets/icon_flat_black_on_white.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
assets/icon_flat_white.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/icon_flat_white_on_black.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.9.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Fix publish version.
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds menu item for CAD-selection
|
||||||
|
- Adds scrolling to menus
|
||||||
|
- Fixes "dot" shapes created when clicking with geometric tools
|
||||||
|
- Fixes wrong text bounds when fonts load
|
||||||
|
- Adds export to VS Code extension.
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.8.0",
|
"version": "1.9.1",
|
||||||
"name": "@tldraw/core",
|
"name": "@tldraw/core",
|
||||||
"description": "The tldraw core renderer and utilities.",
|
"description": "The tldraw core renderer and utilities.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
|
@ -1,5 +1,28 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.9.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Fix publish version.
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.9.1
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - Adds menu item for CAD-selection
|
||||||
|
- Adds scrolling to menus
|
||||||
|
- Fixes "dot" shapes created when clicking with geometric tools
|
||||||
|
- Fixes wrong text bounds when fonts load
|
||||||
|
- Adds export to VS Code extension.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.9.0
|
||||||
|
|
||||||
## 1.8.1
|
## 1.8.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.8.1",
|
"version": "1.9.1",
|
||||||
"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-radio-group": "^0.1.4",
|
"@radix-ui/react-radio-group": "^0.1.4",
|
||||||
"@radix-ui/react-tooltip": "^0.1.6",
|
"@radix-ui/react-tooltip": "^0.1.6",
|
||||||
"@stitches/react": "^1.2.6",
|
"@stitches/react": "^1.2.6",
|
||||||
"@tldraw/core": "^1.8.0",
|
"@tldraw/core": "^1.9.1",
|
||||||
"@tldraw/intersect": "^1.7.1",
|
"@tldraw/intersect": "^1.7.1",
|
||||||
"@tldraw/vec": "^1.7.0",
|
"@tldraw/vec": "^1.7.0",
|
||||||
"idb-keyval": "^6.1.0",
|
"idb-keyval": "^6.1.0",
|
||||||
|
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 7 KiB |