🎉 Release v0.1.7 #1881
Closed
jikkai
announced in
Announcements | 公告
Replies: 2 comments 1 reply
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 🆕 版本亮点在本次版本中,我们新增了一些功能,修复了一些错误,并产生了一些破坏性更新。以下是变更的摘要: 📦 新功能
🐞 Bug 修复
💔 破坏性更新@univerjs/sheets-conditional-formatting-ui如果您正在使用
- import { SheetsConditionalFormattingUiPlugin } from '@univerjs/sheets-conditional-formatting-ui';
+ import { UniverSheetsConditionalFormattingUIPlugin } from '@univerjs/sheets-conditional-formatting-ui';
- univer.registerPlugin(SheetsConditionalFormattingUiPlugin)
+ univer.registerPlugin(UniverSheetsConditionalFormattingUIPlugin) 🎢 特别感谢
📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-04-12) Bug Fixes
Features
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have generate many data using luckysheet. But now luckysheet is EOL and my data can not export. How can I get back my data? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎊 [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
In this release, we've added new features, fixed bugs, and made some breaking changes. Here's a summary of the changes:
📦 New Features
F2
key. Editing cells in this way will not change the selection when you press the arrow keys. This behavior is consistent with Excel. feat(sheets-ui): add f2 to start editing #1875 [Bug] 编辑单元格内容时,使用左右键移动光标,直接失焦了 #1549Maxifs
formula. feat(formula): add the Maxifs function #1711🐞 Bug Fixes
@univerjs/sheets-data-validation
. feat(sheets-data-validation): move draggable-list to design #1822💔 Breaking Changes
@univerjs/sheets-conditional-formatting-ui
If you are using the
SheetsConditionalFormattingUiPlugin
from@univerjs/sheets-conditional-formatting-ui
, please note the following breaking changes:SheetsConditionalFormattingUiPlugin
has been renamed toSheetsConditionalFormattingUi
. Please update your imports accordingly.🎢 Special Thanks
start
toflex-start
#1819📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2024-04-12)
Bug Fixes
SheetsConditionalFormattingUiPlugin
(#1801) (9b14a5a)Features
indeterminate
property support to Checkbox component (#1870) (f522a34)This discussion was created from the release 🎉 Release v0.1.7.
Beta Was this translation helpful? Give feedback.
All reactions