🎊 Univer@v0.15.4
🚧 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 Slovak (sk-SK) language pack. #6544
🐛 Bug Fixes and Optimizations
- Fix an issue where formulas referencing a changed array formula range would result in abnormal updates. #6527
- Optimize the header selection and resize experience on mobile devices. #6529
- Optimize the statistics bar is also updated when setting the selection range via API. #6533
- Fix extra spaces after pasting text copied from Excel. #6538
- Fix column-like selections being parsed as formula names during formula parsing, e.g.,
N:N. #6540 #6542 - Fix incorrect positioning of floating images after changing row height and then inserting rows. #6541
- Optimize the sidebar to hide function types with zero formulas. #6545
- Fix an issue where using Univer in React Portals components (modals, dialogs, etc.) would cause the page to crash. #6546
- Fix an issue where using Backspace to delete cell content would incorrectly identify duplicate values in conditional formatting - duplicate values rule. #6547
- API fixes:
- Fix an issue where
univerAPI.disposeUnitwould clear all event listeners. #6508 - Fix an issue where, after calling
univerAPI.disposeUnitand recreating the workbook, floating images would lack action buttons when focused, and toolbar menus would be unusable after the floating image lost focus. #6543 - Fix an issue where the triggering timing of
FFormula.calculationResultAppliedandFFormula.onCalculationResultAppliedwas incorrect. #6522
- Fix an issue where
Special thanks to community contributor @kenny-not-dead for contributions in this version:
- Fix the issue where the toolbar "more" icon would disappear when changing screen size in some scenarios. #6535
- Optimize the sidebar content area to use the default cursor type. #6518
🌐 Univer Server
- Fix styling issues when importing Excel files with some columns having default styles.
- Add experimental USIP APIKEY feature, details at: https://docs.univer.ai/guides/pro/usip#usip-configuration.
📦 Univer Presets
- SDK has been updated to version 0.15.4.
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2026-01-31)
Bug Fixes
- api: fix api FFormula.calculationResultApplied and FFormula.onCalculationResultApplied (#6522) (39c9244)
- cf: fix the issue of duplicate values in conditional formatting (#6547) (8308b35)
- disposeUnit: fix the issue of drawing disposeUnit (#6543) (bd159b0)
- docs-ui: improve focus-trap handling by ensuring container stays within the modal subtree (#6546) (be2d617)
- fix an issue where disposeUnit would clear all event listeners (#6508) (e0b514c)
- fix where floating images were not positioned correctly after inserting rows in some scenarios (#6541) (88cb6fc)
- fix where formulas reference a changed array formula range would result in abnormal updates (#6527) (9817568)
- formula: column like functions error (#6540) (583c195)
- formula: update column like list (#6542) (6802917)
- icon more will disappear when change screen in some cases (#6535) (b9a3b82)
- image: image switched double (#6536) (6e62e29)
- image: load multiple (#6537) (ab669e4)
- mobile: header selection and resize (#6529) (71f21cd)
- optimize the API so that the statistics bar is also updated when setting the selection range (#6533) (4b3baeb)
- paste: fix extra spaces after pasting text copied from Excel (#6538) (2453581)
- shape: the editor should not get focus when shap editor is focus (#6516) (9f9855c)
- sheets-formula-ui: hide empty function list of SelectFunction (#6545) (9a96853)