Skip to content

Screaming Eagle

Compare
Choose a tag to compare
@peterver peterver released this 18 Oct 08:49
· 39 commits to master since this release

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