💼 Release v0.1.8 #2093
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.8 update, we have added Filtering feature to the Univer Sheets. This feature allows you to filter data in a range of cells based on specific criteria. You can apply filters to columns to display only the data that meets the criteria you specify.
📊 Filtering
To apply filters to a range of cells, follow these steps:
📦 All-in-one UMD Bundle
Finally, we have added an all-in-one UMD bundle for Univer. This bundle includes all the necessary dependencies and plugins, allowing you to quickly get started with Univer in your web applications.
You can include the UMD bundle in your HTML file using the following script tag:
If you are already using React, ReactDOM, and RxJS in your project, you can opt for the slim version of the UMD bundle, which excludes these dependencies.
💔 Breaking Changes
1.
univer.createUniverSheet
anduniver.createUniverDoc
have been replaced byuniver.createUnit
2.
PluginType
is removed. Please useUniverInstanceType
instead.🎢 Special Thanks
🥳 Exciting News About Univer Pro
We have decided to launch the community edition SDK of Univer Pro in the near future. The community edition will include npm packages for front-end code, Docker images for back-end code, and a free trial license for up to one month. This means that developers can use the community edition SDK of Univer Pro for integrated development in their own projects.
Stay tuned for more updates on Univer Pro!
📢 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-26)
Bug Fixes
onSelectionChange
method (#2066) (e440e04)Features
Performance Improvements
This discussion was created from the release 💼 Release v0.1.8.
Beta Was this translation helpful? Give feedback.
All reactions