@tldraw/validate 3.10.0-canary.f7c145f44c9c β 3.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/README.md +1 -1
- package/dist-cjs/index.js +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
# v3.10.0 (Tue Mar 11 2025)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [feature] add rich text and contextual toolbar ([#4895](https://github.com/tldraw/tldraw/pull/4895))
|
|
6
|
+
|
|
7
|
+
- Rich text using ProseMirror as a first-class supported option in the Editor.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### π Bug Fix
|
|
12
|
+
|
|
13
|
+
- CTA analytics [#5542](https://github.com/tldraw/tldraw/pull/5542) ([@TodePond](https://github.com/TodePond))
|
|
14
|
+
|
|
15
|
+
#### π New Features
|
|
16
|
+
|
|
17
|
+
- [feature] add rich text and contextual toolbar [#4895](https://github.com/tldraw/tldraw/pull/4895) ([@mimecuvalo](https://github.com/mimecuvalo) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) [@SomeHats](https://github.com/SomeHats) [@ds300](https://github.com/ds300) [@steveruizok](https://github.com/steveruizok))
|
|
18
|
+
|
|
19
|
+
#### Authors: 6
|
|
20
|
+
|
|
21
|
+
- [@huppy-bot[bot]](https://github.com/huppy-bot[bot])
|
|
22
|
+
- alex ([@SomeHats](https://github.com/SomeHats))
|
|
23
|
+
- David Sheldrick ([@ds300](https://github.com/ds300))
|
|
24
|
+
- Lu Wilson ([@TodePond](https://github.com/TodePond))
|
|
25
|
+
- Mime Δuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
|
26
|
+
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
1
30
|
# v3.9.0 (Mon Mar 03 2025)
|
|
2
31
|
|
|
3
32
|
#### π Bug Fix
|
package/README.md
CHANGED
|
@@ -48,4 +48,4 @@ Find us on Twitter/X at [@tldraw](https://twitter.com/tldraw).
|
|
|
48
48
|
|
|
49
49
|
## Community
|
|
50
50
|
|
|
51
|
-
Have questions, comments or feedback? [Join our discord](https://discord.tldraw.com/?utm_source=github&utm_medium=
|
|
51
|
+
Have questions, comments or feedback? [Join our discord](https://discord.tldraw.com/?utm_source=github&utm_medium=readme&utm_campaign=sociallink). For the latest news and release notes, visit [tldraw.dev](https://tldraw.dev).
|
package/dist-cjs/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var T = __toESM(require("./lib/validation"));
|
|
|
41
41
|
var import_validation = require("./lib/validation");
|
|
42
42
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
43
43
|
"@tldraw/validate",
|
|
44
|
-
"3.10.
|
|
44
|
+
"3.10.1",
|
|
45
45
|
"cjs"
|
|
46
46
|
);
|
|
47
47
|
//# sourceMappingURL=index.js.map
|
package/dist-esm/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tldraw/validate",
|
|
3
3
|
"description": "A runtime validation library by tldraw.",
|
|
4
|
-
"version": "3.10.
|
|
4
|
+
"version": "3.10.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"lint": "yarn run -T tsx ../../internal/scripts/lint.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@tldraw/utils": "3.10.
|
|
45
|
+
"@tldraw/utils": "3.10.1"
|
|
46
46
|
},
|
|
47
47
|
"jest": {
|
|
48
48
|
"preset": "../../internal/config/jest/node/jest-preset.js",
|