[Auto release] release 1.26.8 - #5312
Merged
Merged
Conversation
feat(demo): add personnel information sheet with phone masking #2093
Recalculate custom merged corner content after resize. Keep it on one render cell to avoid clipping artifacts. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
[Auto Sync] Sync the code from branch main to branch develop after release 1.26.7
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Avoid resize crashes and constrain custom merged corner content to a single clipped container. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
build: update vrender dependencies
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Docs/personnel info demo
docs: fix typo defalut -> default
Allow markLine styles and line widths to recalculate during refresh. This lets zoomed timelines render proportional marker widths. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
When image column cell value is null, undefined, or empty string, clicking the cell should not open the broken image preview dialog. Fixes #5290
Use event clipboard data when async clipboard is unavailable. This keeps copy working in non-secure contexts. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
fix: support dynamic gantt mark line styles
Preserve cut ranges in the synchronous clipboard fallback path and keep text/html output aligned with the async clipboard branch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix(vtable-sheet): exclude test shim from compile
Keep fallback paste aligned with HTML clipboard data and let plain text copy continue when custom HTML generation fails. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Snapshot paste targets before async reads and decode copied HTML cell content through DOM parsing so entity values round-trip correctly. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Handle CRLF after br tags, detect table markup case-insensitively, and normalize decoded non-breaking spaces. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Snapshot copy and paste state before async clipboard work. Only clear cut sources after a confirmed paste write. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Bind clipboard paste to a single data snapshot and cut operation. Only clear source cells that were not overwritten by a successful paste. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Handle grouped totals across chart paths, custom edits, and indicator sorting. Support external totals and grid-tree lookup. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Keep nested totals and chart ranges consistent after edits. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Keep grouped grand total paths available to PivotChart data lookup. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Keep manually resized columns fixed during adaptive width redistribution. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Limit resized-column freezing to adaptive width mode. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: preserve resized dimensions after updateOption
Preserve chart ranges and header spans for grouped grand totals. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Use filtered records and ordered internal paths so grouped totals retain correct dimensions, chart ranges, custom values, and tree cell lookups. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Retain legacy value-only tree matching while using ordered internal values for grouped grand total header paths. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Reverse the fixture order so the assertion fails unless indicator sorting actually runs. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
feat: support grouped grand totals by dimension
feat(theme): support configuring the default table theme
Expose whether edits update the nested source object or create a flat dotted key. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Support array records in field detection and align array-path reads with nested updates without changing existing dotted-path behavior. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Keep nested writes safe for sensitive keys. Align array-field matching and emitted values with final stored data. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
fix(vtable): update nested fields by path
Translate the Chinese release summary. Move the vtable-sheet change into both release documents. Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges release branch release/1.26.8 into main.