React Avatar Editor Versions Save

Small avatar & profile picture component. Resize and crop uploaded images using a intuitive user interface.

v13.0.0

1 year ago

v11.0.13

3 years ago
  • Fix disableCanvasRotation prop passing to canvas DOM element (#348)

v12.0.0-beta.0

4 years ago

v11.0.6

5 years ago

v11.0.4

5 years ago

Fixes

  • Fixed a warning for the disableBoundaryChecks prop (#255)

v11.0.3

5 years ago

Fixes

  • Fixed a bug where it was sometimes impossible to zoom / pan / move the image

v11.0.2

6 years ago

Fix issues with regeneratorRuntime.

v11.0.1

6 years ago

Previous build was broken because uglify was missing and things did not work without babel anymore. We fixed that.

v11.0.0

6 years ago

Breaking changes

  • We dropped support for drag and drop to upload files. Please use a library like react-dropzone if you need this behaviour.
    • We also dropped the props onDropFile and disableDrop
  • The behaviour of onImageChange is different: It will not be called, if the props you passed are changing.
    • It's now up to you to do thing when you change props. And onImageChange will only be called for things like dragging.

v10.2.0

6 years ago