Releases: vigetlabs/react-ink
Releases · vigetlabs/react-ink
v6.5.3
6.5.2
6.5.1
6.5.0
- Fix the
className
prop. Previous versions incorrectly referenced className from component state versus props. #46 - Update the
radius
prop to default to the max value between width and height of the component parent element. This update removesradius
from default props, where the previous value was150
. #45
v6.3.0
v6.2.0
v6.1.1
- Fix case where ink would hang when switching windows. Thanks @hhaidar