Changelog

Week 28

Week 28
WEEK28

v3.1.2

@liveblocks/react-ui and @liveblocks/emails

  • Improve URL sanitization in comments.

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.

Examples

Contributors

Contributors include:ctnicholasnimeshnayajunviemarcbouchenoire

4 authors

We use cookies to collect data to improve your experience on our site. Read our Privacy Policy to learn more.