🎊 Univer@v0.6.4
🚧 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:
- Interaction optimization: Set the number of rows and columns to insert in the right-click menu #4579
- Added
getCustomMetadata
method to support getting worksheet custom metadata #4759
🐞 Bug Fixes
- Fixed reference range error when inserting rows or columns in data validation #4785
- Fixed interaction error when using custom formula validation in data validation #4776
- Fixed tooltip jitter issue in menu bar #4779
- Adjusted permission initialization timing to fix permission-related bugs #4770
- Fixed known issues
📝 Univer Docs
- Fixed known issues
🌐 Univer Server
- Fixed known issues
📦 Univer Presets
- SDK has been updated to version 0.6.4
🎢 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-08)
Bug Fixes
- dep detect only in event handler not before register event (#4781) (58a24b5)
- design: resolve the issue of tooltip jitter during initialization (#4779) (3643ffe)
- docs-ui: select all on empty doc (#4787) (d85a0db)
- facade: showRangeSelectorDialog document (#4767) (323fe3f)
- fix facade example (#4780) (ca2329e)
- formula e2e (#4788) (f0df9ef)
- formula: fix dispose register function bug (#4783) (be00bdd)
- formula: formula update after hide row column (#4238) (4113714)
- sheets-conditional-formatting: correct bottom percent rank calculation (#4771) (e5cff35)
- sheets-data-validation: data validation ref-range error on insert row & column (#4785) (82545bf)
- sheets-data-validation: data validation valid error on custom formula (#4776) (2f3c477)
- update permission init timing (#4770) (5099acf)
Features
- sheets-numfmt: add percentage as default option (#4772) (e3a9b59)
- sheets-ui: check before undo-redo rollback (#4784) (f66f931)
Performance Improvements
- remove unnecessary
ctx.font =
calls, and avoid drawing glyphs outside the viewBounds (#4775) (cd3decd)