@tldraw/validate 3.10.0-canary.f7c145f44c9c β†’ 3.10.0

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 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=social&utm_campaign=sociallink). For the latest news and release notes, visit [tldraw.dev](https://tldraw.dev).
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.0-canary.f7c145f44c9c",
44
+ "3.10.0",
45
45
  "cjs"
46
46
  );
47
47
  //# sourceMappingURL=index.js.map
@@ -9,7 +9,7 @@ import {
9
9
  } from "./lib/validation.mjs";
10
10
  registerTldrawLibraryVersion(
11
11
  "@tldraw/validate",
12
- "3.10.0-canary.f7c145f44c9c",
12
+ "3.10.0",
13
13
  "esm"
14
14
  );
15
15
  export {
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.0-canary.f7c145f44c9c",
4
+ "version": "3.10.0",
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.0-canary.f7c145f44c9c"
45
+ "@tldraw/utils": "3.10.0"
46
46
  },
47
47
  "jest": {
48
48
  "preset": "../../internal/config/jest/node/jest-preset.js",