Skip to content

Releases: peterver/vanilla-image-cropper

1.3.2

02 Dec 10:29
Compare
Choose a tag to compare

Fix issue with malformed bower file

1.3.1

02 Dec 09:57
Compare
Choose a tag to compare

Update git links for bower and npm

Fabulous Gnome

02 Dec 09:49
Compare
Choose a tag to compare

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

18 Oct 08:49
Compare
Choose a tag to compare

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

20 Mar 23:10
Compare
Choose a tag to compare

Added karma testing and travis CI integration

Moved build to dist folder

Adjusted circular to imgc-handles-circular class

minor improvements

Stylish Badger

15 Mar 00:28
Compare
Choose a tag to compare
  • Added a white theme
  • Restructured build folder to be separated into js/css folders

Jealous Rabbit

14 Mar 23:57
Compare
Choose a tag to compare
  • Circular Preview support through mode='circular'
  • Styling adjustments allowing for a clean UI
  • renamed 'update' to 'update_cb'
  • internal bugfixing

Funky Guinea Pig

21 Sep 09:04
Compare
Choose a tag to compare
1.0.3

Update package.json

Bower update version

21 Sep 09:03
Compare
Choose a tag to compare
1.0.2

Update bower.json

Sly Fox

21 Sep 08:59
Compare
Choose a tag to compare

Update to work with chrome's new CSP