🎊 Univer@v0.9.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
- Univer Sheets Filter now supports filter by colors #5501
- Facade API supplemented methods and events related to float-dom #5515
🐛 Bug Fixes and Optimizations
- Removed specific Vue version dependencies from the
@univerjs/ui-adapter-vue3
package #5495 - Fixed an issue where the
SUBTOTAL
formula did not ignore results from otherSUBTOTAL
formulas #5506 - Fixed layout issues in the custom sorting panel for Spanish language settings #5507
- Fixed rendering errors for
TRUE
andFALSE
#5504 - Fixed an issue where formula selection areas could not be dragged while in formula edit mode #5512
🌐 Univer Server
- Fixed issues related to broken hyperlinks during export
📦 Univer Presets
- SDK has been updated to version 0.9.2
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
- :octocat: GitHub Discussions
- 👾 Discord
📝 Changelog
Full changelog (2025-07-11)
Bug Fixes
- doc: fix some code error (#5489) (674fd6e)
- dts: simplify interface declarations and improve method overrides in event and range modules (#5516) (edea4eb)
- fix render of true and false, and TEXT formula error (#5504) (ec740ba)
- fix SUBTOTAL formula need ignore other SUBTOTAL formula results (#5506) (732bcec)
- sheets-filter-ui: adjust width of filter panel component (#5518) (bb719f2)
- sheets-formula-ui: can't drag selections when edit formula (#5512) (cd39795)
- sheets-sort-ui: improve layout and styling of
CustomSortPanel
(#5507) (16d234d) - ui-adapter-vue3: update peerDependencies to require Vue 3.0.0 or higher (#5495) (b72b49a)