Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/examples/collaborative-flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
"packages/liveblocks-react"
"packages/liveblocks-redux" "packages/liveblocks-zustand"
"packages/liveblocks-yjs" "packages/liveblocks-react-ui"
"packages/liveblocks-react-flow"
"packages/liveblocks-react-lexical" "packages/liveblocks-node-lexical"
"packages/liveblocks-react-tiptap" "packages/liveblocks-emails"
"packages/liveblocks-node-prosemirror"
Expand All @@ -112,6 +113,7 @@ jobs:
"packages/liveblocks-redux" "packages/liveblocks-zustand"
"packages/liveblocks-yjs" "packages/liveblocks-react-lexical"
"packages/liveblocks-node-lexical" "packages/liveblocks-react-ui"
"packages/liveblocks-react-flow"
"packages/liveblocks-react-tiptap" "packages/liveblocks-emails"
"packages/liveblocks-node-prosemirror"
"packages/liveblocks-react-blocknote"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
"@liveblocks/node",
"@liveblocks/yjs",
"@liveblocks/react-ui",
"@liveblocks/react-flow",
"@liveblocks/react-lexical",
"@liveblocks/react-tiptap",
"@liveblocks/react-blocknote",
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## vNEXT (not yet released)

## v3.17.0

### `@liveblocks/react-flow`

- Introduce the package. Install with `npm install @liveblocks/react-flow`.
Provides hooks and components that add collaboration to any React Flow diagram
using Liveblocks Storage:
- Use the `useLiveblocksFlow` hook to make React Flow synced and
collaborative.
- Use the `Cursors` component to show other users' cursors inside React Flow.

### `@liveblocks/react-ui`

- Allow customizing cursors in the `Cursors` component by passing a
`components={{ Cursor: MyCursor }}` prop.

## v3.16.0

### `@liveblocks/chat-sdk-adapter`
Expand Down
Loading
Loading