Skip to content

Releases: dream-num/univer

🎉 Release v0.10.10

26 Sep 08:32
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

🐛 Bug Fixes and Optimizations

  • Fixed some issues when hiding the first row of merged cells (conditional formatting data bars/icon sets, find and replace functionality). #5904
  • Fixed some issues with text rotation. #5909
  • Fixed the issue where the SheetValueChanged event would be triggered if the cell value remained unchanged when exiting the editing state. #5913
  • Optimized the range of image rotation angle settings. #5914
  • Fixed the issue where text in cells with borders would have borders when editing. #5917
  • Fixed several issues with charts:
    • Legend colors were incorrect after deleting a series from the chart.
    • Incorrect parsing when the data source number format was General.
    • Bubble charts automatically hide labels when data is dense.
    • Abnormal chart initialization size when the worksheet zoom level is not 100%.

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • Optimized the issue of incomplete display of data in the statistics bar in some language environments. #5891
  • Fixed the issue of style disorder of buttons in the floating image editing panel in some language environments. #5896
  • Added Russian (ru-RU) language pack for the shortcut panel. #5905
  • Optimized the position of the left directory component in Docs. #5911
  • Optimized the name text spacing when copying worksheets. #5915

Special thanks to community contributor @zeeenku for contributions in this version:

  • Fixed the issue where the RATE formula had incorrect parameter validation for pmt, pv, and fv. #5910

🌐 Univer Server

  • Fixed the issue where the chart trend-line series was incorrect after import.
  • Fixed the issue where the right axis of combo charts was incorrect after import.

📦 Univer Presets

  • SDK has been updated to version 0.10.10.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-09-26)

Bug Fixes

  • (RATE func) Validate cash flow signs and support zero PMT scenarios for Excel compatibility (#5910) (6484c60)
  • content in the image edit button (#5896) (17cecf1)
  • editor: fix the issue where the SheetValueChanged event would be triggered if the cell value remained unchanged when exiting the editing state (#5913) (04660fd)
  • engine-render: fix some issues when hiding the first row of merged cells (#5904) (39b4f87)
  • fix text border issue in editor and optimized the active color in panels related to cell color properties (#5917) (79ca94c)
  • render: fix text rotate (#5909) (d509c3e)
  • type: add table type (#5895) (0cb8b5f)
  • ui: shortcut cropped content in kbd component (#5891) (1433275)

Features

🎉 Release v0.10.9

20 Sep 09:54
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

  • Bubble charts now support handling two series simultaneously.

🐛 Bug Fixes and Optimizations

  • Optimized the issue where the default selected area after applying the format painter was incorrect when the source area had merged cells. #5853
  • Fixed the issue where the cell background color did not display when hiding the first row of merged cells. #5858
  • Fixed the issue where the IF formula returned a #N/A error when the parameter was null. #5861
  • Fixed the issue where some formulas (like SUMIF/SUMIFS) did not report an error when the range related parameter was not a reference. #5872
  • Fixed the issue where tables could not be renamed. #5874
  • Fixed the issue where increasing/decreasing decimal places could not be applied when the cell number format was General. #5881
  • Fixed the issue where the +-*/ formula could not calculate strings that could be converted to numbers. #5882
  • Fixed the issue where cell editing could be entered through the fx bar when the BeforeSheetEditStart event prevented cell editing. #5889
  • Fixed the issue where setting horizontal alignment to values other than left/right/center did not default to left alignment. #5887
  • Fixed the issue where the drawing component (floating images, charts, etc.) triggered multiple click-related events after dragging and clicking again. #5890
  • Optimized the rendering lag issue when there was a large amount of non-aggregatable data in pivot tables.

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • Optimized the editor's minimum width to the cell text width when deleting text in edit mode. #5849
  • Fixed the issue of incomplete display of data in the statistics bar in some language environments. #5864
  • When opening the border color picker, the current cell border color is selected by default. #5855
  • When opening the border type picker, the current cell border type is selected by default. #5875 #5880
  • Added double border type. #5865

🌐 Univer Server

  • Fixed the issue where the cell image type was URL, and after exporting, the cell image became a URL link text.
  • Fixed the hyperlink import issue in rich text scenarios.
  • Optimized the retry mechanism for import service failures.

📦 Univer Presets

  • SDK has been updated to version 0.10.9.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-09-20)

Bug Fixes

  • active cell border color (#5855) (be5c8c0)
  • drawing: fix duplicate event subscriptions (#5890) (e780d48)
  • dropdown-widget: adjust padding calculations and clipping areas for better text rendering (#5888) (a581a8b)
  • engine-render: fix the issue of background rendering misalignment when hiding the first row of merged cells (#5858) (7d70db0)
  • event: fix BeforeSheetEditEnd cancel (#5889) (56368fa)
  • fix format painter selection issue (#5853) (94da109)
  • formula: fix the issue in some formulas where the range parameter is not a reference object (#5872) (03d0ee5)
  • formula: fix the issue where +-*/ formula could not calculate text that can be converted to numbers (#5882) (6f256f2)
  • formula: fixed the issue where null values ​​in IF formulas would return #N/A errors (#5861) (9026ac7)
  • numfmt: fix the issue where increasing/decreasing decimal places could not be applied when the cell number format was General (#5881) (794983f)
  • render: fix horizontal alignment (#5887) (f3d3b20)
  • sheets-filter: fix filter treat number as string expect value (#5862) (d9401ec)
  • statistic not fully displayed (#5864) (b7d3f83)
  • table: fix table name error (#5874) (7926607)
  • text under active input (#5849) (ad3f67b)

Features

🎉 Release v0.10.8

13 Sep 10:32
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

  • UniverSheetsFormulaUIPlugin added configuration option functionScreenTips: Whether to show function tips in the formula editor. #5838
  • Printing now supports custom margin settings.
  • Charts:
    • New type added: Heatmap.
    • Pie charts now support custom value units.
  • New Facade API:
    • univerAPI.pasteIntoSheet: Paste data from the clipboard or custom data into the current selection of the current worksheet. #5847

🐛 Bug Fixes and Optimizations

  • Fixed the issue where the drawing component (floating images, charts, etc.) was not positioned correctly after operations like inserting rows or columns. #5833
  • Fixed the rendering issue when cell content overflows with right and center alignment. #5837
  • Fixed the content misalignment issue when hiding the first row of merged cells. #5844
  • Fixed the issue where copying Excel currency format cell data in an English environment and pasting it into Univer could not be recognized correctly. #5848

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • When opening the cell color picker, the current cell color is selected by default. #5817
  • When opening the text color picker, the current cell text color is selected by default. #5827

Special thanks to community contributor @laojun for contributions in this version:

  • Fixed the issue of error reporting for unknown formula names. #5836

📝 Univer Docs

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • When opening the text color picker, the current text color is selected by default. #5823
  • When opening the background color picker, the current text background color is selected by default. #5834

📦 Univer Presets

  • SDK has been updated to version 0.10.8.
  • UniverSheetsCorePreset added configuration option formula.functionScreenTips: Whether to show function tips in the formula editor.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-09-13)

Bug Fixes

  • docs-ui: active bg color (#5834) (909a2b8)
  • docs-ui: active text color in docs (#5823) (bece66c)
  • drawing: fix sheets drawing transform when insert rows, columns, etc. (#5833) (cf35a85)
  • engine-render: fix sheets print issue (#5822) (3bd71cd)
  • fix number format cell values ​​copied from excel with forced spaces and line break (#5848) (f9a772b)
  • render: fix horizontal alignment error (#5837) (bd4661e)
  • render: fix the issue of value rendering misalignment when hiding the first row of merged cells (#5844) (39ea6ce)
  • sheets-ui: set bg active color in colorPicker & change deprecated method (#5827) (0d41cc2)
  • sheets: active current font color (#5817) (c2b427a)
  • sheets: functionNode not exist (#5836) (d44d77c)

Features

  • add functionScreenTips config to switch the function screen tips display in the formula editor (#5838) (a85deaa)
  • add univerAPI.pasteIntoSheet api (#5847) (3503477)

🎉 Release v0.10.7

06 Sep 13:10
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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!

🤖 Introducing Univer MCP: AI Meets Spreadsheets

Univer MCP is currently in early development, while some features like real-time collaboration and full cross-platform support are still in progress, the core functionality is robust and ready for exploration.

Key Features & Capabilities

🤖 AI-Native Integration: Built from the ground up for AI applications, supporting natural language commands and intelligent automation workflows.
📊 Comprehensive Spreadsheet Operations: Full support for creating, editing, and manipulating spreadsheets with all the power of the Univer engine.
📈 Advanced Features: Complete access to formulas, conditional formatting, data validation, and more sophisticated spreadsheet functionality.

Get Started Today

📊 Univer Sheets

✨ New Features Highlights

  • Added new chart type: Sankey Chart.
  • UniverSheetsFilterPlugin added configuration option enableSyncSwitch: Whether to show the filter sync switch in the filter panel - allows users to choose whether to enable filter sync in a collaborative environment.
  • UniverSheetsPrintPlugin added configuration option enforceWatermark: Whether to enforce adding a watermark when printing.
  • Opened API for registering events: univerAPI.registerEventHandler and univerAPI.fireEvent. Refer to the code related to Facade API events or Example. #5806
  • Added some Facade APIs:
    • FWorkbook.getAllDataValidationErrorAsync: Get all data validation error information in the workbook. #5759
    • FWorksheet.getAllDataValidationErrorAsync: Get all data validation error information in the worksheet. #5759
    • FRange.getDataValidationErrorAsync: Get data validation error information in the specified range. #5759
    • FPermission.checkWorkbookPermissionPoint: Check if a specific permission point is enabled in the workbook. #5730
    • FPermission.checkWorksheetPermissionPoint: Check if a specific permission point is enabled in the worksheet. #5730
    • FWorkbook.getAllFormulaError: Get all formula error information in the workbook. #5761
    • FRange.getFormulaError: Get formula error information in the specified range. #5761

🐛 Bug Fixes and Optimizations

  • Optimized the InputNumber component style. #5766
  • Fixed the issue where the chart range selector was not working. #5774
  • Fixed the style issue of the ScriptEditorPanel component in dark theme. #5776
  • Fixed the issue where cell type is string could not apply number formats. #5798
  • Fix the issue where users with view permissions cannot see the protected area content when switching versions in the history. #5805
  • Fixed the issue that using DefinedName in formulas would add a (. #5809
  • Fixed some Facade API issues with Table. #5812

📝 Univer Docs

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • Improved updates to the Russian (ru-RU) language pack. #5777
  • Fixed the style issue of the insert table dialog in Docs. #5771
  • Added support for darkYellow color. #5782
  • Added support for some underline/double underline properties. #5787 #5793

🌐 Univer Server

  • Added support for exporting charts

📦 Univer Presets

  • SDK has been updated to version 0.10.7.
  • UniverSheetsFilterPreset added configuration option enableSyncSwitch: Whether to show the filter sync switch in the filter panel - allows users to choose whether to enable filter sync in a collaborative environment.
  • UniverSheetsAdvancedPreset added configuration option enforceWatermark: Whether to enforce adding a watermark when printing.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-09-06)

Bug Fixes

  • core: add darkYellow color (#5782) (c14cd95)
  • design: update background color for unchecked state in Switch component (#5796) (47766b5)
  • edit-history: add refresh permission function (#5805) (a4da922)
  • fix the issue of applying number format when the cell type is string or force string (#5798) (8ebc55d)
  • formular: fix define name should not add ( (#5809) (6b7bef5)
  • layering of elements in insert table dialog (#5771) (6fab221)
  • rangeselector: add param to keep rang selector ref always with sheetname (#5774) (1b58670)
  • sheets-data-validation-ui: return current date for empty string input in transformDate (#5794) (b58dcca)
  • table: fix sheets-table facade api (#5812) (a11d207)
  • ui: adjust grid class to prevent shrinking in active group display of Ribbon (#5785) (56d27c7)
  • ui: update Tooltip and span classes for better styling (#5813) (8337ba3)
  • uniscript: fix dark theme support to ScriptEditorPanel (#5776) (8d8acba)

Features

🎉 Release v0.10.6

30 Aug 07:12
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

🐛 Bug Fixes and Optimizations

  • Fix the issue with formula calculation errors after moving formula cells. #5740
  • Fix data issues after moving range. #5749
  • Fix the issue that clicking on the switch sheet in the editing state is invalid. #5750
  • Fix the issue with numerical precision display in the fx bar. #5755
  • Fix the issue that number format cell values ​​copied from Excel with forced spaces cannot be recognized as number format. #5757

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • Improved updates to the Russian (ru-RU) language pack. #5763
  • Fix the issue that the number of rows and columns entered in the right-click menu to insert rows and columns does not take effect. #5764

🌐 Univer Server

  • Fix export issues caused by missing conditional formatting.
  • Fix the issue of incorrect filter conditions when exporting some tables.
  • Add export support for filter-by-color feature.
  • Fix the issue of abnormally large Excel size during export due to multiple references to the same image.
  • Fix the issue of incorrect references when exporting defineName.

📦 Univer Presets

  • SDK has been updated to version 0.10.6.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-08-29)

Bug Fixes

  • fix data issues after moving range (#5749) (a37cfec)
  • fix number format cell values ​​copied from excel with forced spaces (#5757) (5ea935f)
  • fix the issue of digital precision display (#5755) (3af6131)
  • fixed the issue that clicking on the switch sheet in the editing state is invalid (#5750) (6c1db1c)
  • formula: fix the issue with formula movement (#5740) (cb76748)
  • info: header formatting in README.md (#5738) (d5eb5a2)
  • insert cols&rows from rigth mouse btn menu (#5764) (57f727b)

Features

🎉 Release v0.10.5

22 Aug 12:19
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

  • Added Facade API for dynamically adding/removing workbook style data: #5690
    • FWorkbook.addStyles
    • FWorkbook.removeStyles

🐛 Bug Fixes and Optimizations

  • Fixed an issue where certain texts (e.g., '1 23', '5A') were being incorrectly converted to number formats upon input. #5709
  • Fixed the logic of the text finder to ensure the search scope is limited to the current workbook. #5703
  • Fixed issue with inserting rows/columns causing errors when moving rows/columns due to data inconsistencies. #5711
  • Fixed an issue where using the createOrUpdateNote API to add comments in bulk would cause errors when selecting multiple cells with the mouse. #5716
  • Fixed performance issues when setting cell styles after selecting all cells. #5727
  • Fixed an issue where the built-in menu in the import/export feature was unresponsive when the collaborative editing plugin was not installed.

Special thanks to community contributor @remix9 for improving the Russian (ru-RU) language pack! #5722

🌐 Univer Server

  • Adapted the import of XML where the v value is in scientific notation to restore it to a number.
  • The sheets-table import/export compatibility for certain WPS scenarios.

📦 Univer Presets

  • SDK has been updated to version 0.10.5.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-08-22)

Bug Fixes

  • fix issue with inserting rows and columns (#5711) (15917b3)
  • locale: uppcase for text panel ui (#5722) (e3477d7)
  • numfmt: filter some erroneous numfmt pattern conversions (#5709) (6c33280)
  • numfmt: fix numfmt parse error (#5697) (d466311)
  • sheets-data-validation: performance issues when edit whole cells on large scale (#5727) (128cdc8)
  • sheets-ui: make disposable property optional and handle undefined case (#5716) (e936715)

Features

  • add facade api addStyles and removeStyles (#5690) (0f80221)

🎉 Release v0.10.4

18 Aug 03:16
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

🐛 Bug Fixes and Optimizations

  • Fixed an issue where the automatic row height calculation was incorrect when cell styles had text wrapping enabled. #5663
  • Optimized the default alignment for number rendering to left when the cell width is less than the content width. #5665
  • Optimized the rendering of odd/even row theme colors when the table range has hidden rows. #5651
  • Fixed an issue where the cell content could not enter edit mode when deleting cell content with the Backspace key or copying empty Excel cells to Univer. #5682
  • Optimized the built-in menu currency format to match the currency symbol in the language pack. #5688

Special thanks to community contributor @kenny-not-dead for improving the Russian (ru-RU) language pack! #5672

🌐 Univer Server

  • Fixed issues with cell images being misaligned or lost after importing and then exporting.
  • Adapted the export functionality for cases where the table range consists of a single cell.

📦 Univer Presets

  • SDK has been updated to version 0.10.4.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-08-15)

Bug Fixes

  • editor: fix after delete cell content using backspace, the cell does not enter edit mode (#5682) (f4e3b4e)
  • engine-render: disable cache clearing for visible range in sprea… (#5673) (ccc5d5b)
  • filterAndTable: filter vertical align and table custom style (#5677) (cd10f07)
  • filter: fix filter button style not effect range theme (#5695) (2336c6d)
  • fix number render when cell type is undefined or null (#5666) (10a09aa)
  • render: fix auto height calculate (#5663) (4eb3456)

Features

  • localization logical&lookup func; fix: replace   in some functions (#5672) (6354f0b)
  • optimize the currency format in the built-in menu to the one corresponding to the language pack. (#5688) (0cda1d1)
  • optimized number rendering when cell width less than text width (#5665) (a2465e9)
  • rangetheme: support a performance cache for consider hide row (#5651) (25674c2)

🎉 Release v0.10.3

08 Aug 11:10
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

🐛 Bug Fixes and Optimizations

  • Fixed the issue where empty values in the sheets-table filter did not display internationalization correctly. #5649
  • Fixed the issue where the list panel and single formula info panel appeared simultaneously when entering a formula. #5655
  • Fixed some issues related to 0 value judgment. #5655
  • Fixed the issue where the Enter key shortcut in the find and replace feature was not working. #5657

Special thanks to community contributor @kenny-not-dead for contributions in this version:

  • Improved updates to the Russian (ru-RU) language pack. #5645
  • Fixed the z-index issue in the Dialog component. #5654

🌐 Univer Server

  • Added fallback logic to ensure compatibility when importing Excel XML files that lack row and column attributes.
  • Added support for exporting tables.

📦 Univer Presets

  • SDK has been updated to version 0.10.3.
  • UniverSheetsCorePreset has removed the statusBarStatistic configuration item, please use the footer.statisticBar configuration instead.

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-08-08)

Bug Fixes

  • color picker is partially blocked (#5654) (8daabe5)
  • find-replace: fix enter shortcut (#5657) (ae1dc2a)
  • fixed some formula and 0 value judgment issues (#5655) (6d18c8b)
  • formula: fix numbervalue/datevalue/timevalue calculate (#5637) (60c59f9)
  • sheets-table: return undefined for empty cell values & fix i18n (#5649) (48aea11)
  • sheets-ui: fix context menu insert control (#5639) (e018864)

Features

  • add Ru localization engineering&information func; fix: description IMPRODUCT (#5645) (2b79e82)

🎉 Release v0.10.2

02 Aug 12:32
Compare
Choose a tag to compare

🎊 [email protected]

🚧 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

  • Refactored the date components, including DatePicker and DateRangePicker, to unify their UI style and fix issues with locale loading in preset mode. #5622
  • Added new permission points: WorkbookInsertColumnPermission, WorkbookInsertRowPermission, WorkbookDeleteColumnPermission, and WorkbookDeleteRowPermission, allowing control over adding and deleting columns and rows in workbooks. #5615

🐛 Bug Fixes and Optimizations

  • Developers are now allowed to create dialogs that exceed the width limit. #5612
  • Fixed the issue where the global theme was not synchronized in the history record.
  • Fixed some style issues with pivot tables.
  • Improved the style of the permissions panel. #5619
  • Illegal table names are now prohibited. #5601
  • Refactored the scrollbar in the rendering area. #4957
  • Fixed incorrect horizontal alignment when the cell type is Boolean. #5626
  • Fixed some style issues in the filter panel. #5628
  • Fixed the excessive memory usage issue when integrating Univer in Electron. #5629
  • Fixed incorrect calculation for formulas like COUNTIFS when using the <> operator. #5625
  • Fixed the issue where the cell editor's zoom ratio was not synchronized when the zoom ratio was not 100%. #5620

📦 Univer Presets

  • SDK has been updated to version 0.10.2

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2025-08-02)

Bug Fixes

  • design: fix DayButton styles for Calendar (#5630) (f859a58)
  • docs-ui: adjust zoom behavior for sheet editor compatibility (#5620) (eed7b23)
  • engine-render: disable queryLocalFonts in Electron to prevent memory overflow (#5629) (dd32c66)
  • formula: fixed the issue that formulas such as COUNTIFS would calculate incorrectly with <> operator (#5625) (abe0e1c)
  • render: fix true and false render (#5626) (e5b2181)
  • sheets-formula-ui: handle undefined unitId in formula selection (#5627) (65a87a7)
  • sheets-ui: fix permssion panel styles for better readability (#5619) (53de7bf)
  • table: table name should not include space (#5601) (ef87537)
  • update default workbook point (#5624) (06b4518)

Features

  • sheets: update workbook permission point (#5615) (3a59614)

🔥 Release v0.10.1

31 Jul 04:36
Compare
Choose a tag to compare

Changelog

Full changelog (2025-07-31)

Bug Fixes

  • core: fix user part handling in SheetPermissionPanelDetail (#5611) (3214050)

Features

  • design: allow customizing the Dialog component's width beyond predefined limits (#5612) (1f9c781)
  • locale compatibility & date formula; fix duplicate 'required' (#5608) (efe1a5e)