🎊 Univer@v0.15.5
🚧 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
🐛 Bug Fixes and Optimizations
- Optimize the validity check for inserting row/column ranges to prevent inserting invalid ranges through the API. #6553
- Fix issues related to missing borders in merged cells. #6557 #6558
- Fix undo/redo issues with the sheets-note feature. #6562
- Optimize the data validation dropdown list "Options - From a range" to allow cross-worksheet data referencing. #6572
- Fix an issue where the
SheetValueChangedevent would throw an error in certain scenarios. #6575 - Fix time zone issues in date-related formulas. #6578
- Fix an issue where certain values could be calculated by formulas, such as
1,5. #6579 - Fix an issue where creating a pivot table would throw an error due to the selected range not having a sheet name.
Special thanks to community contributor @kenny-not-dead for contributions in this version:
- Fix the issue where the error prompt dialog would automatically close when renaming a worksheet. #6577
💔 Breaking Changes
- Refactor the data structure of
SheetsNoteModeand adapt old data to address the issue of comment loss caused by data anomalies in the comment feature when deleting/inserting rows and columns. #6561 - Move the auto-fill feature from the
@univerjs/sheets-uipackage to the@univerjs/sheetspackage. Please note the update if you have related types or method imports. #6566
📦 Univer Presets
- SDK has been updated to version 0.15.5.
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2026-02-11)
Bug Fixes
- add row/column manager insert method and optimze insertMatrixArray (#6555) (be00938)
- add validity range protection to the insert row/column command (#6553) (5844930)
- condition: history error (#6565) (b24892b)
- drawing: add axisAlignSheetTransform for sheet drawing (#6574) (8b0c70e)
- fix an issue where border styles were lost when unmerging cells and then undo (#6558) (ca913c9)
- fix auto-fill date rule (#6570) (5c13384)
- fix the issue of border styles being lost after cell merging (#6557) (797f587)
- fix worksheet max row and column count (#6575) (7c87f0d)
- formula: fix calculation errors in formulas, such as 1,5 (#6579) (a1048fb)
- formula: fix time zone issues in date-related formulas (#6578) (0cc433e)
- formula: when empty with value is "" (#6569) (7e59f3e)
- group: add sheet transfrom for drawing cmd (#6549) (cc70157)
- note: fix sheets-note undo/redo (#6562) (ff8a186)
- optimize data validation dropdown list allows cross-worksheet data referencing (#6572) (47a330a)
- rename tab auto close dialog err (#6577) (1f1bbe2)