Skip to content

🎉 Release v0.10.2

Latest
Compare
Choose a tag to compare
@wpxp123456 wpxp123456 released this 02 Aug 12:32
· 8 commits to dev since this release

🎊 [email protected]

🚧 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

✨ New Features Highlights

  • Refactored the date components, including DatePicker and DateRangePicker, to unify their UI style and fix issues with locale loading in preset mode. #5622
  • Added new permission points: WorkbookInsertColumnPermission, WorkbookInsertRowPermission, WorkbookDeleteColumnPermission, and WorkbookDeleteRowPermission, allowing control over adding and deleting columns and rows in workbooks. #5615

🐛 Bug Fixes and Optimizations

  • Developers are now allowed to create dialogs that exceed the width limit. #5612
  • Fixed the issue where the global theme was not synchronized in the history record.
  • Fixed some style issues with pivot tables.
  • Improved the style of the permissions panel. #5619
  • Illegal table names are now prohibited. #5601
  • Refactored the scrollbar in the rendering area. #4957
  • Fixed incorrect horizontal alignment when the cell type is Boolean. #5626
  • Fixed some style issues in the filter panel. #5628
  • Fixed the excessive memory usage issue when integrating Univer in Electron. #5629
  • Fixed incorrect calculation for formulas like COUNTIFS when using the <> operator. #5625
  • Fixed the issue where the cell editor's zoom ratio was not synchronized when the zoom ratio was not 100%. #5620

📦 Univer Presets

  • SDK has been updated to version 0.10.2

📢 Join the Conversation

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

📝 Changelog

Full changelog (2025-08-02)

Bug Fixes

  • design: fix DayButton styles for Calendar (#5630) (f859a58)
  • docs-ui: adjust zoom behavior for sheet editor compatibility (#5620) (eed7b23)
  • engine-render: disable queryLocalFonts in Electron to prevent memory overflow (#5629) (dd32c66)
  • formula: fixed the issue that formulas such as COUNTIFS would calculate incorrectly with <> operator (#5625) (abe0e1c)
  • render: fix true and false render (#5626) (e5b2181)
  • sheets-formula-ui: handle undefined unitId in formula selection (#5627) (65a87a7)
  • sheets-ui: fix permssion panel styles for better readability (#5619) (53de7bf)
  • table: table name should not include space (#5601) (ef87537)
  • update default workbook point (#5624) (06b4518)

Features

  • sheets: update workbook permission point (#5615) (3a59614)