svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
11.07k stars 1.08k forks source link

findOne can return null #1231

Closed Glandos closed 2 years ago

Glandos commented 2 years ago

This can be a breaking change. But it will also fix the contract of the method.

Fuzzyma commented 2 years ago

People who used that function had to catch that case anyway. So I don't consider this a breaking change (also I don't consider any typescript update a breaking change anyway). Thanks for sporting!