1.20.0
This commit is contained in:
parent
1cd86f6b29
commit
3e8f585049
11 changed files with 75 additions and 7 deletions
|
@ -1,5 +1,12 @@
|
||||||
# @tldraw/new-tab-extension
|
# @tldraw/new-tab-extension
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/tldraw@1.20.0
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/new-tab-extension",
|
"name": "@tldraw/new-tab-extension",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "A tiny little new tab extension for tldraw.",
|
"description": "A tiny little new tab extension for tldraw.",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,21 @@
|
||||||
## 1.2.4
|
## 1.2.4
|
||||||
|
|
||||||
|
## 1.19.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - restores the sponsor link
|
||||||
|
- removes sign in / sign out / authentication / next-auth
|
||||||
|
- removes sponsorware page
|
||||||
|
- removes unused translation keys
|
||||||
|
- fixes dark mode on help icon
|
||||||
|
- improves border radius on panels
|
||||||
|
- fixes dividers on panels
|
||||||
|
- removes animated cursors (replace with CSS transitions for performance when - many cursors are present)
|
||||||
|
- removes unused icons
|
||||||
|
- adds migration for export default background option
|
||||||
|
- correctly normalizes mouse wheel
|
||||||
|
|
||||||
## 1.18.0
|
## 1.18.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.18.0",
|
"version": "1.19.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publisher": "tldraw-org",
|
"publisher": "tldraw-org",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @tldraw/www
|
# @tldraw/www
|
||||||
|
|
||||||
|
## 1.7.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.15.0
|
||||||
|
- @tldraw/tldraw@1.20.0
|
||||||
|
|
||||||
## 1.7.8
|
## 1.7.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "1.7.8",
|
"version": "1.7.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.15.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - restores the sponsor link
|
||||||
|
- removes sign in / sign out / authentication / next-auth
|
||||||
|
- removes sponsorware page
|
||||||
|
- removes unused translation keys
|
||||||
|
- fixes dark mode on help icon
|
||||||
|
- improves border radius on panels
|
||||||
|
- fixes dividers on panels
|
||||||
|
- removes animated cursors (replace with CSS transitions for performance when - many cursors are present)
|
||||||
|
- removes unused icons
|
||||||
|
- adds migration for export default background option
|
||||||
|
- correctly normalizes mouse wheel
|
||||||
|
|
||||||
## 1.14.1
|
## 1.14.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.14.1",
|
"version": "1.15.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,26 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.20.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- - restores the sponsor link
|
||||||
|
- removes sign in / sign out / authentication / next-auth
|
||||||
|
- removes sponsorware page
|
||||||
|
- removes unused translation keys
|
||||||
|
- fixes dark mode on help icon
|
||||||
|
- improves border radius on panels
|
||||||
|
- fixes dividers on panels
|
||||||
|
- removes animated cursors (replace with CSS transitions for performance when - many cursors are present)
|
||||||
|
- removes unused icons
|
||||||
|
- adds migration for export default background option
|
||||||
|
- correctly normalizes mouse wheel
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies
|
||||||
|
- @tldraw/core@1.15.0
|
||||||
|
|
||||||
## 1.19.0
|
## 1.19.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "1.19.0",
|
"version": "1.20.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": "^0.1.6",
|
"@radix-ui/react-popover": "^0.1.6",
|
||||||
"@radix-ui/react-tooltip": "^0.1.7",
|
"@radix-ui/react-tooltip": "^0.1.7",
|
||||||
"@stitches/react": "^1.2.8",
|
"@stitches/react": "^1.2.8",
|
||||||
"@tldraw/core": "^1.14.1",
|
"@tldraw/core": "^1.15.0",
|
||||||
"@tldraw/intersect": "^1.7.1",
|
"@tldraw/intersect": "^1.7.1",
|
||||||
"@tldraw/vec": "^1.7.1",
|
"@tldraw/vec": "^1.7.1",
|
||||||
"idb-keyval": "^6.1.0",
|
"idb-keyval": "^6.1.0",
|
||||||
|
|
Loading…
Reference in a new issue