Skip to content

chore: release v1.0.78 - #2061

Merged
liangshuo-1 merged 1 commit into
mainfrom
release/v1.0.78
Jul 27, 2026
Merged

chore: release v1.0.78#2061
liangshuo-1 merged 1 commit into
mainfrom
release/v1.0.78

Conversation

@liangshuo-1

@liangshuo-1 liangshuo-1 commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

Field Value
Current version 1.0.77
Release version 1.0.78
Tag v1.0.78
Branch release/v1.0.78
Date 2026-07-27

Changes

  • feat: event description support rich text (feat: event description support rich text #1975)
  • fix(slides): restrict canvas overflow checks
  • fix(slides): upgrade text overflow to error above 10px threshold
  • fix(slides): detect letterSpacing-driven text overflow
  • fix(slides): downgrade background-decoration text overflow to info
  • fix(slides): allow chartParsedValues roundtrip tag
  • fix: refine character width estimation for lark-slides text lint
  • fix(slides): preserve info lint severity
  • fix(slides):text may over flow shape
  • fix: exempt ghost text from slides lint

Files Changed

  • package.json
  • package-lock.json
  • CHANGELOG.md

Review Checklist

  • Version bump is intentional and package metadata versions match
  • CHANGELOG.md reflects the merged PRs
  • CI is green

Summary by CodeRabbit

  • Release

    • Updated the product version to v1.0.78 (July 27, 2026).
  • New Features

    • Added support for rich text in event descriptions.
  • Bug Fixes

    • Improved handling of slide content overflow.
    • Fixed related validation and linting issues.
    • Updated chart value processing to support valid roundtrip tags.
    • Adjusted validation severity and thresholds for more accurate results.

@github-actions github-actions Bot added the size/M Single-domain feat or fix with limited business impact label Jul 27, 2026
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The release metadata advances the package from v1.0.77 to v1.0.78 and adds the corresponding changelog entry and GitHub release reference.

Changes

Release metadata

Layer / File(s) Summary
Version and changelog update
package.json, CHANGELOG.md
The package version changes to 1.0.78; the changelog adds feature and bug-fix entries plus the matching GitHub release reference.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed It clearly summarizes the main change: a release/version bump to v1.0.78.
Description check ✅ Passed It covers Summary and Changes, but omits the template's Test Plan and Related Issues sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.0.78

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Line 20: Correct the release-note wording in the slides entry by changing
“text may over flow shape” to “text may overflow shape,” without altering the
surrounding changelog content.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a4c4f57a-db8a-46df-b80b-222a6e5744c2

📥 Commits

Reviewing files that changed from the base of the PR and between 56c9a2a and 9d3aaed.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

Comment thread CHANGELOG.md
- **slides**: allow chartParsedValues roundtrip tag
- refine character width estimation for lark-slides text lint
- **slides**: preserve info lint severity
- **slides**: text may over flow shape

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Fix the release-note typo.

Change “text may over flow shape” to “text may overflow shape.”

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 20, Correct the release-note wording in the slides
entry by changing “text may over flow shape” to “text may overflow shape,”
without altering the surrounding changelog content.

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.15%. Comparing base (56c9a2a) to head (9d3aaed).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2061   +/-   ##
=======================================
  Coverage   75.15%   75.15%           
=======================================
  Files         912      912           
  Lines       96453    96453           
=======================================
  Hits        72492    72492           
  Misses      18383    18383           
  Partials     5578     5578           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown

🚀 PR Preview Install Guide

🧰 CLI update

npm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@9d3aaed1dd338396f33b7d8f7aa97b19cfb33d04

🧩 Skill update

npx skills add larksuite/cli#release/v1.0.78 -y -g

@liangshuo-1 liangshuo-1 reopened this Jul 27, 2026
@liangshuo-1
liangshuo-1 merged commit 03de81c into main Jul 27, 2026
45 of 58 checks passed
@liangshuo-1
liangshuo-1 deleted the release/v1.0.78 branch July 27, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Single-domain feat or fix with limited business impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant