Skip to content

Bump @univerjs/engine-formula from 0.21.1 to 0.22.0 in /workbook-worker - #15

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workbook-worker/univerjs/engine-formula-0.22.0
Closed

Bump @univerjs/engine-formula from 0.21.1 to 0.22.0 in /workbook-worker#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/workbook-worker/univerjs/engine-formula-0.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown

Bumps @univerjs/engine-formula from 0.21.1 to 0.22.0.

Release notes

Sourced from @​univerjs/engine-formula's releases.

🎉 Release v0.22.0

🎊 Univer@v0.22.0

🚧 Important Note

Univer Sheets features are becoming more stable, and we are planning for the release of version 1.0. If you have any suggestions, please submit them in our issues 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

✨ New Features Highlights

  • UniverDrawingPlugin added a new configuration item allowImageSize to support limiting the maximum size of uploaded images. #6865
  • UniverSheetsUIPlugin added a new configuration item footer.addSheetButtonConfig to customize the behavior of the "Add Sheet" button: #6866
    • show: Whether to show the add sheet button, default is true.
    • defaultRowCount: The default number of rows for a new sheet, default is 1000.
    • defaultColumnCount: The default number of columns for a new sheet, default is 20.

🐛 Bug Fixes and Optimizations

  • Image Related
    • Fix the issue of floating images not updating their position correctly after hiding rows/columns. #6842
    • Fix the issue of incorrect hot zone calculation for the zoom button in cell image preview. #6845
  • Copy and Paste
    • Fix the issue of some number formatted text copied from Excel not being parsed correctly. #6844
    • Fix the issue of character loss when copying text containing <> from Univer to Excel. #6850
  • Permission Control
    • Fix the issue of toolbar disabled status not refreshing in time after updating the current range permission point. #6853
    • Fix the issue of being able to modify styles within a full selection (Ctrl + A) that contains non-editable areas. #6853
    • Fix the issue of the API for setting borders not being subject to permission control. #6853
    • Fix the issue of defined name related operations not being subject to permission control. #6857
    • Fix the issue of the disabled status listener for the context menu in the sheet bar not being triggered. #6877
  • Others
    • Fix the issue of the submenu in the context menu not disappearing when clicking it. #6858
    • Fix the issue of text containing \n not wrapping correctly in the cell when word wrap is enabled. #6859
    • Fix the issue of row height not updating correctly after clearing cell content or styles. #6870
    • Optimize the performance of Lexer.treeBuilder in scenarios with a large number of defined names. #6873
    • Optimize the boundary cases where the width and height of the last row/column cannot be changed via UI. #6876
    • Fix the issue of chart styles being reset after copy/paste/delete/undo in scenarios where the chart style is a non-default style.
    • Optimize the display style of history records when there are many operators.
    • Fix the issue of triangle shape adjustment nodes not being able to be dragged to the right.

Special thanks to community contributor @​kenny-not-dead for contributions in this version:

  • Fix the issue of page margins in doc page settings supporting negative values. #6838

... (truncated)

Changelog

Sourced from @​univerjs/engine-formula's changelog.

0.22.0 (2026-05-09)

Bug Fixes

  • active alignment style (#6854) (15cdf62)
  • active list value (#6856) (0ac415c)
  • cellImage: fix defects in image enlargement hot zone calculation (#6845) (0e30fea)
  • copy: fix unescaped special characters such as <> in copied HTML (#6850) (7ba9b6a)
  • definedName: add defined name permission controller (#6857) (44dbe3b)
  • definedName: fix lexer.treeBuilder performance (#6873) (ed89f1f)
  • drawing: fix floating images did not update their position along with hidden rows and columns (#6842) (a46d82b)
  • fix copy html error (#6861) (eca1af9)
  • fix when cell wrapping is enabled, cell text must wrap to the next line after \n (#6859) (c4f3ce5)
  • optimize auto row height recalculation when clearing cell content or styles (#6870) (ef63690)
  • optimize boundary cases where the width and height of the last row/column cannot be changed via UI (#6876) (bbd5294)
  • paste: fix some number formatted text copied from Excel was not parsed correctly (#6844) (f171450)
  • permission: fix some issues with permission control (#6853) (5af6a73)
  • permission: fix the disabled status listener for the context menu in the sheet bar (#6877) (67371e8)
  • set min value in page settings (#6852) (4990505)
  • sheets-ui: allow inline format shortcuts to fire inside cell editor (#6851) (4b98f87)
  • sheets: clear styles when copy filling blank cells (#6869) (32a2c98)
  • ui: fix the submenu in the context menu did not disappear when click it (#6858) (0def2e2)

Features

  • add footer.addSheetButtonConfig config (#6866) (4055e42)
  • add maximum allowed size config of uploaded images (#6865) (46e1309)
Commits
  • 8c87de2 chore(release): release v0.22.0
  • e52a2a8 chore(engine-render): upgrade opentype.js to 2.0.0 (#6878)
  • 67371e8 fix(permission): fix the disabled status listener for the context menu in the...
  • bbd5294 fix: optimize boundary cases where the width and height of the last row/colum...
  • 3072e49 chore: fix createIdentifier service (#6875)
  • ed89f1f fix(definedName): fix lexer.treeBuilder performance (#6873)
  • 66cc29a docs: update readme (#6872)
  • 32a2c98 fix(sheets): clear styles when copy filling blank cells (#6869)
  • ef63690 fix: optimize auto row height recalculation when clearing cell content or sty...
  • 4055e42 feat: add footer.addSheetButtonConfig config (#6866)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@univerjs/engine-formula](https://github.com/dream-num/univer) from 0.21.1 to 0.22.0.
- [Release notes](https://github.com/dream-num/univer/releases)
- [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md)
- [Commits](dream-num/univer@v0.21.1...v0.22.0)

---
updated-dependencies:
- dependency-name: "@univerjs/engine-formula"
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Author

Superseded by #16.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/workbook-worker/univerjs/engine-formula-0.22.0 branch May 18, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants