10.0.3
konvajs/konva10.0.3Oct 21, 2025by github-actions[bot]
AI Summary
Adds text decoration support to TextPath and improves type definitions for various Node methods.
Key Highlights
- Added 'line-through' and combined styles support to TextPath
- Fixed typing for canvas/image exporting methods of Node
- Better type inferences for Rect attributes
New Features
- TextPath support for 'line-through' and combined styles
- Improved TypeScript typing for Node canvas/image exporting methods
Full Release Notes
## Bug Fixes - konva logo [#1972](https://github.com/konvajs/konva/pull/1972) ([aswind7](https://github.com/konvajs/konva/commit/7930b956671924ec28c911d552d224b40b5a3e97)) ## Commits - ab14636: support run in windows (aswind7) [#1973](https://github.com/konvajs/konva/pull/1973) - 84c1c7e: fix typo (aswind7) [#1974](https://github.com/konvajs/konva/pull/1974) - ae51094: Fix typing for canvas / image exporting methods of Node (nighca) [#1979](https://github.com/konvajs/konva/pull/1979) - af231f2: ts-ignore (tbo47) [#1981](https://github.com/konvajs/konva/pull/1981) - 962f74d: Better types inferences for Rect attributes (Jérémy Melchor) [#1982](https://github.com/konvajs/konva/pull/1982) - 5ca3005: Add text decoration options to TextPath: support for 'line-through' and combined styles with 'underline' (Anton Lavrevov) - 2f35272: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrevov) - 368c092: update CHANGELOG with new version (Anton Lavrevov) - 2ef10df: build for 10.0.3 (Anton Lavrevov) - d43e5f4: update cdn link (Anton Lavrevov)