Skip to content

🎉 Release v0.5.1

Latest
Compare
Choose a tag to compare
@hexf00 hexf00 released this 02 Dec 02:42
· 82 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!

📊 Univer Sheets

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

  • Support for cell images #4036
  • Support for plugin exports through @univerjs/presets
  • Added French fr-FR locale support, thanks to community contribution #3564
  • Conditional Formatting Memory Optimization #4164

🐞 Bug Fixes

  • Fixed filter compatibility issues with lower versions of React #4189
  • Fixed cell error prompt not disappearing properly; Fixed worksheet name errors when copying formulas #4172
  • Optimized arrow key operations for formula range selector #4135
  • Fixed iferror formula function #4163
  • Formula engine performance optimization #4159
  • Fixed formula range selector interaction #4156

💔 Breaking Changes

  • Adjusted some duplicate exports #4175 #4171

  • The UniverSheetsDrawingUIPlugin in @univerjs/sheets-drawing-ui depends on the UniverDocsDrawingPlugin from @univerjs/docs-drawing. To ensure proper functionality:
    
    Installation

pnpm install @univerjs/docs-drawing


Registration

+univer.registerPlugin(UniverDocsDrawingPlugin)
univer.registerPlugin(UniverSheetsDrawingUIPlugin)

📝 Univer Docs

  • Fixed paragraph cursor issues #4147
  • Fixed copying issues #4168

🌐 Univer Server

  • Collaboration service optimization

🎢 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-11-30)

Bug Fixes

Features