🎊 Univer@v0.6.2
🚧 Important Note
This project is still in heavy development, and major API changes are expected. 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
🎉 Highlights
In this release, we are excited to introduce a new set of features and improvements to enhance your Univer experience. Here are the highlights:
- Pivot table supports value filtering, added
setFieldsConfigandresetFacade APIs - Added new Facade APIs for:
- Enhanced UI optimizations #4704 #4715
- Added
hideStatusBarStatisticconfiguration insheets-uito support hiding statistical status bar #4694 - Added
maxAutoHeightCountconfiguration insheets-uito address performance issues with auto-height in large datasets (default: 1000 rows) #4700 #4705 - Formula functions now support reading and writing cell
customproperties #4658 - Find and replace component now supports
Escshortcut key to exit #4746
🐞 Bug Fixes
- Fixed clear operation in filter state #4589
- Fixed status bar statistics error when selection contains dates #4723
- Fixed white screen issue when calling
createUnitafterdisposeUnit#4728 - Fixed
generateHTMLerror #4689 - Fixed Facade event mechanism #4736 #4739
- Fixed uniscript plugin editor error #4738
💔 Breaking Changes
- No breaking changes in this release
📝 Univer Docs
- Fixed known issues
🌐 Univer Server
- Fixed known issues
📦 Univer Presets
- SDK has been updated to version 0.6.2
🎢 Special Thanks
Special thanks to the following contributors who have made this release possible:
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2025-03-01)
Bug Fixes
- dependency loop in statusbar comp (#4701) (265c3f5)
- bind cell event multiple times (#4736) (ebc68bf)
- dashline drawing incorrect when adjust col width (#4719) (d163f2e)
- docs-ui: doc editor mem leak (#4748) (c3fa72f)
- docs-ui: error display doc-toolbar on sheet (#4751) (bc3c334)
- fix context menu cannot trigger selection change (#4734) (40956fd)
- fix monaco editor not built (#4738) (191b8c8)
- fix secrets is not set to env (#4749) (f15c05c)
- issue for autofill not working (#4753) (a8ed28c)
- mouse enter leave (#4696) (2bfba12)
- scrollbar size (#4730) (b9f3243)
- scrollbar size may be 0 (#4695) (161a97f)
- sheet: avoid auto height too many rows (#4700) (5d036b7)
- sheet: fix auto heigt cause some code error (#4705) (568f8bc)
- sheets-conditional-formatting-ui: fix panel background color issue (#4307) (4913509)
- sheets-ui: backspace shortcut not work (#4740) (e4a5639)
- sheets-ui: resolve the issue where related events fail to trigger under specific conditions (#4739) (d9b2ec6)
- sheet: set ranges for setAutoHeight (#4737) (3b75dfe)
- sheet: the range may be undefined (#4706) (e480b80)
- snapshot default aux line (#4722) (8bc15bf)
- status bar also needs to consider the date format, where t=number. (#4723) (cbc6844)
- the filtered content is not included in the clear (#4589) (ee48679)
- ui: fix generate facade should execute before hook (#4689) (d437309)
- ui: fix new current file not rendered (#4728) (5f6130a)
Features
- facade: add cell image facade & remove rich-text cell-image (#4729) (f0b2d48)
- facade: move cf command from sheets-conditional-formatting-ui to sheets-conditional-formatting package (#4743) (fdbde5b)
- facade: supplement f-workbook f-worksheet f-range facade (#4733) (edddb71)
- find-replace: use esc to focus on selection (#4746) (f4b30ae)
- formula: add custom data to value objects (#4658) (2e59a6c)
- hide statistic opt (#4694) (95410d0)
- improve styles in sheets-ui (#4704) (b752a7f)
- scroll bar hover style (#4708) (04af678)
- thread-comment: export sheet thread comment plugin constant (#4732) (83c0af9)
