v1.9.1
Added 4
- Added importer support for Slab
- Added support for rgb and hsl swatches
- New sidebarHidden query option
- Added comment marks in editor gutter
Changed 2
- Empty list tool results in MCP now return improved responses
- Unfurl previews for heading links are now aware of heading links
Fixed 8
- Long code words no longer cause comment bound overflow
- Desktop sign-in supported for self-hosted deployments
- Fix image overflow in table cells
- Fixed foreignObject sizing in Mermaid diagrams
- Prevent collapsed sidebar opening during text selection
- Improved fast-click behavior in sidebar
- Comments menu now works correctly when triggered from a document list
- Service worker loading
What's Changed
Improvements
- Added importer support for Slab in https://github.com/outline/outline/pull/12859
- Added support for
rgb,hslswatches in https://github.com/outline/outline/pull/12972 - New
sidebarHiddenquery option in https://github.com/outline/outline/pull/12947 - Empty list tool results in MCP now return improved responses by @syf2211 in https://github.com/outline/outline/pull/12864
- Unfurl previews for heading links are now aware of heading links in https://github.com/outline/outline/pull/12857
- Added comment marks in editor gutter in https://github.com/outline/outline/pull/12840
Fixes
- Long code words no longer cause comment bound overflow in https://github.com/outline/outline/pull/12961
- Desktop sign-in supported for self-hosted deployments in https://github.com/outline/outline/pull/12952
- Fix image overflow in table cells by @tsushanth in https://github.com/outline/outline/pull/12902
- Another fix for foreignObject sizing in Mermaid diagrams by @tsushanth in https://github.com/outline/outline/pull/12872
- Prevent collapsed sidebar opening during text selection in https://github.com/outline/outline/pull/12965
- Improved fast-click behavior in sidebar in https://github.com/outline/outline/pull/12966
- Comments menu now works correctly when triggered from a document list in https://github.com/outline/outline/pull/12968
- Service worker loading in https://github.com/outline/outline/pull/12978
New Contributors
- @tsushanth made their first contribution in https://github.com/outline/outline/pull/12902
- @syf2211 made their first contribution in https://github.com/outline/outline/pull/12864
Full Changelog: https://github.com/outline/outline/compare/v1.9.0...v1.9.1