github dream-num/univer v0.1.3
🎉 Release v0.1.3

latest releases: v0.15.1, v0.15.0, v0.14.0...
22 months ago

Univer Banner

🎊 Univer@v0.1.3

🚧 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.

🆕 What's new

In the v0.1.3 update, we've added find and replace functionality to the Univer Sheet.

Find and Replace

  • Find content in a sub-sheet, current selection, or the entire workbook
  • Search in row-first or column-first order
  • Find formulas, case-sensitive search, and match entire cell contents
  • Replace and replace all

You can enable this functionality by registering the following two plugins with Univer:

import { UniverFindReplacePlugin } from '@univerjs/find-replace';
import { UniverSheetsFindReplacePlugin } from '@univerjs/sheets-find-replace';

univer.register(UniverFindReplacePlugin);
univer.register(UniverSheetsFindReplacePlugin);

We welcome you to try out these brand new plugins. If you encounter any bugs or have feature requests, please submit your feedback via GitHub and our community. We plan to further optimize the find and replace feature and add support for doc and other types in the future. To learn more about Univer's roadmap, please visit our official website.

Other Changes

This release also includes over 30 bug fixes and improvements across the multiple packages.

🚀 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!

📢 Join the Conversation

We welcome your input and insights as we embark on this exciting journey. Connect with us on:

📝 Changelog

Full changelog (2024-03-15)

Bug Fixes

Features

Don't miss a new univer release

NewReleases is sending notifications on new releases.