Releases: peterver/vanilla-image-cropper
Releases · peterver/vanilla-image-cropper
1.3.2
1.3.1
Fabulous Gnome
New features
- data-imgc-state : The image cropper will report its current state as an attribute to the parent's tag, these states can be the following
- 0 : Offline and hasnt initialized
- 1 : Loading an image
- 2 : Ready to crop
- multiple instances : It is now possible to create multiple instances of the image cropper at once, with different configurations as well
Adjustments
- Added example documentation with live previews
- Updated readme to reflect the link to this documentation
Breaking Changes
- Changed the output folder 'build' to 'dist'
Screaming Eagle
New features
- setImage : By passing a href/file instance, you can easily reconfigure the image cropper for a new image
Adjustments
- Migrated codebase to es6
- Broke down the 1 major imagecrop file into subfiles/subcomponents
- Switch to import/export syntax internally
Breaking Changes
- Removed the 'create' function in favor of the setImage function
Build System
- Switched from browserify to rollup
- Added browsersync as the default way of serving the files
- Switched from jshint/jscs to eslint
Crazy Frog
Added karma testing and travis CI integration
Moved build to dist folder
Adjusted circular to imgc-handles-circular class
minor improvements
Stylish Badger
- Added a white theme
- Restructured build folder to be separated into js/css folders
Jealous Rabbit
- Circular Preview support through mode='circular'
- Styling adjustments allowing for a clean UI
- renamed 'update' to 'update_cb'
- internal bugfixing
Funky Guinea Pig
1.0.3 Update package.json
Bower update version
1.0.2 Update bower.json