🎉 Release v0.5.0 #4142
Replies: 1 comment
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 📊 Univer Sheets🎉 新功能
🐞 Bug 修复
💔 破坏性变更
-import { FUniver } from "@univerjs/facade";
-import { FUniver } from "@univerjs-pro/facade";
+import { FUniver } from "@univerjs/core";
+import '@univerjs/sheets/facade';
+import '@univerjs/ui/facade';
+import '@univerjs/docs-ui/facade';
+import '@univerjs/sheets-ui/facade';
📝 Univer Docs
💔 破坏性变更
🌐 Univer Server
💔 破坏性变更
🎢 特别感谢感谢以下社区用户为本次发布做出的杰出贡献: 📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-11-23) |
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
Added
@univerjs/presets
, providing a new simplified way to import Univer. Recommended for beginners to quickly get started, with smooth transition to advanced import methods as needs grow. Presets import has become the default method in official documentation. Learn moreAdded more flexible Facade API import method, with Facade API included by default when using presets. Learn more refactor(facade): separated to plugins to be composable #3730
Added commercial formula engine plugin
@univerjs-pro/engine-formula
with higher performance compared to open source version, supporting 2M+ formulas per sheet, especially suitable for commercial scenarios with large data calculations. Learn moreAdded Node.js environment support for Univer. Learn more refactor(facade): separated to plugins to be composable #3730
Added chart plugins
@univerjs-pro/chart
and@univerjs-pro/sheets-chart-ui
. Learn moreFormula function count has now reached 500+ 🎉
Enhanced feature: Filter plugin
@univerjs/sheets-filter-ui
now supports filtering by year, month, and dateEnhanced feature: Added print Facade API
Website and documentation updates:
🐞 Bug Fixes
clone.weekday
error refactor: move dayjs into@univerjs/core
#4078drawing-move-right
translation in zh-CN & zh-TW #4046💔 Breaking Changes
@univerjs/facade
and@univerjs-pro/facade
are deprecated. Please use@univerjs/preset
or import from@univerjs/*/facade
as needed.@univerjs/facade
will be removed in version 0.6.0. Learn more@univerjs/umd
is deprecated, replaced by@univerjs/preset
for CDN imports. Learn more@univerjs-pro/*
packages changed fromUniver
toUniverPro
lib/locale/[lang].json
format, please uselib/esm/locale/[lang].js
format@univerjs/sheets-numfmt
split into:@univerjs/sheets-numfmt
and@univerjs/sheets-numfmt-ui
@univerjs/sheets-thread-comment-base
renamed to@univerjs/sheets-thread-comment
, and@univerjs/sheets-thread-comment
renamed to@univerjs/sheets-thread-comment-ui
@univerjs/esbuild-plugin
,@univerjs/vite-plugin
, and@univerjs/webpack-plugin
require latest version upgrade for 0.5.0 support📝 Univer Docs
💔 Breaking Changes
\x1e
&\x1f
will be removed frombody.datastream
refactor(docs-ui): doc custom-range & hyperlink #3928🌐 Univer Server
💔 Breaking Changes
docker compose down
, then enter new workspace directory and rundocker compose up
🎢 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-11-23)
Bug Fixes
drawing-move-right
translation in zh-CN & zh-TW (#4046) (ad2c96d)Features
Performance Improvements
This discussion was created from the release 🎉 Release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions