You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@liveblocks/react-ui

Package Overview
Dependencies
Maintainers
3
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react-ui - npm Package Versions

2345
18

3.2.1

Diff
l
liveblocks-bot
published 3.2.1 •

Changelog

Source

v3.2.1

@liveblocks/react-ui

  • Improve Markdown lists in AiChat: better spacing and support for arbitrary starting numbers in ordered lists. (e.g. 3. instead of 1.)

@liveblocks/react

  • Fix useSyncStatus returning incorrect synchronization status for Y.js provider. We now compare the hash of local and remote snapshot to check for synchronization differences between local and remote Y.js document.

@liveblocks/yjs

  • Fix LiveblocksYjsProvider.getStatus() returning incorrect synchronization status for Y.js provider.
l
liveblocks-bot
published 3.2.0 •

Changelog

Source

v3.2.0

@liveblocks/react-ui

  • Improve AiChat's scroll behavior when sending new messages: the chat will now scroll new messages to the top and leave enough space for responses.
  • Expose Markdown components in AiChat’s components prop to customize the rendering of Markdown content.
  • Add blurOnSubmit prop to Composer (also available on the Composer.Form primitive and as blurComposerOnSubmit on Thread) to control whether a composer should lose focus after being submitted.

@liveblocks/react

  • useErrorListener now receives "LARGE_MESSAGE_ERROR" errors when the largeMessageStrategy option isn’t configured and a message couldn’t be sent because it was too large for WebSocket.

@liveblocks/node

  • Add tenantId to identifyUser method as an optional parameter.
l
liveblocks-bot
published 3.1.4 •

Changelog

Source

v3.1.4

@liveblocks/react-ui

  • Fix copilot id not being passed to 'set-tool-call-result' command that is dispatched when a tool call is responded to. Previously, we were using the default copilot to generate messages from the tool call result.
l
liveblocks-bot
published 3.1.3 •

Changelog

Source

v3.1.3

@liveblocks/react-ui

  • Fix AiChat component not scrolling instantly to the bottom on render when messages are already loaded.
l
liveblocks-bot
published 3.1.2 •

Changelog

Source

v3.1.2

@liveblocks/react-ui and @liveblocks/emails

  • Improve URL sanitization in comments.
l
liveblocks-bot
published 3.1.2-url1 •
l
liveblocks-bot
published 3.1.1 •

Changelog

Source

v3.1.1

@liveblocks/client

  • Adds experimental setting LiveObject.detectLargeObjects, which can be enabled globally using LiveObject.detectLargeObjects = true (default is false). With this setting enabled, calls to LiveObject.set() or LiveObject.update() will throw as soon as you add a value that would make the total size of the LiveObject exceed the platform limit of 128 kB. The benefit is that you get an early error instead of a silent failure, but the downside is that this adds significant runtime overhead if your application makes many LiveObject mutations.

  • Fix: also display errors in production builds when they happen in render methods defined with defineAiTool(). Previously, these errors would only be shown during development.

  • Fix an issue with the render component of tool calls not being displayed correctly when the tool call signal was read before it was registered.

l
liveblocks-bot
published 3.1.1-prismic1 •
l
liveblocks-bot
published 3.1.0 •

Changelog

Source

v3.1.0

@liveblocks/client

  • defineAiTool()() now takes an optional enabled property. When set to false, the tool will not be made available to the AI copilot for new/future chat messages, but still allow existing tool invocations to be rendered that are part of the historic chat record.

@liveblocks/react

  • RegisterAiTool now also takes an optional enabled prop. This is a convenience prop that can be used to override the tool’s enabled status directly in React.

@liveblocks/react-ui

  • Reasoning parts in AiChat are now automatically collapsed when the reasoning is done.
  • Add collapsible prop to AiTool to control whether its content can be collapsed/expanded.
  • Add InboxNotification.Inspector component to help debugging custom inbox notifications.

@liveblocks/redux

  • Add support for Redux v5.

@liveblocks/react-lexical

  • Fix default z-index of collaboration cursors, and make them inherit their font family instead of always using Arial.
  • Add lb-lexical-cursors class to the collaboration cursors’ container.
  • Improve mentions’ serialization.

@liveblocks/node-lexical

  • Improve mentions’ serialization.
l
liveblocks-bot
published 3.1.0-alpha1 •
2345
18