Changelog
Week 30
v2.4.0
@liveblocks/client
- Add vanilla
Comments
and
Notifications
APIs to
Client
andRoom
, enabling these products outside of React.
Documentation
- Add info on new
Comments
and
Notifications
methods in
@liveblocks/client
API reference. - Add info on typing thread metadata to React UI API reference.
- Various small fixes.
Dashboard
- Add room search functionality in the Rooms tab of a project.
- Include creation dates in the rooms table list.
- Fix number formatting issues for document sizes.
- Implement sorting options by room ID, last connection date, comments count, documents size, and creation date.
- Improve date formatting across the dashboard. Now using more human-readable relative dates, with absolute dates displayed on hover.
- Display the number of currently online users on the room details page.
- Add room deletion option in the detail page menu.
- Improve rooms table list responsiveness on mobile.