🎊 Univer@v0.8.2
🚧 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
- Support for cell padding property
ICellData.s.pd#5406
🐛 Bug Fixes and Optimizations
- Fixed compatibility issues with Chrome versions below 94
- Fixed
FWorkbook.setNameAPI not updating the workbook name correctly during collaborative editing #5375 - Fixed the issue where progress bar in fx bar kept showing when formula parsing error occurred #5305
- Fixed the issue where the last row cell editor height was 0 when footer was hidden #5385
- Fixed the issue where deleting a row would delete multiple rows when there were hidden columns #5398
- Fixed issues related to
customRender#5407 - Fixed issues with cross-workbook formula selection not retrieving the selection correctly #5413
- Fixed the issue where moving a row would result in incorrect formula selection offset #5412
- Fixed the issue where the Ribbon overflow container caused scroll bars to appear in certain scenarios #5370
📝 Univer Docs
🐛 Bug Fixes and Optimizations
- Fixed rendering issues when switching to dark mode in Doc #5400
📦 Univer Presets
- SDK has been updated to version 0.8.2
- Fixed the issue of errors when importing
preset-docs-thread-commentvia UMD
📢 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-20)
Bug Fixes
- design: fix the styling issue of ButtonGroup (#5363) (2480eec)
- docs-ui: add localized confirm and cancel text for
DocOpenPageSettingCommand(#5388) (2aa4b06) - editor: fix footerBarHeight calculation (#5385) (f5301fc)
- facade: fix FWorkbook.setName implementation (#5375) (48e31ef)
- fix compatibility (#5378) (11e97f2)
- fix dark mode for docs (#5400) (c9218b3)
- fix issues related to remove rows (#5398) (54c0ef5)
- formula: fixed the issue of formula range reference calculating offset when moving rows, columns or ranges (#5412) (563b215)
- formula: update suffix (#5305) (f265fda)
- numfmt: if cell type specified number type, do not determine the type of v (#5402) (3552d20)
- padding rendering & not throw cancel error (#5406) (14345ec)
- sheet-formula-ui: correct sheet name retrieval in selection (#5414) (37a3fe0)
- sheet-formula-ui: select selection across workbook (#5413) (63451ab)
- sheet-ui: optimize the styling of the SheetBarItem (#5380) (3649c0c)
- sheets-formula-ui: adjust styles for layout consistency in SelectFunction (#5370) (e425d0d)
- sheets-table-ui: hide table entry in Zen mode (#5374) (b96c16d)
- sheets-ui: ensure
customRenderis set correctly when initializing cell (#5407) (4099c91) - ui: add overflow hidden to header for better layout (#5392) (89996bf)