💐 Release v0.1.6 #1800
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
In the v0.1.6 update, we have added two major features: Conditional Formatting and Data Validation. These features are designed to help you better manage and analyze your data.
🎨 Conditional Formatting
Conditional formatting allows you to apply different styles to cells based on their values. This feature is useful for highlighting important information and making your data more visually appealing.
To apply conditional formatting to a range of cells, follow these steps:
@univerjs/sheets-conditional-formatting-ui
package using npm or pnpm:Breaking Change: If you are using the
0.1.5
version, please uninstall the@univerjs/sheets-conditional-formatting
package and replace it with the@univerjs/sheets-conditional-formatting-ui
package.🛡️ Data Validation
Data validation allows you to set rules for the data entered in a cell. This feature is useful for ensuring data integrity and consistency in your spreadsheets.
To apply data validation to a range of cells, follow these steps:
@univerjs/data-validation
and@univerjs/sheets-data-validation
package using npm or pnpm:📚 Other Updates: Defined Names
In addition to the above features, we have also added the Defined Names feature to sheets. You can now set custom names for cell ranges to make it easier to reference them.
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2024-04-03)
Bug Fixes
pointer-events: none
to avoid::selection
in Safari (#1792) (86bb772)Features
Textarea
component (#1778) (a2dd33d)This discussion was created from the release 💐 Release v0.1.6.
Beta Was this translation helpful? Give feedback.
All reactions