All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres (more or less) to Semantic Versioning.
- Update entry points so that the plugin can be used as SFC with local registration ref issue #32.
- Slimmed down npm tarball to essentiel files only.
- Changed verbose output object to allways return an exif property (which is
null
if no exifdata) - Updated all non-major dependencies
- Aded a section on use with nuxt.js (thanks @atymic )
- Update eslint-utils to 1.4.3
- Changed default value of capture property to 'false' to access both camera and gallery on mobile devices, ref [issue #17](#17
- New inline exif-reader utility based on exif.js, ref issue #15
- New output format "info" that includes details on image dimensions, ref issue 19
- Updated dependecies.
- Updated Readme.
- Re-organized 'verbose' output to include dataUrl, the new info output and and exif data.
- exif-js-js dependecy, ref issue #15
- A bump release to update npm dist files with 2.0.3 changes
- Fixes missing binding on accept attribute (thanks @XeO3 )
- Updated Readme to reflect new Plugin arcitecture
- Update dependencies vue and vue-template-compiler
- Fixed incorrect paths in package.json
- This CHANGELOG file
- New prop/attribute 'accept' to open for use with other filetypes than just 'image/*' (thank you @Pitouli)
- New prop 'doNotResize' to ignore mutation of selected file types (thank you @Pitouli)
- Added 'file' as outputformat
- Attached exif-data to verbose output. Ref issue #5 (thank you @adamcolejenkins)
- Total re-factor to the Vue CLI-3 framework