🎉 Release v0.1.12 #2308
Closed
jikkai
announced in
Announcements | 公告
Replies: 0 comments
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!
🆕 What's new
🎉 Highlights
Comments for Univer Sheet
In this new version, we add comment function to univer, for using, following the guide bellow.
Please refer to Comment / Annotation for more details.
New Cell Hooks
The new cell hook supports more event listeners and now supports:
onCellPointerOver
,onCellDragOver
,onCellDrop
. Please refer to our Univer Sheet API for more details.Add support for hiding context menu
We have added the ability to hide the context menu in the Univer UI plugin. You can now disable the context menu by setting the
contextMenu
option tofalse
.univer.registerPlugin(UniverUIPlugin, { + contextMenu: false });
Support for customizing the properties of menu items
Now all plugins that provide menu items support customizing the properties of menu items through configuration options, such as hiding, disabling, grouping, etc.
For example, to hide the bold menu item:
💔 Breaking Changes
Now the
header
andfooter
options of the@univerjs/ui
plugin aretrue
by default. If you don't want the header and footer, you need to explicitly set them tofalse
.🔮 Breaking Changes Preview
We will remove the built-in Chinese support in the next version (v0.1.13). If your project depends on Chinese support, please add Chinese language packages by yourself.
We also changed the way to import language packages. In v0.1.13, you need to import language packages like this:
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2024-05-24)
Bug Fixes
engine-render: fix "require("fs")" issue (#2278) (0e25997)
export necessary types from ui package (c648310)
fix identifier name (c1b4e8b)
fix shortcut panel content not correct (#2267) (bf5880a)
resolve warning about nested component updates from render methods (#2274) (4e7b4c5)
sheet: add info type for Message component, use barColor in ProgressBar (#2277) (7b411b3)
sheets-thread-comment: fix some ui issues & update readme.md (#2294) (b230655)
sheets-ui: fix doc plugins not loaded before sheet editor (#2279) (e467c1e)
ui: fix canvas popup direction definition error (0690697)
ui: fix position error (57d4e8a)
uniscript: export module for pro (#2293) (e7ad8d5)
feat(ui)!: add support for hiding context menu (feat(ui)!: add support for hiding context menu #2275) (3f12ad8), closes #2275
Features
BREAKING CHANGES
The default values for
header
andfooter
are now set to true.feat: update examples
This discussion was created from the release 🎉 Release v0.1.12.
Beta Was this translation helpful? Give feedback.
All reactions