Conversation
fix(path): using appendData instead of setData for path
Relax tslib requirement specifier
chore: revert tslib version
…lose apache/echarts#18306 . And #1091 located the problematic code successfully but the fix was not entirely correct.
… can be used in the upper program like echarts tooltip, as required by apache/echarts#16315 .
fix: `boundingRect.x` of text is incorrect when `overflow: 'truncate'`.
feat: support output the state `isTruncated` in `Text` element.
Merge master branch into release for v5.6.1
fix(path): revert #1096 to be path.setData
…e-lock.json before publishing to npm
Release v5.6.1
Release v5.6.1
Merge v5.6.1 release into master
The React Native test environment *is* Node but sets up a window global: https://github.com/facebook/react-native/blob/7a85b911254dbae9fac4c6d8a862a20c33e0b36a/packages/react-native/Libraries/Core/setUpGlobals.js#L18 Reintroduce the navigator.userAgent check as a fallback for detecting a Node environment
…eated by `transformLocalCoord`
fix(dom): add `transformLocalCoordClear` function to clear markers created by `transformLocalCoord`
chore: merge 'master' branch into 'v6'
…and its host require specifying silent separately.
…ified, the outerWidth use that specified width, rather than the contentWidth. After this modification, the behavior of plain text become consistent with plain text height and rich text width/height. And the rect text place will not be affected by the text content any more if style.width is specified. (2) Fix comment typos and add comments. (3) Add more test cases.
…r non-monospace font. BEFORE: shorter than the give width. AFTER: close to the given width). (2) Optimize the text truncate and wrap performance. (constantly visit LRU for each char from a long text is slower than using a static dictionary. In test/test-overflow.html, wrapping a entire long en text, each frame is optimize like from 15ms -> 4ms, in a certain machine).
…o avoid intersection.
…and copy it to local due to the instability of CDN
…culate the text.style.x/y/width/height, based on the host element boundingRect, as the overflow `break`/`breakAll`/`truncate` boundary. Previously it's difficult to calculate it externally due to the numerous props in textConfig and text.style and internal processing.
Feat/ignore host silent
feat: may be an approach to fix #1105
100pah
approved these changes
Jun 21, 2025
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.
No description provided.