-
Notifications
You must be signed in to change notification settings - Fork 456
🔖(minor) release 3.6.0 #1335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
🔖(minor) release 3.6.0 #1335
Conversation
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
4f280d5 to
1b09cb1
Compare
|
Size Change: +11.3 kB (+0.31%) Total Size: 3.65 MB
|
468a099 to
97b57c6
Compare
Update translated files with new translations
e97606f to
4eb8c23
Compare
After translating to french, a selector was not accessible anymore because the aria label was in english. We update the selector to use the french aria label. We increase as well the timeout of another test that was flaky.
4eb8c23 to
a5f3676
Compare
lunika
approved these changes
Sep 4, 2025
By default a document is "restricted", a restricted document cannot have a role "editor" or "reader". With inheritance, a child document could have a computed link reach different than "restricted" though. We pass the computed link reach when we update the link role, to be sure if follows the parent computed link reach.
Added: - 👷(CI) add bundle size check job - ✨(frontend) use title first emoji as doc icon in tree Changed: - ♻️(docs-app) Switch from Jest tests to Vitest - ♿(frontend) improve accessibility: - 🌐(frontend) set html lang attribute dynamically - ♿(frontend) inject language attribute to pdf export - ♿(frontend) improve accessibility of search modal - ♿(frontend) add correct attributes to decorative and interactive icons - 🎨(frontend) improve nav structure - ♿️(frontend) keyboard interaction with menu - ♿(frontend) improve header accessibility - ♿(frontend) improve accessibility for decorative images in editor - ♻️(backend) fallback to email identifier when no name - 🐛(backend) allow ASCII characters in user sub field - ⚡️(frontend) improve fallback width calculation Fixed: - 🐛(makefile) Windows compatibility fix for Docker volume mounting - 🐛(minio) fix user permission error with Minio and Windows - 🐛(frontend) fix export when quote block and inline code - 🐛(frontend) fix base64 font - 🐛(backend) allow editor to delete subpages - 🐛(frontend) fix dnd conflict with tree and Blocknote - 🐛(frontend) fix display bug on homepage
a5f3676 to
9135dff
Compare
Closed
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