🔖(release) minor 5.6.0 - #2630
Merged
Merged
Conversation
Contributor
|
Size Change: -1.09 kB (-0.02%) Total Size: 5.93 MB 📦 View Changed
|
AntoLC
force-pushed
the
release/v5.6.0
branch
3 times, most recently
from
September 3, 2026 13:15
1a9f94d to
41a8b0a
Compare
Update translated files with new translations
Implementation of code block throws a errors when a `language` prop is not supported by BlockNote, which crashes the whole editor. In our case, the language is supported but flagged as an alias (e.g. `js` instead of `javascript`), but Blocknote does not resolve aliases and throws an error. This file wraps the code block spec to normalize the `language` prop before BlockNote renders it, so a single legacy code block does not crash the whole editor.
Added: - ✨(frontend) Add "Copy link to block" feature - ✨(frontend) add word count to doc header toolbox - ✨(frontend) add find and replace feature to the editor Changed: - ♿️(frontend) use anchor links for interlinking sub-documents - ✨(frontend) reset side panel state between documents - ♿️(frontend) announce search loading state for screen readers - ♻️(frontend) change favorite to star - 🚚(frontend) add doc move to doc options - ♻️(frontend) unified menu - ♿(frontend) hide decorative emojis in document titles from SR - ♻️(frontend) save the doc with a keepalive request when leaving the page Fixed: - 🐛(frontend) fix clipped formatting toolbar in new comment composer - 🐛(backend) fix duplicating a document that has no content - 📄(frontend) allowed partially export when MIT - 🐛(backend) manage async support for Docs custom middleware Removed: - 🔥(backend) remove whitenoise package
AntoLC
force-pushed
the
release/v5.6.0
branch
from
September 3, 2026 15:00
877a88c to
059f1d0
Compare
virgile-dev
self-requested a review
September 3, 2026 15:41
virgile-dev
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
Changed
Fixed
request when leaving the page 🐛(backend) manage async support for Docs custom middleware #2619
Removed