Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @univerjs/engine-numfmt from 0.1.3 to 0.1.5 #15

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps @univerjs/engine-numfmt from 0.1.3 to 0.1.5.

Release notes

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

🎉 Release v0.1.5

Univer Banner

🎊 [email protected]

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

🆕 What's new

In the v0.1.5 update, we've added conditional formatting functionality to the Univer Sheet.

Conditional Formatting

New package avaliable:

# Using npm
npm install @univerjs/sheets-conditional-formatting
Using pnpm
pnpm add @​univerjs/sheets-conditional-formatting

  • Conditional Formatting Rules: Apply conditional formatting rules to your cells based on specified criteria. Highlight cells that meet certain conditions, such as values greater than a threshold, dates within a specific range, or cells containing specific text.
  • Customizable Styles: Customize the formatting styles applied to cells that meet the specified conditions. Choose from a variety of predefined styles or create your own custom styles using font colors, background colors, borders, and more.
  • Intuitive Rule Builder: Use the intuitive rule builder interface to create and manage conditional formatting rules easily. Select the range of cells, define the conditions, and apply the desired formatting styles with just a few clicks.
  • Rule Management: Easily manage and organize your conditional formatting rules. Edit, delete, or reorder rules as needed. Toggle individual rules on or off to quickly see the impact on your data.

You can enable this functionality by registering the following two plugins with Univer:

import { SheetsConditionalFormattingPlugin } from '@univerjs/sheets-conditional-formatting';
univer.registerPlugin(SheetsConditionalFormattingPlugin);

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

📢 Join the Conversation

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

📝 Changelog

Full changelog (2024-03-29)

... (truncated)

Changelog

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

0.1.5 (2024-03-29)

Bug Fixes

  • editor: range selector and range drag (#1713) (02e9647)
  • editor: short key error and normal range show (#1688) (571ec0b)
  • fixing the range of remove merged selection and filter empty ranges (#1680) (117cbbe)
  • formula: index function handles base value object (#1692) (1f0b700)
  • punctuation adjustment issues in slide (#1690) (15cb6df)
  • render: media change for refresh canvas (#1697) (dd6bfed)
  • sheet: active dirty dependency ui (#1728) (d8c9e4b)
  • sheet: fix the selection is incorrect when autofill intersects w… (#1661) (ebdcc6c)
  • sheet: fix toolbar state when there's overlapping selection (#1521) (1ebfe1a)
  • sheet: handle key value conflicts (#1720) (9abc7c5)
  • sheet: null-value will not unexpected deleted when moving row/cols (#1691) (1a1f7c8)
  • sheet: set-tab-order-mutation should has fromIndex in parmas for transforming (#1704) (6d05bd9)
  • slides: export locale (#1702) (403c529)
  • ui: canvas popup event bind error (#1683) (8a0bfd6)
  • ui: fix toolbar display issues by adjusting reactive hidden item filtering logic (8b604eb)
  • ui: fix toolbar responsiveness on small screens (#1716) (a9755e8)
  • ui: fix use observable (#1719) (eabe6fb)

Features

0.1.4 (2024-03-25)

Bug Fixes

  • design: correct checkbox checked state logic for standalone usage (#1627) (5eea109)
  • design: fix checkbox group value couldn't be modified (#1613) (dcb3e93)
  • docs: remove deprecated property standalone (#1670) (ff686e6)
  • editor: control state (#1649) (c39799f)
  • editor: optimize editor focus (#1616) (e4231eb)
  • editor: preload the editor (#1662) (09ceb16)
  • editor: short key error (#1679) (7afaff0)
  • engine-render: add missing IPageRenderConfig type export (d972f5d)
  • export more types from render engine plugin (#1608) (cf134be)
  • facade: should not return promise in syncExecuteCommand (#1648) (9a0d300)
  • find-replace: fix dialog issues (#1590) (2390086)
  • fix extracted value from cell content (2e22324)
  • formula: add OR/TEXT/LEN functions (#1593) (c26eed1)
  • formula: array cache error (#1644) (19d9612)
  • formula: index function supports reference object (#1657) (b47487a)
  • formula: math functions support string number calculation (#1581) (0779488)
  • rectangle subtract func (#1647) (345fddc)

... (truncated)

Commits
  • 547c66c chore(release): release v0.1.5
  • a91f574 chore(ui): fix optionalDependencies
  • d8c9e4b fix(sheet): active dirty dependency ui (#1728)
  • 893b810 chore(sheets-conditional-formatting): fix dependencies
  • 1f0b700 fix(formula): index function handles base value object (#1692)
  • 16a506e docs: correct live demo link for zen mode (#1722)
  • dd6bfed fix(render): media change for refresh canvas (#1697)
  • 9abc7c5 fix(sheet): handle key value conflicts (#1720)
  • dbb918d chore(conditional-formatting): configure package bundling setup (#1721)
  • 50edd34 feat(conditional-format): support conditional format (#1681)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-numfmt](https://github.com/dream-num/univer) from 0.1.3 to 0.1.5.
- [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.1.3...v0.1.5)

---
updated-dependencies:
- dependency-name: "@univerjs/engine-numfmt"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (24cf59a) to head (513aa3e).

Additional details and impacted files
@@            Coverage Diff            @@
##               dev       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           67        67           
  Branches         9         9           
=========================================
  Hits            67        67           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jikkai jikkai closed this Apr 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@jikkai jikkai deleted the dependabot/npm_and_yarn/univerjs/engine-numfmt-0.1.5 branch April 2, 2024 04:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant