Skip to content

v1.0.5

Choose a tag to compare

@zhanziyang zhanziyang released this 13 Oct 07:46
· 88 commits to master since this release

Change Log:

  • Add a new data field currentIsInitial to differentiate between initial image and non-initial image. You can now check if the current image is initial image like this:
this.myCroppa.currentIsInitial // true or false
  • Fix a few bugs where prevent-white-space fails in various situations.