@liveblocks/yjs
Advanced tools
Changelog
2.15.0
@liveblocks/react
The published target for all Liveblocks packages is now ES2022 (up from ES2020). This should have a positive impact on your bundle size[*].
Various internal refactorings and code cleanup.
[*] If you bundle for the browser, this should not be a problem, as all major
browsers support ES2022. If however you're specifically targeting very old
browsers (mostly IE), then you may need to configure your bundler (Webpack,
rollup, esbuild, etc) to also down-compile code from dependencies inside
node_modules
for you, if you aren't already.
Changelog
2.14.0
@liveblocks/emails
prepareTextMentionNotificationEmailAsHtml
and
prepareTextMentionNotificationEmailAsReact
to support text mention
notification event for Lexical and Tiptap text editors and prepare data into
email-ready formats.Changelog
2.13.2
@liveblocks/react-lexical
connected
to report the text editor instead of reporting directly after
room creation / loading.@liveblocks/react-tiptap
connected
to report the text editor instead of reporting directly after
room creation / loading.Changelog
2.13.1
@liveblocks/react-ui
--lb-line-height
(introduced in 2.13.0)
in some contexts.