Skip to content

6.0.2

Compare
Choose a tag to compare
@sekoyo sekoyo released this 25 Oct 20:58
· 357 commits to master since this release
  • Patch release to change order of calls when using aspect crops - onImageLoaded is called before onChange and onComplete so that getting an image reference before making a crop on the client is more convenient in this situation. Note that if you set the image ref to state (which is probably unnecessary), then it won't exist by the time onChange and onComplete are called so it's recommended that you don't. Refer to the sandbox example if you're confused. #213