From c7f0f0d10fcab43929b836cd021fe336965cc3ba Mon Sep 17 00:00:00 2001 From: Chris Nicholas Date: Fri, 15 Aug 2025 16:58:14 +0100 Subject: [PATCH] =?UTF-8?q?CHANGELOG=20=E2=80=94=20WEEK=2033=20(#2580)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marc Bouchenoire Co-authored-by: Vincent Driessen --- CHANGELOG_PUBLIC.md | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index 875047fa2a7..bafbc7cc7ed 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -18,6 +18,53 @@ list and feel free to give them credit at the end of a line, e.g.: --> +# Week 33 (2025-08-15) + +## v3.3.4 + +### `@liveblocks/client` + +- Fix race condition where AI tools were not always executing. This could happen + when using `useSendAiMessage` first and then immediately opening the + `` afterwards. + +### `@liveblocks/react-tiptap` + +- Scroll thread annotations into view when a thread in `AnchoredThreads` is + selected, similarly to `@liveblocks/react-lexical`. + +## v3.3.1 + +### `@liveblocks/react-ui` + +- Fix `Composer` uploading attachments on drop when `showAttachments` is set to + `false`. + +## All versions + +- Fix attachment names showing URL-encoded characters. (e.g. `a%20file.txt` + instead of `a file.txt`) + +## Infrastructure + +- Fixed a bug that caused unreliable storage updates under high concurrency. +- Fixed an issue that could cause LLM responses to appear to "hang" if the + token limit got exceeded during the response generation. If this now happens, + the response will indicate a clear error to the user. + +## Dashboard + +- New knowledge prompt option when configuring AI copilots, allowing you to customize when back-end knowledge is fetched. + +## Documentation + +- More info on styling AI chat components. +- Disambiguate semantics for `LiveList.delete()`. + +## Contributors + +marcbouchenoire, ctnicholas, nvie, jrowny, nimeshnayaju + # Week 32 (2025-08-08) ## v3.3.0