Skip to content

feat(UniverSheet): bump version 0.6.10#425

Merged
ArgoZhang merged 6 commits intomasterfrom
dev-univer-sheet
Apr 29, 2025
Merged

feat(UniverSheet): bump version 0.6.10#425
ArgoZhang merged 6 commits intomasterfrom
dev-univer-sheet

Conversation

@ArgoZhang
Copy link
Copy Markdown
Member

Link issues

fixes #424

Summary By Copilot

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Merge the latest code from the main branch

@bb-auto bb-auto Bot added the enhancement New feature or request label Apr 29, 2025
@bb-auto bb-auto Bot added this to the v9.2.0 milestone Apr 29, 2025
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Apr 29, 2025

Reviewer's Guide by Sourcery

This pull request bumps the version of the BootstrapBlazor.UniverSheet component to 0.6.10. The primary implementation change involves integrating the univerjs.preset-sheets-advanced plugin, which adds new advanced features to the sheet component. It also includes minor adjustments to initialize internal state and updates to localization files.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Initialize internal state variable.
  • Add OnInitialized method to store the initial Data value.
src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs
Integrate Univer Sheets Advanced plugin and its assets.
  • Add import for univerjs.preset-sheets-advanced scripts and locales.
  • Add UniverSheetsAdvancedPreset to the list of initialized plugins.
  • Add import for the advanced sheets CSS bundle.
  • Add new locale files for the advanced sheets plugin.
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univer-sheet.bundle.css
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-advanced/locales/en-US.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-advanced/locales/fa-IR.js
Update existing localization files with new strings.
  • Add new localization strings related to advanced sheet features and UI elements.
  • Modify existing localization strings for clarity or consistency.
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-core/locales/en-US.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-core/locales/fa-IR.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-core/locales/fr-FR.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-core/locales/ru-RU.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-core/locales/vi-VN.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-core/locales/zh-CN.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-core/locales/zh-TW.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-drawing/locales/en-US.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-drawing/locales/fa-IR.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-drawing/locales/fr-FR.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-drawing/locales/ru-RU.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-drawing/locales/vi-VN.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-drawing/locales/zh-CN.js
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer/univerjs.preset-sheets-drawing/locales/zh-TW.js

Assessment against linked issues

Issue Objective Addressed Explanation
#424 Bump the version of UniverSheet to 0.6.10 in the codebase.

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@ArgoZhang ArgoZhang merged commit a4e1c99 into master Apr 29, 2025
1 check passed
@ArgoZhang ArgoZhang deleted the dev-univer-sheet branch April 29, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(UniverSheet): bump version 0.6.10

2 participants