🎉 Release v0.7.0 #5204
wpxp123456
announced in
Announcements | 公告
Replies: 1 comment
-
🎊 Univer@v0.7.0🚧 重要提示您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 📦 完全兼容 web component
📊 Univer Sheets✨ 新特性
🐛 修复和优化
📝 Univer Docs✨ 新特性
🌐 Univer Server
📦 Univer Presets
💔 破坏性更新本次更新使用 TailwindCSS 重构了所有样式。如果你之前通过 class 获取 DOM 并进行过一些定制化开发,别担心,我们为一些组件添加了 📢 特别提醒
📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2025-05-14) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
🎊 Univer@v0.7.0
🚧 Important Note
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!
📦 Full Compatibility with Web Components
📊 Univer Sheets
✨ New Features
UniverSheetsUIPluginadds configuration itemfooterto set the display/hide of the bottom menu bar feat(ui): make config dynamic to support set by user through facade #5044UniverSheetsUIPluginadds configuration itemsprotectedRangeShadowandprotectedRangeUserSelectorto set the permission background shadow to show/hide or use custom components feat(sheets-ui): optimize permission ui custom api #5052@univerjs/sheets-tableand@univerjs/sheets-table-uiUniverSheetsTablePluginandUniverSheetsTableUIPluginand register them. The function entry is in the top toolbar@univerjs/sheets-noteand@univerjs/sheets-note-uiUniverSheetsNotePluginandUniverSheetsNoteUIPluginand register them. The function entry in the right-click menu🐛 Bug Fixes and Optimizations
📝 Univer Docs
✨ New Features
🌐 Univer Server
📦 Univer Presets
import { UniverSheetsTablePreset } from '@univerjs/presets/preset-sheets-table'import { UniverSheetsNotePreset } from '@univerjs/presets/preset-sheets-note'UniverSheetsCorePresetsupportsfooter,protectedRangeShadow,protectedRangeUserSelectorconfiguration items, see IUniverSheetsCorePresetConfig for details💔 Breaking Changes
This update has refactored all styles using TailwindCSS. If you previously customized development by accessing DOM elements via class names, rest assured—we’ve added
data-u-compattributes to certain components, enabling easy adaptation to the new version with minimal adjustments.📢 Special Notice
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2025-05-14)
Bug Fixes
Features
darkModeconfiguration (#5161) (ee7c52f)Beta Was this translation helpful? Give feedback.
All reactions