🎊 [email protected]
🚧 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
🐞 Bug Fixes
- Fixed conditional formatting command only applying to active worksheet #4798
- Fixed unclosed col tag issue in generateHTML #4803
- Fixed tooltip warnings in React 18 #4794
- Fixed set font and limited fillText out of view bounds #4800
- Fixed occasional worker errors #4821
📝 Univer Docs
- Added support for custom blocks in documents #4792
🌐 Univer Server
- Fixed known issues
📦 Univer Presets
- Added UniverSheetsCorePreset configuration options dream-num/univer-presets#48
- SDK has been updated to version 0.6.5
💔 Breaking Changes
@univerjs/network
is now exported from@univerjs/presets/preset-sheets-core
entry point dream-num/univer-presets#46
-import { HTTPService } from '@univerjs/presets/preset-sheets-advanced'
+import { HTTPService } from '@univerjs/presets/preset-sheets-core'
🎢 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-12)
Bug Fixes
- fix peerDependencies (#4820) (ef19fc7)
- fix range theme fromjson (#4795) (d2a4e12)
- fixed tooltip warnings in React 18 (#4794) (55ba301)
- header line (#4818) (ff3f8ad)
- reduce
set font
and limit fillText out of viewbounds (#4800) (8ec54c5) - sheet: fix fromjson error (#4812) (da002ee)
- sheets-conditional-formatting: apply conditional formatting for triggered sheet (#4798) (c3574ee)
- sheets-formula-ui: fix component registration (#4807) (8e2be48)
- sheets-ui: fix sheet clipboard col tag not closed (#4803) (9e88fac)
- sheets-ui: hover service error (#4804) (5d82419)