🎉 Release v0.2.9 #3173
Closed
hexf00
announced in
Announcements | 公告
Replies: 2 comments
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 📊 Univer Sheets🎉 新功能
🐞 Bug 修复
💔 破坏性变更
安装新包: pnpm add @univerjs-pro/sheets-pivot @univerjs-pro/sheets-pivot-ui
- pnpm add @univerjs-pro/pivot-engine
+ pnpm add @univerjs-pro/engine-pivot 插件注册: -univer.registerPlugin(UniverSheetsPivotTablePlugin, {
- notExecuteFormula: true,
- registerInOneThread: true,
-})
+univer.registerPlugin(UniverSheetsPivotTablePlugin)
univer.registerPlugin(UniverSheetsPivotTableUIPlugin) 📝 Univer Docs🐞 Bug 修复
📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-08-23) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Amazon job |
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!
📊 Univer Sheets
🎉 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
hidden$
is not configured #3122💔 Breaking Changes
The method to get workbook data has been updated. Also,
FWorkbook.getSnapshot
will be removed in the future, so please switch to theFWorkbook.save
method. refactor(resources)!: remove workbook.save and add resourceloader.saveunit #3128Some useless properties on snapshots are removed:
houldStartRenderingImmediately
,container
,selections
refactor(core)!: remove redundant files in core package #3154The package name for the pivot table plugin has been updated from
@univerjs-pro/pivot-engine
to@univerjs-pro/engine-pivot
. Additionally, the default configuration options required by the plugin have been removed.install the new package:
plugin registration:
📝 Univer Docs
🐞 Bug Fixes
docs-ui
/docs
/docs-drawing-ui
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2024-08-23)
Bug Fixes
hidden$
is not configured (#3122) (701131d)Features
This discussion was created from the release 🎉 Release v0.2.9.
Beta Was this translation helpful? Give feedback.
All reactions