Skip to content

🎉 Release v0.6.7

Latest
Compare
Choose a tag to compare
@wpxp123456 wpxp123456 released this 27 Mar 03:55
· 31 commits to dev since this release

🎊 Univer@v0.6.7

🚧 Important Note

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

  • Facade API getA1Notation support AbsoluteRefType parameter #4839
  • UniverSheetsNumfmtPlugin supports configuration to disable cell text format warnings and marks #4852
  • Optimize cell-image behavior on editing and paste #4860

🐞 Bug Fixes

  • Fixed sheets-filter hidden rows causing formula auto-fill #4840
  • Fixed the effect of sheets-filter on SUBTOTAL formula calculation #4845
  • Fixed sheet font menus #4828
  • Fixed formula highlight display error when delete function name #4871
  • Fixed menu disable status error #4872

📝 Univer Docs

  • Support horizontal line #4813
  • Add float toolbar component #4835
  • Support float menu #4842

🌐 Univer Server

  • Fixed known issues

📦 Univer Presets

  • UniverSheetsCorePreset adds disableTextFormatAlert and disableTextFormatMark configuration items to disable cell text format warnings and marks
  • SDK has been updated to version 0.6.7

📢 Join the Conversation

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

📝 Changelog

Full changelog (2025-03-26)

Bug Fixes

  • add event click (#4862) (2e78781)
  • docs-ui: inline format float box postion issue (#4857) (f1cbe91)
  • docs-ui: insert custom range error (#4878) (1f53ac2)
  • docs-ui: popup direction (#4846) (d8b3b65)
  • docs-ui: remove hack to make hidden menu visible of FloatToolbar (#4843) (fc8fee2)
  • formula: fix sheets-filter hidden rows causing formula auto-fill… (#4840) (e7f9867)
  • formula: fixed the effect of filters on SUBTOTAL formula calcula… (#4845) (361991e)
  • get skeleton by subUnit if subUnit exists, not get current skeleton (#4836) (e86cd61)
  • sheets-formula-ui: formula highlight display error when delete function name (#4871) (adcd070)
  • sheets-hyper-link-ui: menu disable status error (#4872) (580989d)
  • sheets-ui: update sheet font menus (#4828) (c8a4d26)
  • thread-comment-ui: add word break style to thread comment items (#4856) (7601bab)

Features