9.3.19
konvajs/konva9.3.19Mar 12, 2025by github-actions[bot]
AI Summary
Patch release fixing Transformer behavior and memory leaks.
Key Highlights
- Fixed Transformer not updating when the angle of Arc changes.
- Fixed memory leak in Transformer event handling.
Full Release Notes
## Bug Fixes - Transformer doesn't change when the angle of Arc changes [#1888](https://github.com/konvajs/konva/pull/1888) ([tonyzhou1890](https://github.com/konvajs/konva/commit/13fc7da40667abde48c27b0a7159c1189ce0ca00)) ## Commits - 9e790a3: typescript fixes. close #1866 (Anton Lavrevov) - 9b989b4: Enhance Transformer event handling and add unit test for cleanup of subscriptions. Ensure event listeners are properly managed on transformer destruction. fix #1872 (Anton Lavrevov) - c2942a8: update deps (Anton Lavrevov) - 8a99334: try to add a flag (Anton Lavrevov) - 88578ba: try build (Anton Lavrevov) - 56a8ca7: rollback ubuntu (Anton Lavrevov) - cb98acd: try another node version (Anton Lavrevov) - 3d561ed: restore test (Anton Lavrevov) - f8d2d0a: change parce build (Anton Lavrevov) - ff8632e: try another way (Anton Lavrevov) - dd19e32: docs fixes (Anton Lavrevov) - 3e8f0df: docs fix (Anton Lavrevov) - 48ce5e9: fix memory leak. close #1896 (Anton Lavrevov) - 538c422: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov) - 2f5f055: changes (Anton Lavrevov) - acb19bd: update CHANGELOG with new version (Anton Lavrevov) - bc0e4ed: build for 9.3.19 (Anton Lavrevov) - 224e60e: update cdn link (Anton Lavrevov)