Skip to content

Latest commit

 

History

History
326 lines (136 loc) · 8.75 KB

CHANGELOG.md

File metadata and controls

326 lines (136 loc) · 8.75 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.1.1 (2017-11-28)

Bug Fixes

  • handle response parsing when responseType given (c66300d)

7.1.0 (2017-11-28)

Features

  • 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)

Bug Fixes

  • guard calling isFile on null/undefined webkit entry objects (dbe0ad2)

7.0.2 (2017-11-07)

Bug Fixes

  • avoid Array.prototype.includes altogether (a1cbe9b)

7.0.1 (2017-11-06)

7.0.0 (2017-10-18)

Chores

  • update deps to Vue 2.5 compatibility (5f891be)

Features

  • VTransmitFile: make dataUrl prop non-enumerable (9e51905)

BREAKING CHANGES

  • 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)

Bug Fixes

  • improve typings and ensure removeFile returns void (0a3f686)

6.0.7 (2017-10-09)

Bug Fixes

  • drag+drop: fix for webkit (caa4683)

6.0.6 (2017-10-08)

6.0.5 (2017-10-08)

Bug Fixes

6.0.4 (2017-10-04)

6.0.3 (2017-10-04)

6.0.2 (2017-10-04)

Bug Fixes

  • browser bundle & thumbnail generation (7cd3357)

6.0.1 (2017-10-02)

Bug Fixes

  • deps: fix external Vue dep resolution (ae90cbe)

6.0.0 (2017-10-02)

Code Refactoring

  • rewrite component in typescript (#3) (7af5b17)

BREAKING CHANGES

  • 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)

Features

  • css: css now optional (395f212)
  • events: adds file acceptance hooks & typescript integration (#2) (3dad7ec)

5.3.2 (2017-09-29)

Bug Fixes

  • build: added .babelrc to appease babel (543e8d5)

5.3.1 (2017-09-29)

Bug Fixes

  • webpack: correct config to ignore .babelrc (d7506dc)

5.3.0 (2017-09-29)

Features

  • build: commonjs is now ES5 build (1cab5c2)

5.2.0 (2017-09-25)

Features

  • added upload-area attribute/listener bindings (58432c6)

5.1.5 (2017-09-18)

Bug Fixes

  • drag-class: update drag class to apply styles on drag (ab28130)

5.1.4 (2017-09-18)

Bug Fixes

  • package.json: point main to commonjs (58bcb71)

5.1.3 (2017-09-18)

Bug Fixes

  • build: fixing esm build + commonjs build (73a53a6)

5.1.2 (2017-09-18)

Bug Fixes

  • duplicate class name prop and computed prop (79a9f44)

5.1.1 (2017-09-16)

Bug Fixes

  • build: include built dist (9a33262)

5.1.0 (2017-09-16)

Features

  • add customizeable class names for dragging (715b70b)

5.0.1 (2017-09-16)

Bug Fixes

  • build: bundles the entry point default export (e1dcaa0)

5.0.0 (2017-09-16)

Features

  • docs: quick slots explanation (1947dd1)
  • add isUploading computed prop to VTransmit (f4ec3bb)

1.1.0 (2017-09-16)

Features

  • docs: quick slots explanation (1947dd1)
  • add isUploading computed prop to VTransmit (f4ec3bb)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.