🎊 Univer@v0.19.0
🚧 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
- Add support for hand-drawn (sketch) style borders on regular shapes, enhancing visual expressiveness.
🐛 Bug Fixes and Optimizations
- Optimize the comment feature: #6712
- Fix the issue of page crashes when clicking on cells with comments while the comment list is open.
- Refactor comment-related menu command IDs (please update if you are using related commands or hiding menus): #6741
- Add Comment:
sheets.operation.show-comment-modal->sheet.operation.show-comment-modal - Comment Management:
thread-comment-ui.operation.toggle-panel->sheet.operation.toggle-comment-panel
- Add Comment:
- Fix the issue of comment permission point settings not taking effect in some scenarios.
- Fix the issue of filter area borders not updating when changing themes. #6723
- Fix the issue of right-click menu flickering during initialization when integrating univer with react 18. #6726
- Fix the issue of conditional formatting anomalies when copying/cutting/pasting across worksheets. #6727
- Fix the issue of content rollback when clicking the fx input box after modifying the currently selected cell value through the API. #6728
- Fix several shape-related issues.
Special thanks to community contributor @getmateri for contributions in this version:
- Fix the issue of formula cell reference errors after cutting and pasting across worksheets. #6686
- Add support for
F4shortcut key in formulas. #6702 - Add support for some
F4shortcut key functionalities in worksheets. #6702
🌐 Univer Server
- Fix the issue of conditional formatting parsing failure when importing Excel files due to using theme color before theme initialization.
- Fix the issue of regular shapes being misidentified as custom shapes in hand-drawn mode, causing them to be ignored during export.
📦 Univer Presets
- SDK has been updated to version 0.19.0.
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2026-03-28)
Bug Fixes
- cf: fix cross-worksheet copy/cut/paste issues with conditional formatting (#6727) (a3a40ba)
- comment: fix comments-related issues (#6712) (f1fbcfe)
- design: prevent popup flicker before initial position is calculated (#6726) (de505b5)
- docs-ui: avoid duplicate sheet editor inserts after IME composition (#6734) (3d8759a)
- drawing: fix drawing delete err (#6716) (75b0e0d)
- fix and supplement the relevant logic for the F4 shortcut key (#6736) (bab5bc9)
- formula: fix some issues with the cross-worksheet cut formula (#6722) (66631d4)
- paste: fix cross-worksheet copy/cut/paste issues in data validation (#6729) (361d467)
- sheets-filter-ui: refresh filter range and buttons on theme changes (#6723) (dc752c4)
- sheets-ui: sanitize clipboard HTML parsing (#6738) (57f9ba8)
- sheets-ui: sync active editor after external cell updates (#6728) (13e4a10)
- sheets: update formula refs on clipboard cut/paste (#6686) (0d37309)
- ui: parse cell HTML with DOMParser (#6735) (16db923)
- ui: sanitize legacy clipboard html copy and share base html sanitizer (#6739) (4982cfd)