🎊 Univer@v0.6.9
🚧 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
🎉 Highlights
- Number format menu item adds scientific notation #4895
- Chart
- Support trend line
- Support word cloud chart and funnel chart
- Horizontal axis labels support rotation
- Pivot table supports drag sorting (custom sorting)
- Facade API
- Added pivot table date grouping API
setDateGroupType
- Added pivot table date grouping API
🐞 Bug Fixes
- Fixed the issue that clearing content should not be set empty object #4861
- Fixed issue where NaN would appear when a cell with a number format was merged with the previous blank cell #4898
- Fixed formula calculation for empty strings #4900
- Fixed MDETERM formula calculation method #4907
- Fixed issue where Facade API should return composed style info #4917
- Fixed filter panel sort #4921
- Fixed data-validation status change event not triggered #4928
📝 Univer Docs
- Support doc heading #4875
🌐 Univer Server
- Fixed known issues
📦 Univer Presets
- SDK has been updated to version 0.6.9
- Fixed the error message when initializing React with inconsistent versions. No need to manually install the specified version of React
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2025-04-02)
Bug Fixes
- build core type error (#4922) (e3c2707)
- build core type error (#4923) (3d2d6d1)
- clear content should not be set empty object (#4861) (33bc6bb)
- deps: update react peer dependency version range (#4887) (89c144c)
- docs-drawing-ui: remove custom-block error (#4892) (f860829)
- docs-ui: calc range position error & scale by mouse (#4903) (f3c1066)
- docs-ui: disable float-menu on whole custom-range (#4893) (57fa7d0)
- docs-ui: doc float menu font size calc error (#4915) (cb802d5)
- docs-ui: docs heading-menu auto scroll (#4906) (2990f2a)
- docs-ui: float-menu and heading space (#4914) (1d62662)
- docs-ui: menu default value calculate error (#4908) (9ae264b)
- docs-ui: menu font-size calc error on heading case (#4910) (9e0d700)
- docs-ui: popup float menu position (#4881) (610f710)
- docs-ui: support heading spacing style (#4912) (908e15d)
- docs: default table border color (#4920) (77ce7d4)
- docs: quick insert (#4885) (b65b263)
- docs: render table cell bg (#4904) (966c582)
- fix filter panel sort (#4921) (9e88497)
- fix formula calculation for empty strings (#4900) (0cbb5c9)
- fix merge cell bug (#4898) (79bf4b8)
- formula: fix formula MDETERM calculation method (#4907) (733535d)
- label hidden in filter panel (#4919) (0bbf87e)
- menu popup priority greater than placeholder (#4916) (4459634)
- sheets-data-validation: data-validation status change event not triggered (#4928) (c6a93d5)
- sheets-filter: fix the style issues of the filter panel (#4911) (d302f39)
- sheets: facade should return composed style info (#4917) (8a49f15)
- ui: replace use with useContext for ConfigContext (#4929) (7859d92)
- update RectPopup to use useContext and adjust ESLint rules (#4926) (b5d8a8a)
Features
- add float dom id to Comp (#4886) (a17a041)
- docs-drawing-ui: mount drawing on rendered phase (#4913) (e786e51)
- docs-ui: open menu default (#4899) (8f3024e)
- docs-ui: optimize doc heading-menu (#4905) (0bcabf2)
- docs-ui: optimize doc menu scroller (#4909) (20772c3)
- docs-ui: skip float-menu flash (#4897) (f1a1f9a)
- docs-ui: support doc heading menu (#4891) (b17785e)
- docs-ui: update side-menu style (#4896) (a2c620c)
- docs: update draw cursor and horizontal line (#4902) (5cd9523)
- doc: table support border and bg (#4901) (c6e33dd)
- number format menu item adds scientific notation (#4895) (d427835)
- pivot: support custom sort (#4889) (4e4ac70)
- quick insert background white (#4918) (a41882d)
- support doc heading (#4875) (b605b83)
- ui: optimize popup portal to support multi-instance (#4924) (8b980be)