You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.3.0
New features
* Center image when uploaded
* Added `maxZoom`, `minZoom`, `initialZoom` options
* Added `rejectSmallImage` option
* By default if image is smaller than preview, it won't be loaded and
* the old image would be preserved
* Added `onFileReaderError` callback
Breaking changes
* Removed `allowCrossOrigin` option
Development
* Major refactor -- rewrote in ES6! No more CoffeeScript.
* Now build with Webpack and removed Grunt
0.2.0
Major changes:
* Added drag & drop support via `allowDragNDrop` option, default to true
* Added free move support via `freeMove` option, default to false
* Added CommonJS support
Breaking changes:
* Renamed option `freeImageMove` -> `freeMove`