react-image-crop v8.6.4 Release Notes

Release Date: 2020-06-05 // almost 4 years ago
    • ✂ Remove code which was trying to detect invalid aspect crops. This was dangerous for percentage crops due to rounding %->pixel issues which made the crop hard to accurately validate and could cause infinite recursion. Now only crops which are missing a width or height are completed for you.
    • 🛠 Removing this code also fixes an issue when setting a crop minWidth/minHeight