v5.1.1

SagiPolaczek/NeuralSVGv5.1.1Jun 12, 2026by huppy-bot[bot]

AI Summary

This release addresses a critical bug in the editor where entering pen mode would incorrectly cancel previous touch interactions, ensuring that lines are drawn correctly when switching input methods on touch devices.

Key Highlights

  • Fixes touch interaction bug when entering pen mode
  • Resolves issue #9162 regarding forgotten touch interactions
  • Ensures lines start at the correct touch point when pen mode is activated

Full Release Notes

Generated from commits between `v5.1.0` and `HEAD`

## Bug Fixes

### fix(editor): forgets previous touch interactions when entering pen mode ([#9162](https://github.com/tldraw/tldraw/issues/9162))

- Fixed a bug when user enter pen mode while a finger/hand is on the
touch screen device. We cancel previous touches and the line starts
where the pen first touched the screen.