You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG_PUBLIC.md
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,74 @@ list and feel free to give them credit at the end of a line, e.g.:
18
18
19
19
-->
20
20
21
+
# Week 17 (2025-04-25)
22
+
23
+
## v2.23.2
24
+
25
+
### `@liveblocks/tiptap`
26
+
27
+
- Add `closeAi` Tiptap command to manually close the AI toolbar.
28
+
- Fix `AiToolbar` focus behavior in Safari.
29
+
- Fix `FloatingToolbar` focus behavior in Safari.
30
+
31
+
### `@liveblocks/lexical`
32
+
33
+
- Fix `FloatingToolbar` focus behavior in Safari.
34
+
35
+
## v2.23.1
36
+
37
+
### `@liveblocks/client`
38
+
39
+
- Fix potential runtime error in browsers that do not support `Symbol.dispose` yet.
40
+
41
+
### `@liveblocks/node`
42
+
43
+
- Fix a bug in `.mutateStorage()` and `.massMutateStorage()` where mutating storage could potentially corrupt the storage tree.
44
+
45
+
## v2.23.0
46
+
47
+
### `@liveblocks/node`
48
+
49
+
- Expose new property `triggeredAt` for notification webhook events.
50
+
51
+
### `@liveblocks/emails`
52
+
53
+
- The `prepareThreadNotificationEmailAsHtml` and
54
+
`prepareThreadNotificationEmailAsReact` functions are now avoiding duplicated
55
+
comments between two emails data.
56
+
57
+
### `@liveblocks/react-ui`
58
+
59
+
- Improve event propagation from `Composer` and the emoji pickers in
60
+
`Comment`/`Thread`.
61
+
62
+
### `@liveblocks/react-blocknote`
63
+
64
+
- Fix crash when unmounting. Thank you [@nperez0111](https://github.com/nperez0111)!
65
+
- Fix `withLiveblocksEditorOptions` not passing all options to BlockNote. Thank you [@chadnorvell](https://github.com/chadnorvell)!
66
+
67
+
## Documentation
68
+
69
+
- New [AI Copilots features](https://liveblocks.io/docs/ready-made-features/ai-copilots/features) page, highlighting all upcoming features.
70
+
- Mention first day free policy.
71
+
- Small updates to docs homepage
72
+
73
+
## Dashboard
74
+
75
+
- Refined billing and usage settings page, now displaying billed and non-billed users for monthly active users (MAUs) metric.
76
+
77
+
## Website
78
+
79
+
- New blog post: [Add Notion-style collaborative text editing to your app with Liveblocks BlockNote](https://liveblocks.io/blog/add-notion-style-collaborative-text-editing-to-your-app-with-liveblocks-blocknote).
80
+
- New blog post: [Introducing fairer billing with first day free](https://liveblocks.io/blog/introducing-fairer-billing-with-first-day-free).
81
+
- New blog post: [Rethinking product strategy in the age of AI with Melissa Perri](https://liveblocks.io/blog/rethinking-product-strategy-in-the-age-of-ai).
82
+
- New blog post: [What’s new in Liveblocks: March 2025](https://liveblocks.io/blog/whats-new-in-liveblocks-march-edition-2025).
83
+
- New blog post: [How Artefect reinvented collaborative workspaces for technical teams](https://liveblocks.io/blog/how-artefact-reinvented-collaborative-workspaces-for-technical-teams).
0 commit comments