🎉 Release v0.2.5 #2859
Closed
hexf00
announced in
Announcements | 公告
Replies: 1 comment
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 🎉 新功能
🐞 Bug 修复💔 破坏性变更
之前: import type { Dependency } from '@wendellhu/redi';
import { Inject, Injector } from '@wendellhu/redi'; 现在: import type { Dependency } from '@univerjs/core';
import { Inject, Injector } from '@univerjs/core'; 📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-07-26) |
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:
🐞 Bug Fixes
💔 Breaking Changes
Inject
related imports fromredi
have been moved to@univerjs/core
refactor(core)!: makeredi
a built-in feature of the@univerjs/core
#2801Before:
Now:
📢 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-26)
Bug Fixes
Features
This discussion was created from the release 🎉 Release v0.2.5.
Beta Was this translation helpful? Give feedback.
All reactions