This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
ReleasePort's take
Moderate signalVersion v0.90.0 introduces several new features (SCIM provisioning, PDF import, table sorting, page break support, template system) and numerous bug fixes across UI, accessibility, performance, and media handling.
Why it matters: Plan to upgrade to v0.90.0 soon; the release adds enterprise‑grade capabilities and resolves multiple high‑impact bugs affecting usability and security (WCAG compliance fixed).
Summary
AI summaryBroad release touches Enterprise, Highlights, fix, and feat.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Table width preservation improved Table width preservation improved Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
SCIM provisioning support added for enterprises SCIM provisioning support added for enterprises Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
PDF import functionality added for enterprises PDF import functionality added for enterprises Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Accessibility improvements implemented across UI Accessibility improvements implemented across UI Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Slash command aliases added for /toc and /ol Slash command aliases added for /toc and /ol Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Synced blocks with transclusion support added Synced blocks with transclusion support added Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Emoji picker replaced with browse and search UI Emoji picker replaced with browse and search UI Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Indentation support added to editor Indentation support added to editor Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Page details section and backlinks added Page details section and backlinks added Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Page labels and tagging system added Page labels and tagging system added Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Table functionality enhanced with sorting capabilities Table functionality enhanced with sorting capabilities Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Page break node support added to editor Page break node support added to editor Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Template system added for enterprise users Template system added for enterprise users Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Trash functionality improved Trash functionality improved Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Alt text support for media files added Alt text support for media files added Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Dependency | Medium |
React-email dependency updated React-email dependency updated Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Performance | Medium |
Permission checking performance improved via caching Permission checking performance improved via caching Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
People-with-access list now scrolls past 4 entries People-with-access list now scrolls past 4 entries Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Duplicate PDF uploads prevented Duplicate PDF uploads prevented Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Ctrl-K behavior on macOS corrected Ctrl-K behavior on macOS corrected Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
German column count label rendering corrected German column count label rendering corrected Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Code block deletion prevented when adding inline comments Code block deletion prevented when adding inline comments Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Fixed editor toolbar preference persistence Fixed editor toolbar preference persistence Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
WCAG 2.1 AA compliance issues fixed WCAG 2.1 AA compliance issues fixed Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
HTML lang attribute synced with user locale HTML lang attribute synced with user locale Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Avatar initials sanitized when name contains emoji Avatar initials sanitized when name contains emoji Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Various bug fixes applied Various bug fixes applied Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Page mode toggle no longer overwrites default preference Page mode toggle no longer overwrites default preference Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Code splitting and editor issues fixed Code splitting and editor issues fixed Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Refactor | Medium |
Sidebar tree implementation replaced with custom version Sidebar tree implementation replaced with custom version Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
Highlights
- Page Labels
- Synced Blocks
- Indents
- Fixed Editor Toolbar preference (experimental)
- Table sorting
- Backlinks
- Azure Storage Blobs Support
- Accessibility fixes
- Other bug fixes and enhancements
Enterprise
- Templates
- PDF Import
- SCIM Provisioning
Screenshots
Synced blocks
Page labels & Backlinks
Fixed editor toolbar preference
What's Changed
- fix(page-permission): make people-with-access list scroll past 4 entries by @olivierlambert in https://github.com/docmost/docmost/pull/2137
- fix: duplicate PDF uploads by @Philipinho in https://github.com/docmost/docmost/pull/2139
- fix: ctrl-k behavior on macOS by @notpeter in https://github.com/docmost/docmost/pull/2052
- fix(i18n): Correct German column count label rendering by @mayhemking007 in https://github.com/docmost/docmost/pull/2131
- feat: properly preserve table width by @Philipinho in https://github.com/docmost/docmost/pull/2143
- feat(ee): SCIM by @Philipinho in https://github.com/docmost/docmost/pull/1347
- feat(ee): PDF import by @Philipinho in https://github.com/docmost/docmost/pull/2142
- fix: prevent code block deletion when adding inline comments in read mode by @mayhemking007 in https://github.com/docmost/docmost/pull/2146
- feat: A11y fixes by @Philipinho in https://github.com/docmost/docmost/pull/2148
- update react-email by @Philipinho in https://github.com/docmost/docmost/pull/2149
- Add alias for /toc and /ol by @notpeter in https://github.com/docmost/docmost/pull/2161
- feat: synced blocks (transclusion) by @Philipinho in https://github.com/docmost/docmost/pull/2163
- fix: sync html lang with user locale for spellcheck by @daysus in https://github.com/docmost/docmost/pull/2165
- feat(editor): replace emoji picker with browse + search by @daysus in https://github.com/docmost/docmost/pull/2171
- fix: sanitize avatar initials source when name contains emoji by @daysus in https://github.com/docmost/docmost/pull/2167
- feat(editor): indentation by @Philipinho in https://github.com/docmost/docmost/pull/2174
- feat(editor): fixed toolbar preference by @Philipinho in https://github.com/docmost/docmost/pull/2185
- feat: page details section and backlinks by @Philipinho in https://github.com/docmost/docmost/pull/2186
- feat: page labels/tags by @Philipinho in https://github.com/docmost/docmost/pull/2188
- feat(tree): replace sidebar tree (react-aborist) with custom tree implementation by @Philipinho in https://github.com/docmost/docmost/pull/2199
- feat: table enhancement by @Philipinho in https://github.com/docmost/docmost/pull/2191
- fix: bug fixes by @Philipinho in https://github.com/docmost/docmost/pull/2201
- feat(editor): add page break node by @Philipinho in https://github.com/docmost/docmost/pull/2202
- perf(permissions): small cache for space role and page permissions check by @Philipinho in https://github.com/docmost/docmost/pull/2208
- fix: page mode toggle no longer overwrites default preference by @julien-f in https://github.com/docmost/docmost/pull/1996
- Better trash by @notpeter in https://github.com/docmost/docmost/pull/2190
- fix: code splitting and editor fixes by @Philipinho in https://github.com/docmost/docmost/pull/2211
- feat(ee): templates by @Philipinho in https://github.com/docmost/docmost/pull/2215
- feat(editor): add alt text support for media files by @olivierlambert in https://github.com/docmost/docmost/pull/2097
- fix(a11y): WCAG 2.1 AA fixes by @Philipinho in https://github.com/docmost/docmost/pull/2219
- New Crowdin updates by @Philipinho in https://github.com/docmost/docmost/pull/2220
- fix: package updates by @Philipinho in https://github.com/docmost/docmost/pull/2221
- feat(storage): add Azure Blob Storage driver by @Philipinho in https://github.com/docmost/docmost/pull/2222
New Contributors
- @notpeter made their first contribution in https://github.com/docmost/docmost/pull/2052
- @mayhemking007 made their first contribution in https://github.com/docmost/docmost/pull/2131
- @daysus made their first contribution in https://github.com/docmost/docmost/pull/2165
Full Changelog: https://github.com/docmost/docmost/compare/v0.80.1...v0.90.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About docmost
Docmost is an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion.
Beta — feedback welcome: [email protected]