@liveblocks/react-lexical 3.10.1 → 3.11.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/README.md ADDED
@@ -0,0 +1,67 @@
1
+ <p align="center">
2
+ <a href="https://liveblocks.io#gh-light-mode-only">
3
+ <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
4
+ </a>
5
+ <a href="https://liveblocks.io#gh-dark-mode-only">
6
+ <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
7
+ </a>
8
+ </p>
9
+
10
+ # `@liveblocks/react-lexical`
11
+
12
+ <p>
13
+ <a href="https://npmjs.org/package/@liveblocks/react-lexical">
14
+ <img src="https://img.shields.io/npm/v/@liveblocks/react-lexical?style=flat&label=npm&color=c33" alt="NPM" />
15
+ </a>
16
+ <a href="https://bundlephobia.com/package/@liveblocks/react-lexical">
17
+ <img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-lexical?style=flat&label=size&color=09f" alt="Size" />
18
+ </a>
19
+ <a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
20
+ <img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
21
+ </a>
22
+ </p>
23
+
24
+ `@liveblocks/react-lexical` provides [React](https://reactjs.org/) APIs to
25
+ integrate [Lexical](https://lexical.dev/) text editors with Liveblocks—a
26
+ platform to build, host, and scale collaborative applications with zero
27
+ configuration, no maintenance required.
28
+
29
+ ## Installation
30
+
31
+ ```
32
+ npm install @liveblocks/client @liveblocks/react @liveblocks/react-lexical
33
+ ```
34
+
35
+ ## Documentation
36
+
37
+ Read the
38
+ [documentation](https://liveblocks.io/docs/api-reference/liveblocks-react-lexical)
39
+ for guides and API references.
40
+
41
+ ## Examples
42
+
43
+ Explore our [collaborative examples](https://liveblocks.io/examples) to help you
44
+ get started.
45
+
46
+ > All examples are open-source and live in this repository, within
47
+ > [`/examples`](../../examples).
48
+
49
+ ## Releases
50
+
51
+ See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or
52
+ learn more about
53
+ [upcoming releases](https://github.com/liveblocks/liveblocks/milestones).
54
+
55
+ ## Community
56
+
57
+ - [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
58
+ community, ask questions and share tips.
59
+ - [X](https://x.com/liveblocks) - To receive updates, announcements, blog posts,
60
+ and general Liveblocks tips.
61
+
62
+ ## License
63
+
64
+ Licensed under the Apache License 2.0, Copyright © 2021-present
65
+ [Liveblocks](https://liveblocks.io).
66
+
67
+ See [LICENSE](../../LICENSE) for more information.
package/dist/version.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const PKG_NAME = "@liveblocks/react-lexical";
4
- const PKG_VERSION = typeof "3.10.1" === "string" && "3.10.1";
4
+ const PKG_VERSION = typeof "3.11.0" === "string" && "3.11.0";
5
5
  const PKG_FORMAT = typeof "cjs" === "string" && "cjs";
6
6
 
7
7
  exports.PKG_FORMAT = PKG_FORMAT;
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const PKG_NAME = "@liveblocks/react-lexical";
2
- const PKG_VERSION = typeof "3.10.1" === "string" && "3.10.1";
2
+ const PKG_VERSION = typeof "3.11.0" === "string" && "3.11.0";
3
3
  const PKG_FORMAT = typeof "esm" === "string" && "esm";
4
4
 
5
5
  export { PKG_FORMAT, PKG_NAME, PKG_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react-lexical",
3
- "version": "3.10.1",
3
+ "version": "3.11.0",
4
4
  "description": "An integration of Lexical + React to enable collaboration, comments, live cursors, and more with Liveblocks.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -43,11 +43,11 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@floating-ui/react-dom": "^2.1.1",
46
- "@liveblocks/client": "3.10.1",
47
- "@liveblocks/core": "3.10.1",
48
- "@liveblocks/react": "3.10.1",
49
- "@liveblocks/react-ui": "3.10.1",
50
- "@liveblocks/yjs": "3.10.1",
46
+ "@liveblocks/client": "3.11.0",
47
+ "@liveblocks/core": "3.11.0",
48
+ "@liveblocks/react": "3.11.0",
49
+ "@liveblocks/react-ui": "3.11.0",
50
+ "@liveblocks/yjs": "3.11.0",
51
51
  "@radix-ui/react-select": "^2.1.2",
52
52
  "@radix-ui/react-toggle": "^1.1.0",
53
53
  "yjs": "^13.6.18"