github dream-num/univer v0.20.0
🎉 Release v0.20.0

5 hours ago

🎊 Univer@v0.20.0

🚧 Important Note

Your feedback is crucial! Please submit issues and suggestions to help us shape the future of Univer.

🚀 Getting Started

If you're eager to explore Univer, check out our getting started documentation.
Dive into the world of collaborative document, spreadsheet, and presentation editing powered by Univer!

📊 Univer Sheets

💔 Breaking Changes

  • The Drawing-related APIs (floating images, charts, shapes) have been migrated from the UI package to the core package to support usage in Headless mode.
    For users using the Plugin installation mode, please update the import paths for the Facade APIs:
    • New for floating images: import '@univerjs/sheets-drawing/facade'
    • UI-related capabilities such as floating DOM still use: import '@univerjs/sheets-drawing-ui/facade'
    • Charts: import '@univerjs-pro/sheets-chart-ui/facade' -> import '@univerjs/sheets-chart/facade'
    • Shapes: import '@univerjs-pro/sheets-shape-ui/facade' -> import '@univerjs/sheets-shape/facade'

✨ New Features Highlights

  • Add support for cropping floating images into shapes (entry: image editing panel).
  • Add support for image fill in shapes (entry: shape editing panel).

🌐 Univer Server

  • Add support for importing and exporting floating images cropped into shapes.
  • Add support for importing and exporting shapes with image fill.
  • Optimize Excel file import performance.
  • Add new system integration capabilities:
    • Support for idempotent keys.
    • Support for passing customer system Metadata.

For usage, see: https://docs.univer.ai/guides/pro/usip and https://docs.univer.ai/guides/pro/api.

📦 Univer Presets

  • SDK has been updated to version 0.20.0.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2026-04-03)

Features

Don't miss a new univer release

NewReleases is sending notifications on new releases.