Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Latest commit

 

History

History
566 lines (338 loc) · 18 KB

CHANGELOG.md

File metadata and controls

566 lines (338 loc) · 18 KB

Change Log

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

9.0.0-alpha.12 (2019-01-29)

Bug Fixes

  • #44: add prop to place files slot first (55e9a24), closes #44 #44
  • #47: sets VTransmitFile.errorMessage in component errorProcessing (74d23c1), closes #47 #47
  • component: re-attach paste handler (6bd08be)
  • VTransmitFile: problem with thumbnail update (#51) (932afe1), closes #50
  • dep sec updates (d150876)
  • iteration bug in removeAllFiles method (#48) (1e973aa)

Code Refactoring

  • rename things to 'drivers' where applicable (3b0858b)

Features

  • VTransmitFile: adds meta prop for user def custom props (f43f6fb)
  • xhr-adapter: adds static or dynamic options (8c99af7)
  • adds enums, interfaces, & type exports (bbc4c7c)
  • adds new adapter option and testing app (2394cf9)

BREAKING CHANGES

  • component prop fileSizeBaseInBinary renamed to useBinarySizeBase
  • component prop adapterOptions renamed to driverOptions
  • component prop uploadAdapter renamed to driver

9.0.0-alpha.11 (2018-03-11)

Bug Fixes

  • use bind syntax for disableDraggable (8ed89b9)

9.0.0-alpha.10 (2018-03-11)

Bug Fixes

  • adds draggable configurability fixes #39 (ef175a6)

9.0.0-alpha.9 (2018-03-01)

Bug Fixes

  • xhr: stricter types for xhr headers and params (1a85d77)

Features

  • component: adds removeFilesWithStatus method (6654080)

9.0.0-alpha.8 (2018-02-22)

Features

  • esm: adds default export for esm build only (4826819)

9.0.0-alpha.7 (2018-02-17)

Features

9.0.0-alpha.6 (2018-02-09)

Bug Fixes

  • correct bad spelling of plugin named export (3f2f0dd)

9.0.0-alpha.5 (2018-02-09)

Bug Fixes

  • use named exports and update props in docs (2150854)

9.0.0-alpha.4 (2018-02-09)

Bug Fixes

  • error handling improved by passing error data (b042e63)

9.0.0-alpha.3 (2018-02-09)

9.0.0-alpha.2 (2018-02-09)

Features

  • abstract upload transport into adapter (#27) (6cf71cf)

9.0.0-alpha.1 (2018-02-09)

Bug Fixes

  • correct constructor prop for adapter (e1807fc)

9.0.0-alpha.0 (2018-02-09)

Bug Fixes

  • removing vue-class-component for smaller bundles (9bf830c)

Code Refactoring

  • classes: use named export for VTransmitFile (78004dc)

Features

  • build: use rollup for smaller build (8f64477)
  • xhr-transport: initial adapter complete (93e16a8)

BREAKING CHANGES

  • build: browser bundle & commonjs bundle
  • classes: switch to named export of VTransmitFile class

8.0.0 (2018-01-12)

Bug Fixes

  • #25: use form element to reset input after files added to vue-transmit (#28) (bee472e), closes #25 #25

BREAKING CHANGES

  • #25: The hidden file input is now wrapped in a form element (potentially breaking some more custom layouts if the file input was used in a way apart from the default). The fileInputStyles data attr is renamed to formStyles and placed on the form wrapper element instead of the file input.
  • Use a form wrapper element to reliably reset the file input after adding files. This will allow browsers to upload the same file twice, where previously the change event would not fire due to the filename not changing.
  • feat: enhanced xhr response error

"Error during upload: {{ statusText }} [{{ statusCode }}]"

  • chore(docs): add info on using test app

  • chore(test): updates to test app

  • chore: build

7.1.7 (2018-01-08)

Bug Fixes

7.1.6 (2018-01-08)

7.1.5 (2017-12-26)

Bug Fixes

  • dependencies: vue as dev dep to fix issue #19 (e951d1e)

7.1.4 (2017-12-26)

Bug Fixes

  • xhr: corrects IE11 "InvalidState" issue. (#18) (6c05941)

7.1.3 (2017-12-14)

Bug Fixes

  • #17: prefer DataTransferItem.getAsFile so file type is populated (f1105e5), closes #17

7.1.2 (2017-12-01)

Bug Fixes

  • build: transpile entry point file properly (9387b06)

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.