Skip to content

[Auto release] release 1.26.1#5129

Merged
fangsmile merged 60 commits into
mainfrom
release/1.26.1
May 11, 2026
Merged

[Auto release] release 1.26.1#5129
fangsmile merged 60 commits into
mainfrom
release/1.26.1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🆕 feat

  • @visactor/vtable: add sheet formula type

🐛 fix

xuefei1313 and others added 30 commits March 5, 2026 15:54
#5038)

Inject stable cache IDs in customLayoutUtils.

Sync render on cache hit to prevent clearCacheContainer race.

Made-with: Cursor
The TextIcon.style field was typed as ITextAttribute which:
1. Did not include fill and other graphic attributes from IGraphicAttribute
2. Required all properties to be specified (none were optional)

Change to Partial<ITextGraphicAttribute> which extends both
IGraphicAttribute and ITextAttribute with all properties optional,
allowing partial style definitions with fill support.

Closes #3967
…getorigincellvalue

5096 bug drag autofill plugin getorigincellvalue
fix(vue-vtable): resolve DOM component flickering during column resize (#5038)
fix(types): use Partial<ITextGraphicAttribute> for TextIcon style
dynamicSetX/dynamicSetY returned early when screenLeft/screenTop
was null, leaving body group position stale.
setBodyAndColHeaderX/setBodyAndRowHeaderY could incorrectly
read border element as lastChild.

Made-with: Cursor
fangsmile and others added 24 commits April 22, 2026 16:38
feat(plugin): add custom styles, icons, and class names for context-menu plugin
fix: dblclickHandler not handle rightClick
@github-actions github-actions Bot requested review from Rui-Sun and fangsmile May 11, 2026 09:12
}
if (DANGEROUS_URL_ATTRS.has(name)) {
const value = attr.value.trim().toLowerCase();
if (value.startsWith('javascript:') || value.startsWith('data:')) {
@fangsmile fangsmile merged commit 486b6ee into main May 11, 2026
3 of 4 checks passed
@fangsmile fangsmile deleted the release/1.26.1 branch May 11, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants