Skip to content

🎉 Release v0.2.5

Compare
Choose a tag to compare
@hexf00 hexf00 released this 26 Jul 07:15
· 757 commits to dev since this release

🎊 [email protected]

Univer Banner

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

🎉 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:

  • Univer Doc supports context menus and zooming #2830
  • Added 30+ math formulas, 7 date formulas, and 3 information formulas #2761 #2798
  • Optimized table scrolling #2779
  • Enhanced formula input experience #2772

🐞 Bug Fixes

  • Improved URL recognition #2845

💔 Breaking Changes

  • The Inject related imports from redi have been moved to @univerjs/core #2801

Before:

import type { Dependency } from '@wendellhu/redi';
import { Inject, Injector } from '@wendellhu/redi';

Now:

import type { Dependency } from '@univerjs/core';
import { Inject, Injector } from '@univerjs/core';

📢 Join the Conversation

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

📝 Changelog

Full changelog (2024-07-26)

Bug Fixes

Features