New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/yjs

Package Overview
Dependencies
Maintainers
6
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/yjs - npm Package Versions

1
1214
27

2.0.0-alpha4

Diff
guillaumesalles
published 2.0.0-alpha4 •
guillaumesalles
published 2.0.0-alpha3 •
guillaumesalles
published 2.0.0-alpha2 •
guillaumesalles
published 2.0.0-alpha1 •
guillaumesalles
published 1.12.0-lexical6 •
guillaumesalles
published 1.12.0-lexical4 •
guillaumesalles
published 1.12.0-lexical3 •
guillaumesalles
published 1.12.0-lexical2 •
guillaumesalles
published 1.12.0 •

Changelog

Source

v1.12.0

@liveblocks/react

  • Add support for custom notification kinds.
  • Add new useInboxNotificationThread hook to createLiveblocksContext, which can be used to retrieve threads within thread notifications for more flexibility.
  • Add support for startsWith operator to useThreads when filtering based on metadata.

@liveblocks/react-comments

  • Add support for custom notification kinds to the InboxNotification component via the kinds prop and the InboxNotification.Custom component.
  • Add destructive color tokens. (--lb-destructive, --lb-destructive-foreground, and --lb-destructive-contrast)

@liveblocks/node

  • Add triggerInboxNotification method that lets you trigger custom notification kinds.
  • Enable filtering rooms by room ID in the getRooms method. This works via query.roomId, metadata is deprecated and is now query.metadata.
  • Add support for our query language when filtering with the getRooms and getThreads methods.
  • Add support for an alternative object-based query notation to the getRooms and getThreads methods, which supports exact matches and the startsWith operator.
guillaumesalles
published 1.12.0-test2 •