Releases: mosch/react-avatar-editor
Releases · mosch/react-avatar-editor
v14.0.0-beta.6
What's Changed
- Move to typescript and update infrastructure by @dan-lee in #369
- Fix 371 dragging works on mobile by @adam-dill in #375
- Adding optional 'Rule of Three' grid. by @adam-dill in #379
- Docs: Added some meaningful line in docs by @yogthesharma in #387
- fixed a javascript example by @jaredatron in #386
- Update README.md by @velezjose in #394
- docs(design): add design contribution guidelines by @fivenp in #390
- docs: update example in README.md by @jimniels in #400
- chore: Upgrade dependencies and use hooks in demo by @dan-lee in #405
New Contributors
- @adam-dill made their first contribution in #375
- @yogthesharma made their first contribution in #387
- @jaredatron made their first contribution in #386
- @velezjose made their first contribution in #394
- @fivenp made their first contribution in #390
- @jimniels made their first contribution in #400
Full Changelog: v13.0.2...v14.0.0-beta.6
13.0.0
v11.0.13
From dust till shine
v12.0.0-beta.0 v12.0.0-beta.0
v11.0.6
v11.0.4
v11.0.3
v11.0.2
Uglify is prettier
Previous build was broken because uglify was missing and things did not work without babel anymore. We fixed that.
No drop no more
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.