Skip to content

Bump @univerjs/engine-formula from 0.21.1 to 0.25.0 in /workbook-worker - #22

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown

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

Release notes

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

📐 Release v0.25.0

🎊 Univer@v0.25.0

[!IMPORTANT] 📢 1.0 Release Coming Soon

We are working hard on the official release of Univer 1.0, which will be a major milestone for the project. Stay tuned!

🚧 Work In Progress

The following features are actively under development. Some modules are already available, and the full experience will be delivered gradually in subsequent versions:

Direction Status Description
Performance Optimization 🔄 Ongoing Performance tuning for the core engine and rendering pipeline
Base 功能 🔄 In development Multi-dimensional table (Base) functionality
Docs Features 🔄 In development Document editing and reusable editor components
Slides Features 🔄 In development Development and iteration of slide editing capabilities

📝 Docs Table

Docs Table receives significant enhancements across both Univer and Univer Pro, delivering a more complete table editing experience in documents.

Univer:

  • Polished table rendering, selection behavior, and contextual menus
  • Restored document zoom functionality with smoother zoom controls
  • Added Facade APIs for programmatic table insertion and manipulation
  • Improved paragraph spacing defaults for modern document layouts
  • Enhanced clipboard support for tables (copy, paste, and paste-without-formatting)

Univer Pro:

  • Full table editing capabilities: insert/delete rows and columns, merge/unmerge cells, resize rows/columns, and move tables
  • Table borders: set border styles, widths, colors, and background fills
  • Table sorting and header row configuration
  • Column type configuration support
  • Horizontal scrollbar support for wide tables
  • Canvas-based table rendering with drag-to-resize interactions
  • Comprehensive Facade APIs for table operations

Facade API Example:

const doc = univerAPI.getActiveDocument();
// Insert a 3x4 table at the current cursor position
doc.insertTable(3, 4);
</tr></table>

... (truncated)

Changelog

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

0.25.0 (2026-05-30)

Bug Fixes

  • add missing locale keys (#6981) (bdd4a43)
  • add missing translations (#6977) (2e29c8b)
  • core: log plugin version mismatch instead of throwing (#6990) (d294343)
  • data-validation: preserve commas in custom list options (#6982) (c6b3677)
  • docs-hyper-link-ui: add isSafeUrl check before opening hyperlink (#6993) (88d0a8f)
  • docs-ui: skip resize after editor render disposed (#6974) (4b28168)
  • docs-ui: update page-settings locale keys to use docs-ui namespace (#6978) (d59404a)
  • docs-ui: upload pasted base64 images (#6985) (ae59468)
  • drawing-ui: add missing translations (#6975) (ea36cbb)
  • engine-render: add Thai language text rendering support (#6960) (53dd848)
  • facade: fix onCalculationResultApplied api used with worker (#6947) (105306d)
  • fix FWorksheet.getUrl (#6953) (0e3d93b)
  • formula: fix table formula references (#6946) (e252707)
  • handle comma values in list dropdowns (#6986) (1a357ff)
  • ignore custom metadata when checking empty cells (#6957) (79e2c9f)
  • locale: add missing shortcut translations (#6995) (3830301)
  • render: avoid large cache diff on scrollbar jumps (#6959) (7a8ddbe)
  • sheets-data-validation: preserve commas in list values (#6942) (01e9735)
  • sheets-filter: register facade commands without UI (#6954) (ceaed82)
  • sheets-find-replace: scroll to cross-sheet matches correctly (#6970) (ca7dd0d)
  • sheets-table-ui: improve filter panel layout and locale key handling (#6964) (390c54b)
  • sheets-table: isolate table filter rows by worksheet (#6965) (11e0526)
  • sheets-ui: fix frozen area ghosting when scrolling sheets (#6969) (c494cd2)
  • sheets-ui: prevent page scroll during upward sheet wheel (#6976) (d65bbc4)
  • stabilize thread comment editing flow (#6994) (b3b7bba)
  • ui: fix memory leaks in before-close and ribbon services (#6991) (d56b1f9)
  • ui: fix ribbon visibility subscription and menu hidden logic (#6963) (788a8fb)
  • ui: update DocFooter to check for slide presence before rendering (#6966) (813c6e1)
  • ui: update titles for ribbon groups to support i18n (#6962) (5223cc3)

Features

  • add new locale translations (#6958) (c326150)
  • docs: polish docs table rendering and menus (#6926) (e156edc)
  • docs: restore zoom and add facade insertion APIs (#6968) (94c2aef)
  • sheets-hyper-link: improve hyperlink facade APIs (#6950) (c0f2cc0)
  • ui: add groupTitle locale key for shortcut group display (#6967) (c66cd36)

0.24.0 (2026-05-23)

Bug Fixes

  • design: normalize hue values >= 360 and fix stale closure in event handlers (#6912) (42dcf43)

... (truncated)

Commits
  • b303814 chore(release): release v0.25.0
  • 3830301 fix(locale): add missing shortcut translations (#6995)
  • 88d0a8f fix(docs-hyper-link-ui): add isSafeUrl check before opening hyperlink (#6993)
  • b3b7bba fix: stabilize thread comment editing flow (#6994)
  • d56b1f9 fix(ui): fix memory leaks in before-close and ribbon services (#6991)
  • d294343 fix(core): log plugin version mismatch instead of throwing (#6990)
  • ae59468 fix(docs-ui): upload pasted base64 images (#6985)
  • 1a357ff fix: handle comma values in list dropdowns (#6986)
  • c6b3677 fix(data-validation): preserve commas in custom list options (#6982)
  • bdd4a43 fix: add missing locale keys (#6981)
  • 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.25.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.25.0)

---
updated-dependencies:
- dependency-name: "@univerjs/engine-formula"
  dependency-version: 0.25.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 Jun 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Author

Superseded by #27.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/workbook-worker/univerjs/engine-formula-0.25.0 branch June 29, 2026 09:27
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