chore(deps): update dependency @liveblocks/node to v3.14.1#34
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @liveblocks/node to v3.14.1#34renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
0968a09 to
aa8ecd6
Compare
aa8ecd6 to
d399944
Compare
d399944 to
2a674a9
Compare
2a674a9 to
27a4269
Compare
27a4269 to
fbe8317
Compare
fbe8317 to
b403c10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.13.0→3.14.1Release Notes
liveblocks/liveblocks (@liveblocks/node)
v3.14.1: 3.14.1Compare Source
@liveblocks/reactuseThreads,useInboxNotifications, anduseAiChats)stopping pagination after the first
fetchMore()call when auto-paginating ina
useEffect.v3.14.0: 3.14 🥧Compare Source
This release adds support for opting-in to the new storage engine on a per-room basis. The new storage engine can support larger documents, is more performant, is considered more stable, and will eventually become our default engine for all new rooms in the future.
As of this release, the default storage engine still remains engine version 1.
To give it a try, simply pass
engine: 2when entering a new room. After a room is created, you cannot change the engine it was created with anymore.For example:
or:
@liveblocks/clientclient.enterRoom("my-new-room", { engine: 2 })createClient({ baseUrl: "https://..." })to allow connecting to the Liveblocks dev serverLiveListperformance when processing large batches of operationsLiveList.push()efficiency to prevent unbounded position string growth over timelargeMessageStrategyclient option. The WebSocket message limit has been increased from 1 MB to 32 MB, making this setting obsolete.@liveblocks/react<RoomProvider id="my-new-room" engine={2}>...</RoomProvider><LiveblocksProvider baseUrl="https://..." />to allow connecting to the Liveblocks dev serverpreventUnsavedChangesis enabled.@liveblocks/react-tiptapand@liveblocks/react-lexicalportalContaineroption from@liveblocks/react-ui’sLiveblocksUiConfiginstead of always usingdocument.body.@liveblocks/zustandand@liveblocks/reduxenterRoom("my-new-room", { engine: 2 })@liveblocks/node.setPresence()method to set ephemeral presence for a user in a room via the REST API, without requiring a WebSocket connectiontenantIdparameter in client methods, useorganizationIdinstead.v3.13.5: 3.13.5Compare Source
y-tiptapwithy-prosemirrorto prevent plugin key conflict, which was causing change source to be incorrectly set in Blocknote.v3.13.4: 3.13.4Compare Source
@liveblocks/react-tiptapFloatingComposerwouldn’t auto-focus andFloatingToolbarwould conflict with it.v3.13.3: 3.13.3Compare Source
@liveblocks/clientenableDebugLoggingto better debug connection issues.@liveblocks/react-uiComposerandAiComposerwould throw an error when mounted/unmounted.v3.13.2: 3.13.2Compare Source
@liveblocks/nodealwaysUseKnowledgeoption when creating or updating copilots. Whenthis option is enabled, the copilot retrieves and uses the uploaded knowledge
sources on each user query. When disabled, the copilot will retrieve the
uploaded knowledge sources only when the user query relates to the knowledge
prompt set on the copilot.
v3.13.1: 3.13.1Compare Source
@liveblocks/clientLiveListstate in UI.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.