Skip to content

v0.77.0

Compare
Choose a tag to compare
@tommoor tommoor released this 13 Jun 19:43
· 230 commits to main since this release

Warning

This release regressed support for ARM processors due to an AWS SDK dependency upgrade, skip straight to v0.77.1 or greater for those on ARM architecture.

What's Changed

This release changes how documents are rendered, allowing the introduction of new editor functionality and attributes. Highlighted for this release are some big improvements to tables:

image

  • Column resizing: You can now resize columns by dragging the border between them
  • Full-width tables: Tables now expand to the full width of the editor
  • More content: Table cells now support embeds, code blocks, and all other content types
  • Toggleable headers: You can now toggle a header row and column
  • Improved overflow: Tables now scroll horizontally when they're too wide for the editor
  • Improved row and column controls: We've made it one click to add rows and columns

Other improvements

  • Added more highlighter color choices in #7012
  • New collection permissions UI in #6917
  • Big rendering performance improvements for documents with many images
  • Add Manage permission to documents allows other users to manage sharing in #7003
  • Added an embedded Yandex Maps component by @shashinma in #6881
  • Added a permission selector in document/collection invite flow in #6948
  • Added support for embedded youtube clips by @Pranav2612000 in #6942
  • Matomo integration in #7009
  • / block insert shortcut now works anywhere on a line or table in #7026
  • Added the ability to remove a previously uploaded team logo or profile picture
  • Added a menu option to create template directly in collection

Fixes

  • Various fixes to improve the fluidity of app loading
  • Image placeholders are now correctly sized when uploading retina images
  • Images and PDF's are now served with inline content disposition in #6924
  • Added support for Figma's new link formats and Figjam boards by @RenderCoder in #6946
  • files.get now supports range header, fixes video loading in Safari in #6950
  • Fixed an issue where zoomed images could get stuck in #6980
  • Share button was removed on templates
  • Fixed race condition that could result in document emoji not saving
  • Removed trust of state.host in auth error redirect
  • Collapsed sidebar now works better in Arc/Edge redesign

New Contributors

Full Changelog: v0.76.0...v0.77.0