🎉 Release v0.1.16 #2583
Closed
hexf00
announced in
Announcements | 公告
Replies: 2 comments 2 replies
-
🎊 [email protected]🚧 重要提示该项目仍在积极开发中,预计会有重大 API 更改。您的反馈至关重要!请提交 issues 和建议,帮助我们塑造 Univer 的未来。 🚀 快速开始如果您希望了解 Univer,请查看我们的入门文档。 🆕 版本亮点🎉 新功能在本次发布中,我们很高兴介绍一组新功能和改进,以增强您的 Univer 体验: 表格排序 我们的最新更新引入了一个排序功能,允许您轻松地对电子表格中的数据进行排序和组织。
pnpm add @univerjs/sheets-sort @univerjs/sheets-sort-ui
import '@univerjs/sheets-sort-ui/lib/index.css';
import { UniverSheetsSortPlugin } from '@univerjs/sheets-sort';
import { UniverSheetsSortUIPlugin } from '@univerjs/sheets-sort-ui';
import { LocaleType, Tools } from '@univerjs/core'
+ import SheetsSortUIEnUS from '@univerjs/sheets-sort-ui/locale/en-US';
const univer = new Univer({
theme: defaultTheme,
locale: LocaleType.EN_US,
locales: {
[LocaleType.EN_US]: Tools.deepMerge(
+ SheetsSortUIEnUS
),
},
});
univer.registerPlugin(UniverSheetsSortPlugin);
univer.registerPlugin(UniverSheetsSortUIPlugin); 🐞 Bug 修复
🎢 特别感谢感谢以下社区用户为本次发布做出的杰出贡献:
📢 加入讨论我们欢迎您的参与和见解,一起踏上这个激动人心的旅程。请通过以下方式与我们联系: 📝 更新日志完整的更新日志 (2024-06-21) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you! Very much! To all of collaborators. |
Beta Was this translation helpful? Give feedback.
1 reply
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
In this release, we are excited to introduce a new set of features and improvements to enhance your Univer experience. Here are the highlights:
sheets-sort
Our latest update introduces a sorting feature, allowing you to easily sort and organize data within your spreadsheets.
🐞 Bug Fixes
🎢 Special Thanks
Special thanks to the following contributors who have made this release possible:
📢 Join the Conversation
We welcome your input and insights as we embark on this exciting journey. Connect with us on:
📝 Changelog
Full changelog (2024-06-21)
Bug Fixes
Features
This discussion was created from the release 🎉 Release v0.1.16.
Beta Was this translation helpful? Give feedback.
All reactions