🎉 Release v0.1.11 #2266
Closed
jikkai
announced in
Announcements | 公告
Replies: 1 comment
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 🆕 版本亮点🎉 新功能销毁工作簿在这个版本中,我们开始支持销毁 const univerAPI = FUniver.newAPI(univer);
univerAPI.disposeUnit('my-workbook-id') 详细信息请参考我们的文档。 俄语支持我们非常感谢 @niazlv 带来的俄语翻译支持。 import { ruRU as UniverDesignRuRU } from '@univerjs/design';
// ...
const univer = new Univer({
theme: defaultTheme,
locale: LocaleType.RU_RU,
locales: {
[LocaleType.RU_RU]: Tools.deepMerge(
UniverDesignRuRU,
// ...
),
},
}); 此外,我们已经更新了 Univer Plugins 以支持俄语内容的自动导入。 import { ruRU } from 'univer:locales';
const univer = new Univer({
theme: defaultTheme,
locale: LocaleType.RU_RU,
locales: {
[LocaleType.RU_RU]: ruRU,
},
}); 🐞 Bug 修复我们改进了单元格清除功能,现在可以清除其相关的自定义字段,确保数据完整性。特别感谢 @fmwww 对此的重要贡献! 🎢 特别感谢📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-05-17) Bug Fixes
Features
This discussion was created from the release 🎉 Release v0.1.11. |
Beta Was this translation helpful? Give feedback.
0 replies
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
🎉 Highlights
Disposing a Workbook
In this version we started to support disposing a
Workbook
instead of the wholeUniver
. You can calldisposeUnit
onFUniver
ordisposeUnit
onIUniverInstanceService
to do that. For example:Please refer to our document for more details.
Russian translation support
We are grateful to @niazlv for providing Russian translation support.
Additionally, we have updated the Univer Plugins to enable automatic import of Russian content.
🐞 Bug Fixes
We've improved the cell clearing function to now also remove any associated custom fields, ensuring complete data cleanliness. Special thanks to @fmwww for his crucial contributions in identifying and fixing this issue!
🎢 Special Thanks
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2024-05-17)
Bug Fixes
Features
This discussion was created from the release 🎉 Release v0.1.11.
Beta Was this translation helpful? Give feedback.
All reactions