10.0.1
- No change other than the ability to override
document
when using ReactCrop in an iframe. Fixes #482
class IframeReactCrop extends ReactCrop {
constructor(props: ReactCropProps) {
super(props)
this.document = window.top.document
}
}