10.3.1
- Path: return last point for getPointAtLength past a closed path #2053 (Yarchik)
- Arc.getSelfRect() reports a full circle for a zero-degree clockwise arc #2054 (Alexander Kireev)
- Shape: respect imageSmoothingEnabled for fillPatternImage #2055 (MarkXian)
- Util: preserve alpha of the named color "transparent" #2056 (Yarchik)
- Util: parse rgb() components written as percentages #2057 (jaybhade)
- Util: colorToRGBA() fails to parse non-integer HSL hue #2059 (Xuepoo)
- Line: getSelfRect wrong for multi-segment bezier and degenerate-derivative segments #2061 (Xuepoo)
- Line: avoid NaN control points on closed tensioned lines with coincident points #2062 (rajanpanth)
- Line: guard the zero-distance case inside getControlPoints (Anton Lavrevov)
- Line: cover joints and near-degenerate derivatives in bezier bounds (Anton Lavrevov)
- Path: exact getSelfRect bounds for quadratic segments (Anton Lavrevov)
- Line: exact getSelfRect bounds for lines with a tension (Anton Lavrevov)
- Line: write the control point distance sum once (Anton Lavrevov)
- Text: hoist stringToArray(line) out of _setTextData binary search #2044 (Damian Frizzi)
- remove the formatting check (Anton Lavrevov)
- b5c7a83: Fix ValidatorFunc Type Mistake (foolishflyfox) #1998
- ecdf162: Improve Transformer performance with many attached nodes (Anton Lavrevov)
- 976a63a: Add Transformer perf invariant tests; widen autoDraw suspension (Anton Lavrevov)
- 7b3cf3b: Simplify a bit (Anton Lavrevov)
- a203de9: sandbox (Anton Lavrevov)
- 6e4025c: clear (Anton Lavrevov)
- b92018b: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov)
- bc123b3: Declare canvas and skia-canvas as optional peer dependencies (Anton Lavrevov)
- ed1e0cc: Skip pattern smoothing sanity check on skia-canvas (Anton Lavrevov)
- f9bd818: Report full circle for any full-turn angle in Arc.getSelfRect (Anton Lavrevov)
- dd90ff4: Merge pull request #2054: fix Arc.getSelfRect for full-turn angles (Anton Lavrevov)
- 4f8e1a8: color parsing fixes, fix some color values. close #2063, close #2064 (Anton Lavrevov)
- 4ebadaf: Merge branch 'master' into fix/line-tension-nan (Anton Lavrevov) #2062
- Line NaN bounding rect fix (Anton Lavrevov)
- cover all unreleased changes since 10.3.0 (Anton Lavrevov)
- c7145cc: Merge branch 'master' into fix/line-bezier-selfrect (Anton Lavrevov) #2061
- d2b96f5: fix(Line,Path): share one exact solver for cubic bezier bounds (Anton Lavrevov)
- 9e8a106: update CHANGELOG with new version (Anton Lavrevov)
- fb706a2: build for 10.3.1 (Anton Lavrevov)
- fad321d: update cdn link (Anton Lavrevov)
10.2.4
- 8c487a1: update CHANGELOG with new version (Anton Lavrevov)
- 46ac72c: build for 10.2.3 (Anton Lavrevov)
- 811d62a: update cdn link (Anton Lavrevov)
- 2528fb0: fixed fire execution order (Anton Lavrevov)
- 7d704c0: update CHANGELOG with new version (Anton Lavrevov)
- d69786e: build for 10.2.4 (Anton Lavrevov)
- 5193253: update cdn link (Anton Lavrevov)
10.2.1
- prevent last char truncation in TextPath when path length equals text width #2032 (copilot-swe-agent[bot])
- TextPath: use kerning measurement diff as dynamic threshold instead of static epsilon #2032 (copilot-swe-agent[bot])
- extract GLYPH_PATH_PRECISION constant for the epsilon threshold #2032 (copilot-swe-agent[bot])
- TextPath: add ±1px tolerance to width assertion in 'check bad calculations 2' #2032 (copilot-swe-agent[bot])
- 4e86b83: Initial plan (copilot-swe-agent[bot]) #2027
- 752d4e1: Add failing test for drag button value in dragstart event (copilot-swe-agent[bot]) #2027
- 61128a6: Fix drag button always being 0 by storing start event (copilot-swe-agent[bot]) #2027
- 6830409: Add comment explaining fallback logic in startDrag (copilot-swe-agent[bot]) #2027
- 0863c42: Initial plan (copilot-swe-agent[bot]) #2028
- a43dcdf: Add TypeScript overload for Node.on event delegation pattern (copilot-swe-agent[bot]) #2028
- c3d7a40: Address code review comments: remove redundant variable and extra blank line (copilot-swe-agent[bot]) #2028
- 4a5eb5c: Initial plan (copilot-swe-agent[bot]) #2032
- 1fc6511: fix possible crash (Anton Lavrevov)
- 5364959: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov)
- 13c015f: update CHANGELOG with new version (Anton Lavrevov)
- bd4e3e8: build for 10.2.1 (Anton Lavrevov)
- 640a1b2: update cdn link (Anton Lavrevov)
10.2.0
- add rotateAnchorAngle to Transformer for customizable rotation anchor positioning (Anton Lavrevov)
- simplify rectangle drawing code in Transformer class (Anton Lavrevov)
- 05a93b7: update CHANGELOG with new version (Anton Lavrevov)
- af16d92: build for 10.2.0 (Anton Lavrevov)
- 067dd7b: update cdn link (Anton Lavrevov)
10.1.0
- add optional nodes array to TransformerConfig interface. Close #2017 (Anton Lavrevov)
- correct requestAnimationFrame fallback timing from 60ms to 16ms #2007 (张俊祥)
- revert to master latest #2013 (wenxingluo)
- update canvas release logic to reduce memory usage by releasing buffer canvas immediately. close #2000 (Anton Lavrevov)
- optimize proto listener perf, considering that the same node type shares the same listners #2013 (wenxingluo)
- update CHANGELOG (Anton Lavrevov)
- 1d41a22: Fix bounding box calculation for bezier lines. (Daniel Bruce) #2001
- 6f23eea: added underline offset option and related test for Text Annotation (Husnain Taj) #2012
- 84152d6: fix formating (Husnain Taj) #2012
- 2e963ad: remove unnecessary console log statements from Text tests (Husnain Taj) #2012
- c462815: fix inconsistent docs (Anton Lavrevov)
- a4441c6: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov)
- 64d62f3: add build (Anton Lavrevov)
- 36081d8: Fixed cached render with buffer canvas is used. close #2002 (Anton Lavrevov)
- 7fbf772: update CHANGELOG with new version (Anton Lavrevov)
- 1d54586: build for 10.1.0 (Anton Lavrevov)
- ccaa2f6: update cdn link (Anton Lavrevov)