0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1143 from ecomfe/workflow/fix-lint-diff-file-pattern More... 20 days ago
fix(workflow): fix match pattern for changed files collection in the lint action More... 22 days ago
Merge pull request #1137 from ecomfe/release More... 4 months ago
Merge pull request #1136 from ecomfe/release-dev More... 4 months ago
chore: release 6.0.0 More... 4 months ago
Merge pull request #1135 from ecomfe/master More... 4 months ago
Merge pull request #1134 from ecomfe/fix-text-bounding-rect More... 4 months ago
Update comment. More... 5 months ago
test: update text test. More... 5 months ago
fix(Text/TSpan bounding rect): (1) Previously, plain text bounding rect is inconsistent (contain stroke width or not) according to style.width & style.overflow (even if no wrapping or truncation happen and text is visually the same). This commit makes it consistent. (2) Previously, the bounding rect varies and unpredictable according to the internal auto-stroke application. This commit exclude auto-stroke width uniformly, since auto-stroke using the same color as background to make the border invisible. (3) deprecated `src/contain/text.ts` `getBoundingRect`, because it behave differently from Text#getBoundingRect, and unexpectedly when text contains "\n". More... 5 months ago
Merge pull request #1132 from ecomfe/release More... 5 months ago
Merge pull request #1131 from ecomfe/release-dev More... 5 months ago
chore: update version to be 6.0.0-rc.1 More... 5 months ago
Merge pull request #1129 from ecomfe/release-dev More... 5 months ago
chore: release 6.0.0-rc.1 More... 5 months ago
Merge pull request #1128 from ecomfe/master More... 5 months ago
Merge pull request #1127 from ecomfe/next More... 5 months ago
Merge pull request #1126 from ecomfe/v6 More... 5 months ago
Merge pull request #1125 from ecomfe/fix-path-2 More... 6 months ago
fix cr suggestion More... 6 months ago
feat: may be an approach to fix #1105 (available custom path in compondPath) More... 6 months ago
tweak(BoundingRect): Add a static method `contain`. More... 6 months ago
Merge pull request #1122 from ecomfe/feat/ignore-host-silent More... 6 months ago
chore: remove unnecessary import. More... 6 months ago
feat(rectText): Support `textConfig.autoOverflowArea`, which auto calculate 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. More... 6 months ago
perf(clipPath): Handy optimize clipPath. More... 6 months ago
feat(boundingRect): support clamp in intersect rect. More... 6 months ago
Merge remote-tracking branch 'origin/feat/obb-direction' into feat/ignore-host-silent More... 6 months ago
test: fix dat.gui reference error introduced by the previous commit, and copy it to local due to the instability of CDN More... 6 months ago
chore(ts): Add checktype command. More... 6 months ago