🎉 Release v0.6.0 #4647
Replies: 1 comment
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 📊 Univer Sheets🎉 新功能
🐞 Bug 修复
💔 破坏性变更
ESM Before: import { FUniver } from '@univerjs/core'; After: import { FUniver } from '@univerjs/core/facade'; UMD Before: <script src="https://unpkg.com/@univerjs/core/lib/umd/index.js"></script>
<script>
var { FUniver } = UniverCore;
</script> After: <script src="https://unpkg.com/@univerjs/core/lib/umd/facade.js"></script>
<script>
var { FUniver } = UniverCoreFacade;
</script>
Before: import { useDependency, RediContext, useObservable } from '@univerjs/core' After: import { useDependency, RediContext, useObservable } from '@univerjs/ui' 📝 Univer Docs
🌐 Univer Server
📦 Univer Presets
🎢 特别感谢感谢以下社区用户为本次发布做出的杰出贡献:
📢 Univer GoUniver Go 0.0.10 已发布,集成 AI、日志、最新的 Univer SDK 等功能,众多模板开箱即用,分享定义属于你的协同表格应用,欢迎体验!Univer Go 📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2025-02-15) |
Beta Was this translation helpful? Give feedback.
-
🎊 [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!
📊 Univer Sheets
🎉 Highlights
FRange.attachRangePopup
to insert components into ranges feat: auto complete2 #4489NUMBERSTRING
formula for converting numbers to Chinese strings feat(formula): supplement NUMBERSTRING formula #4615🐞 Bug Fixes
univerAPI.Event.SheetEditChanging
event not triggering fix(facade): editing-event not trigger on edit #4642univerAPI.Event.CellClicked
event not triggering fix(sheets-ui/facade): fix cell event not triggering when listening through the facade API #4628💔 Breaking Changes
React 16 users need additional steps to use Univer 0.6.0, please refer to the React 16 User Upgrade Guide
Package
@univerjs/facade
has been removed, please migrate to the new Facade usage.Facade content previously exported from
@univerjs/core
has been moved to@univerjs/core/facade
exports:FBase
,FBaseInitialable
,FUniver
,FHooks
,FBlob
,IFBlobSource
,FEventName
,IEventBase
,IEventParamConfig
,FEnum
,FUtil
refactor(core)!: move facade exports to facade directory and update imports #4596ESM Before:
After:
UMD Before:
After:
To use the official collaboration features, you now need to provide a socketService in UniverCollaborationClientPlugin's config object. If your client runs in browsers, please use BrowserCollaborationSocketService provided by the @univerjs-pro/collaboration-client-ui package, refer to Collaboration Guide
Plugin developers need to note that the Redi view-related APIs exported have been moved to the
@univerjs/ui
package refactor(core & ui): remove the dependency of the core package on React #4617Before:
After:
📝 Univer Docs
🌐 Univer Server
📦 Univer Presets
🎢 Special Thanks
Special thanks to the following community members for their outstanding contributions to this release:
📢 Univer Go
Univer Go 0.0.10 has been released, integrating AI, logging, and the latest Univer SDK features. With numerous templates ready to use, share and define your collaborative spreadsheet applications, welcome to experience! Univer Go
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2025-02-15)
Bug Fixes
Features
ColorPicker
(#4583) (a54ab30)[@hideconstructor](https://github.com/hideconstructor)
and[@ignore](https://github.com/ignore)
annotations to various classes (#4530) (fe6999d)This discussion was created from the release 🎉 Release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions