[Auto release] release 1.26.1#5129
Merged
Merged
Conversation
[Auto changelog] changlog of v1.26.0
fix: correct unpkg package metadata
#5038) Inject stable cache IDs in customLayoutUtils. Sync render on cache hit to prevent clearCacheContainer race. Made-with: Cursor
Fix/pivot sort state corner
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
5102 bug aggregation float
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
feat(plugin): add custom styles, icons, and class names for context-menu plugin
Fix/pr 5113 null anchor
Fix/search plugin tree table case
Fix/vue vtable packages
Fix/edit cell invalidate not exit
fix: dblclickHandler not handle rightClick
…5107 Feat/contextmenu custom style 5107
Fix/pr 5113 sheet followup
| } | ||
| if (DANGEROUS_URL_ATTRS.has(name)) { | ||
| const value = attr.value.trim().toLowerCase(); | ||
| if (value.startsWith('javascript:') || value.startsWith('data:')) { |
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.
🆕 feat
🐛 fix