v1.4.0
What's Changed
Highlights
- New "Toggle blocks" allow creating content that is collapsed by default in https://github.com/outline/outline/pull/8317
- Table cells can now have a custom background color set in https://github.com/outline/outline/pull/10930
- Search results are now highlighted in the document when navigating from search in https://github.com/outline/outline/pull/11262
Other improvements
- A new Figma integration allows unfurling information about Figma links in documents by @hmacr in https://github.com/outline/outline/pull/11044
- Added support for sorting dates in table columns by @lucawimmer in https://github.com/outline/outline/pull/11198
- Document changes made through the API are now synced to clients in realtime in https://github.com/outline/outline/pull/11186
- The rate limiter now prefers user ID over ip address for logged in sessions, prevents issues on larger office networks in https://github.com/outline/outline/pull/11215
- The markdown importer now supports more file layouts in https://github.com/outline/outline/pull/11278
Fixes
- Fixed some typos comments and messages by @NAM-MAN in https://github.com/outline/outline/pull/11203
- Fixed an issue where mentions would sometimes break when using drag and drop in a list in https://github.com/outline/outline/pull/11208
- The edit diagram control no longer appears in read-only mode in https://github.com/outline/outline/pull/11207
- Infinite recursion in
dd-tracedependency causes memory issues in https://github.com/outline/outline/pull/11211 - Imported content now gracefully handles HTTP links in https://github.com/outline/outline/pull/11210
- Editor suggestions on mobile now uses a drawer in https://github.com/outline/outline/pull/11213
- When importing markdown checkboxes are now supported in table cells in https://github.com/outline/outline/pull/11217
- GCS uniform bucket-level access now supported by @maycuatroi1 in https://github.com/outline/outline/pull/11222
- Fixed a hanging read stream handle causing excessive memory usage on export in https://github.com/outline/outline/pull/11237
- Fixed mermaid diagrams do not render when pasting markdown in https://github.com/outline/outline/pull/11243
- Remote edits no longer exit Mermaid editing state in https://github.com/outline/outline/pull/11244
- Table row is now inserted correctly with merged first column cells in https://github.com/outline/outline/pull/11245
- Allow http:// loopback redirect URIs for native OAuth apps (RFC 8252) in https://github.com/outline/outline/pull/11255
- "Split cell" option now works without accurate selection in https://github.com/outline/outline/pull/11256
- Adding text below images is now easier as trailing paragraph is enforcedd by @RudraPrasad001 in https://github.com/outline/outline/pull/11257
- Tooltip in editor toolbar with submenu is now hidden when submenu is open in https://github.com/outline/outline/pull/11263
- Non-platform passkeys such as Yubikey and mobile QRcode are now allowed in https://github.com/outline/outline/pull/11265
- diagrams.net theme now matches editor theme by @Twometer in https://github.com/outline/outline/pull/11267
- Custom emoji characters are now displayed correctly in TOC in https://github.com/outline/outline/pull/11275
- Fixed an issue where the policy for documents restore was too broad in https://github.com/outline/outline/pull/11279
- Passkey setup is now available to non-admin users by @Raphmatt in https://github.com/outline/outline/pull/11286
New Contributors
- @NAM-MAN made their first contribution in https://github.com/outline/outline/pull/11203
- @lucawimmer made their first contribution in https://github.com/outline/outline/pull/11198
- @maycuatroi1 made their first contribution in https://github.com/outline/outline/pull/11222
- @RudraPrasad001 made their first contribution in https://github.com/outline/outline/pull/11257
- @Twometer made their first contribution in https://github.com/outline/outline/pull/11267
- @Raphmatt made their first contribution in https://github.com/outline/outline/pull/11286
Full Changelog: https://github.com/outline/outline/compare/v1.3.0...v1.4.0