🎉 Release v0.2.4 #2822
Closed
hexf00
announced in
Announcements | 公告
Replies: 1 comment
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 🎉 新功能
docs-drawing-ui 允许您在在 Univer Doc 插入图片
pnpm add @univerjs/docs-drawing-ui
import '@univerjs/docs-drawing-ui/lib/index.css';
import { UniverDocsDrawingUIPlugin } from '@univerjs/docs-drawing-ui';
import { LocaleType, Tools } from '@univerjs/core'
+ import DocsDrawingUiEnUs from '@univerjs/docs-drawing-ui/locale/en-US';
const univer = new Univer({
theme: defaultTheme,
locale: LocaleType.EN_US,
locales: {
[LocaleType.EN_US]: Tools.deepMerge(
+ DocsDrawingUiEnUs
),
},
});
🐞 Bug 修复
💔 破坏性变更
🎢 特别感谢感谢以下社区用户为本次发布做出的杰出贡献: 📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-07-19) |
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!
🎉 Highlights
In this release, we are excited to introduce a new set of features and improvements to enhance your Univer experience. Here are the highlights:
docs-drawing-ui
Allows you to insert images in Univer Doc.
🐞 Bug Fixes
FRange.generateHTML
fix, copy-paste enhancement fix(sheet): copy&paste clip cell #2773💔 Breaking Changes
IParagraphStyle
withinIDocumentBody
of Univer Doc refactor(doc)!: number unit #2760🎢 Special Thanks
Special thanks to the following contributors who have made this release possible:
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2024-07-19)
Bug Fixes
Features
This discussion was created from the release 🎉 Release v0.2.4.
Beta Was this translation helpful? Give feedback.
All reactions