Skip to content

馃帀 Release v0.1.14

Compare
Choose a tag to compare
@jikkai jikkai released this 07 Jun 01:29
· 129 commits to dev since this release

馃帄 [email protected]

Univer Banner

馃毀 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!

馃啎 What's new

馃帀 Highlights

  • Introduced a validator service that enables developers to retrieve the status of data validation. #2412

馃悶 Bug Fixes

  • Resolved an issue with the deprecated findDOMNode function. #2403
  • Addressed a problem where the hidden property in menu configurations was not effective. #2420
  • Fixed inconsistencies in the copy and paste functionality under certain special circumstances. #2354
  • Eliminated a memory leak that occurred during zoom in or zoom out operations. #2371

馃摙 Join the Conversation

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

馃摑 Changelog

Full changelog (2024-06-07)

Bug Fixes

Features

  • add scrollLeftTop for sheet snapshot (#2348) (38d8003)
  • add Tools.set method (#2399) (ea8f50c)
  • add workbook permission (#2391) (0a9a980)
  • InsertSheetCommand: allow using partial sheet from params as sheetconfig (#2429) (ce85854)
  • network: add http auth interceptor (#2424) (066941a)
  • permission-share: support permission share (#2416) (0332000)
  • sheets-data-validation: add validator service allowing developer to get status of data-validation (#2412) (12d531d)
  • sheets-ui: support drawing print (#2418) (f24cace)
  • ui: enhance component container (#2395) (54460f9)

Reverts