Hi - thanks for writing.
I think you are asking for a feature to limit what kind of height/width ratios are allowed, so that the selection is not too tall or too wide. While this is not a common request, I can see that it would be useful. Two main problems I have with this:
Adds in extra conditionals. Even if it's mostly psychological or not completely successful, I try to keep the amount of processing necessary to a minimum. There are quite a number of fringe features that could be added this way, but I try to balance the cost/benefit. So this would be the primary objection to any request to add in a feature that needs to be evaluated while selections are being manipulated.
I'm also not totally clear what the behavior would be in the context of hitting the boundary while dragging. For something like "minimum height" or "maximum height" it's clear what happens, it just won't get any bigger. But even there, the "maximum size" must be calculated and displayed, it is not sufficient to just ignore mouse events that would exceed the threshold. This might be fine in some contexts, but for example with aspectRatio enabled, it would not be a solid behavior.
When adding in the idea of "too tall" or "too wide," the behavior becomes even less clear, because the mouse is still being dragged arbitrarily, which might make the boundary appear to be in different places depending on the shape of the crop at that time. At least, that's my take at the moment. I could be having a mental block that is preventing me from seeing how it could work.