github dream-num/univer v0.8.3
Release v0.8.3

latest releases: v0.14.0, v0.13.0, v0.12.4...
5 months ago

🎊 Univer@v0.8.3

🚧 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!

🔜 0.9.0 Preview

Starting from version 0.9.0, @univerjs/ui will no longer include built-in support for vue@3.x components. You will need to install @univerjs/ui-adapter-vue3 and register the UniverVue3AdapterPlugin it provides to register components developed with vue@3.x. Through this change, we may provide support for custom components based on vue@2.x in the future.

📊 Univer Sheets

✨ New Features Highlights

  • UniverExchangeClientPlugin added configuration option options.enableServerSideComputing: Export whether to enable server-side formula calculation. When enabled, each export will trigger server-side formula calculation, addressing the following issues:
    • Formulas have no default values when opening files in office software like WPS
    • Excel does not show formula results unless editing is enabled
    • Array formulas with the @ prefix cannot expand calculation results
  • Added Korean language support #5434

🐛 Bug Fixes and Optimizations

  • Fixed the issue where the default alignment of numbers was not right-aligned after applying number formatting #5421
  • Fixed the issue where the scroll position was reset when auto fill handle across frozen panes #5437
  • Fixed the issue where the row and column numbers returned by the SheetEditEnded event were incorrect #5442

🌐 Univer Server

  • Optimized the export of XLSX files by filtering out data from protected areas that the user does not have permission to view
  • Added support for server-side formula calculation, need to configure SSC_SERVER_ENABLED=true in .env.custom
  • Added support for exporting cell images on the server side
  • Added support for importing charts on the server side

📦 Univer Presets

  • SDK has been updated to version 0.8.3
  • UniverSheetsAdvancedPreset added configuration option exchangeClientOptions.enableServerSideComputing: whether to enable server-side formula calculation during export

🎢 Special Thanks

Special thanks to the following community members for their outstanding contributions to this release, adding the Korean language pack:

📢 Join the Conversation

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

📝 Changelog

Full changelog (2025-06-27)

Bug Fixes

  • fixed the issue where scrolling was reset when the auto fill passed through the freeze line (#5437) (6494b00)
  • eslint: update rule to enforce consistent line wrapping in better-tailwindcss (#5423) (5569118)
  • fixed the issue where the SheetEditEnded event listener returned incorrect row and column (#5442) (e4fbd4c)
  • render: fixed numbers were not right-aligned by default after applying a number format (#5421) (67cc34c)
  • sheets-formula-ui: update configuration interface and default config for sheets formula UI (#5447) (7e14a21)
  • ui: fix plugin override config (#5435) (20cad29)

Features

Don't miss a new univer release

NewReleases is sending notifications on new releases.