🎉 Release v0.1.15
🎊 [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!
🆕 What's new
🎉 Highlights
- Enhanced Format Painter Functionality: Refactored the format painter to support adding hooks, allowing for more customizable and extensible command behaviors. #2505
🐞 Bug Fixes
- Restored UMD Package Usability: Fixed the build order for UMD packages. #2449
- Fix disposing univer causing error: Updated redi version to
v0.15.4
. #2515 - Restored scrolling state: Fixed issues with preserving scroll position in sheet snapshots when switching tabs. #2414
- Improved Permission Handling: Updated and refined permission settings to better control user actions, ensuring that only authorized users can move sheets or join protected collaborative sessions. #2481, #2493, #2504
- Fixed Hyperlink-Related Errors: Resolved multiple issues with hyperlink management, including removal errors and reference range mutations, to enhance the stability and performance of hyperlink functionalities. #2444, #2405, #2446
📢 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-14)
Bug Fixes
- change ref when user change (#2501) (b23148b)
- core: fix disposing univer causing error (#2515) (ca76011)
- core: init user info (#2499) (b3393ef)
- design: fix syntax error in calculation within less file (#2506) (9c2947f)
- find: when dispose, should close panel (#2495) (4a72bcc)
- hyper-link: bugfix for hyper-link remove-sheet (#2444) (039a59d)
- only users with editing permissions can join the protected colla… (#2504) (2ea683e)
- rename change permission (#2481) (ee6a464)
- scrollInfo should not save into snapshot (#2514) (782c7dc)
- sheet: null cell (#2483) (63040e1)
- sheets-hyper-link: skip error on ref-range mutation (#2446) (56c6e12)
- umd: change dependency build order for UMD packages (#2449) (3337e79)
Features
- add scrollLeftTop for sheet snapshot (#2414) (23775c8), closes #2348
- change move sheet permission (#2493) (d2f3f54)
- network: support sse in network fetch (#2482) (8f5d0f4)
- set the initial cursor at the begining of document (#2447) (a812d2e)
- sheets-ui: optimize ref-range for hyper-link and thread-comment (#2405) (88f2f6d)
- support props on float dom component (#2518) (0a52859)