Skip to content

10.0.1

Compare
Choose a tag to compare
@dominictobias dominictobias released this 11 May 21:55
· 88 commits to master since this release
  • 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
  }
}