selectFromPrime min/max value

Can

<selectPrimeNumbers name="const" minValue="7" maxValue="100" numToSelect="4"/>

be changed to

<selectPrimeNumbers name="const" from="7" to="100" numToSelect="4"/>

to align with the behavior of other select components? I understand the reasoning behind it, but it is another hurdle for new authors.

I created an issue with this request.

The attribute are changed to from and to in DoenetML version 0.7.13. The old attributes still work with a deprecation warning.