Skip to content

chore: merge v6 to next#1126

Merged
Ovilia merged 81 commits intonextfrom
v6
Jun 21, 2025
Merged

chore: merge v6 to next#1126
Ovilia merged 81 commits intonextfrom
v6

Conversation

@Ovilia
Copy link
Copy Markdown
Member

@Ovilia Ovilia commented Jun 21, 2025

No description provided.

Ovilia and others added 30 commits October 10, 2024 15:57
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
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
plainheart and others added 27 commits May 22, 2025 01:07
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).
…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: may be an approach to fix #1105
@Ovilia Ovilia merged commit 490a7b3 into next Jun 21, 2025
2 of 3 checks passed
@Ovilia Ovilia deleted the v6 branch June 25, 2025 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants