9.3.21
konvajs/konva9.3.21Jul 7, 2025by github-actions[bot]
AI Summary
Patch release addressing memory leaks, text rendering, and event handling issues.
Key Highlights
- Fixed Tween destroy memory leak.
- Resolved buffer usage issues in stage and layer export.
- Fixed pointerleave event bubbling on the Stage.
Full Release Notes
## Commits - 9f5a7f0: better let const var variable (tbo47) [#1905](https://github.com/konvajs/konva/pull/1905) - 53a4b49: better let const var variable (tbo47) [#1905](https://github.com/konvajs/konva/pull/1905) - fd77f30: fix buffer usage in export for stage and layer. fix #1903 (Anton Lavrevov) - f32a416: Fixed tween destroy memory leak. close #1898 (Anton Lavrevov) - 8211db3: update justify option (Anton Lavrevov) - e12365f: let var const (tbo47) [#1910](https://github.com/konvajs/konva/pull/1910) - 2e08f73: fix caching when buffer is used. close #1886 (Anton Lavrevov) - 3d5a216: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov) - 1ff1885: changes (Anton Lavrevov) - a29157a: FINALLY FIX THAT DAMN NODE TEST! (Anton Lavrevov) - 791a786: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov) - 88e3d2a: var let const (tbo47) [#1913](https://github.com/konvajs/konva/pull/1913) - a4980fc: add types (tbo47) [#1915](https://github.com/konvajs/konva/pull/1915) - 09f2838: add types (tbo47) [#1915](https://github.com/konvajs/konva/pull/1915) - 9c59566: typescript improvments (tbo47) [#1919](https://github.com/konvajs/konva/pull/1919) - faa2203: Fix url of docs and api (Marwan) [#1929](https://github.com/konvajs/konva/pull/1929) - cdd61d7: fix pointerleave bubbling (Anton Lavrenov) [#1933](https://github.com/konvajs/konva/pull/1933) - 922968f: listen pointerleave event in `Stage` (progfay) [#1943](https://github.com/konvajs/konva/pull/1943) - cb87607: add test for Stage pointerleave (progfay) [#1943](https://github.com/konvajs/konva/pull/1943) - 2a60b6a: Merge branch 'progfay-stage-pointerleave' (Anton Lavrevov) [#1943](https://github.com/konvajs/konva/pull/1943) - 9670ca4: update CHANGELOG with new version (Anton Lavrevov) - 1e253ea: build for 9.3.21 (Anton Lavrevov) - cad1c0e: update cdn link (Anton Lavrevov)