All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.1.1 (2017-11-28)
- handle response parsing when responseType given (c66300d)
7.1.0 (2017-11-28)
- added responseType prop to set on XHR (d205128)
7.0.6 (2017-11-28)
7.0.5 (2017-11-28)
7.0.4 (2017-11-17)
7.0.3 (2017-11-14)
- guard calling
isFile
on null/undefined webkit entry objects (dbe0ad2)
7.0.2 (2017-11-07)
- avoid Array.prototype.includes altogether (a1cbe9b)
7.0.1 (2017-11-06)
7.0.0 (2017-10-18)
- update deps to Vue 2.5 compatibility (5f891be)
- VTransmitFile: make dataUrl prop non-enumerable (9e51905)
- dep updates are major semver upgrades.
- VTransmitFile: a non-enumerable dataUrl prop will not serialize in JSON or appear in the result of Object.keys. This should be beneficial since dataUrl's are mostly expensive payloads that should be avoided.
6.0.8 (2017-10-17)
- improve typings and ensure removeFile returns void (0a3f686)
6.0.7 (2017-10-09)
- drag+drop: fix for webkit (caa4683)
6.0.6 (2017-10-08)
6.0.5 (2017-10-08)
- add component name (5d739f6)
6.0.4 (2017-10-04)
6.0.3 (2017-10-04)
6.0.2 (2017-10-04)
- browser bundle & thumbnail generation (7cd3357)
6.0.1 (2017-10-02)
- deps: fix external Vue dep resolution (ae90cbe)
6.0.0 (2017-10-02)
-
remove check mark component from plugin
-
the resize callback prop's call signature and return signature has been revised to conform to interfaces
-
fix(utils): correct return signature for resizeImg
-
chore(component): add access modifiers to data members
-
chore: remove old props
-
chore(test): more exhaustive test app
-
chore: remove all old code
-
chore: config files
-
chore: improve clean script to rm -Rf
5.4.0 (2017-10-01)
- css: css now optional (395f212)
- events: adds file acceptance hooks & typescript integration (#2) (3dad7ec)
5.3.2 (2017-09-29)
- build: added .babelrc to appease babel (543e8d5)
5.3.1 (2017-09-29)
- webpack: correct config to ignore .babelrc (d7506dc)
5.3.0 (2017-09-29)
- build: commonjs is now ES5 build (1cab5c2)
5.2.0 (2017-09-25)
- added upload-area attribute/listener bindings (58432c6)
5.1.5 (2017-09-18)
- drag-class: update drag class to apply styles on drag (ab28130)
5.1.4 (2017-09-18)
- package.json: point main to commonjs (58bcb71)
5.1.3 (2017-09-18)
- build: fixing esm build + commonjs build (73a53a6)
5.1.2 (2017-09-18)
- duplicate class name prop and computed prop (79a9f44)
5.1.1 (2017-09-16)
- build: include built dist (9a33262)
5.1.0 (2017-09-16)
- add customizeable class names for dragging (715b70b)
5.0.1 (2017-09-16)
- build: bundles the entry point default export (e1dcaa0)
5.0.0 (2017-09-16)
1.1.0 (2017-09-16)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.