Socket
Socket
Sign inDemoInstall

@liveblocks/yjs

Package Overview
Dependencies
3
Maintainers
5
Versions
167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
17Next

2.2.3-alpha2

Diff

guillaumesalles
published 2.2.3-alpha1 •

guillaumesalles
published 2.2.2 •

Changelog

Source

v2.2.2

@liveblocks/react-ui

  • Fix missing avatar in textMention inbox notifications.
  • Fix textMention usage (and its props type) when customizing rendering via kinds on InboxNotification.
  • Fix broken CSS selector in default styles.
guillaumesalles
published 2.2.2-test2 •

guillaumesalles
published 2.2.2-test1 •

guillaumesalles
published 2.2.1 •

Changelog

Source

v2.2.1

@liveblocks/yjs

  • Don’t attempt to write Yjs changes if the current user has no write access.
guillaumesalles
published 2.2.0 •

Changelog

Source

v2.2.0

We are making resolved a first-class citizen property on threads, for more information about this change please read our Upgrade Guide for 2.2.

@liveblocks/react

  • Add useMarkThreadAsResolved and useMarkThreadAsUnresolved hooks.
  • Support query.resolved when filtering threads.
  • The useStorageStatus hook now also has a { smooth: true } setting to make building calm UIs with it a bit easier.
  • The useClient() hook is now also available for users of createRoomContext() and/or createLiveblocksContext()
  • Fix: avoid unnecessary re-renders if inbox notifications haven't changed

@liveblocks/react-ui

  • Use first-class citizen resolved property in Thread component.
  • Preserve rich text when pasting into the composer.
  • Add support for custom links to the composer. (either by pasting URLs with plain text selected or by pasting existing links)
  • Preserve whitespace and empty lines in comments.
  • Mark threads as read when visible (like before), but only if the window is focused.
  • Fix improper useTransition fallback which would break on React versions lower than 18.

@liveblocks/node

  • Add markThreadAsResolved and markThreadAsUnresolved methods.
  • Add ThreadMarkedAsResolvedEvent and ThreadMarkedAsUnresolvedEvent webhook events.
  • Support query.resolved when querying threads.

@liveblocks/react-lexical

  • Upgrade lexical peer dependency to version ^0.16.1 that fixes compatibility issues with Next.js versions 14.2.0 and above.

@liveblocks/node-lexical

  • Upgrade lexical peer dependency to version 0.16.1.
guillaumesalles
published 2.1.1-test2 •

guillaumesalles
published 2.1.1-test1 •

guillaumesalles
published 2.1.0 •

Changelog

Source

v2.1.0

@liveblocks/client

  • Various internal refactorings

@liveblocks/react

  • Add new hook useStorageStatus, which returns the current storage status of the room, and will re-render your component whenever it changes. This can used to build "Saving..." UIs.
  • Add useDeleteThread hook to delete a thread and its associated comments.
  • Fix: add missing JSDoc comments
  • Fix: improve some error messages and stack traces to contain more info
  • Refactorings to Suspense internals

@liveblocks/react-ui

  • Fix improper useSyncExternalStore import which would break on React versions lower than 18.
2345
17Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc