Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with sortable #372

Open
wants to merge 264 commits into
base: 1.0
Choose a base branch
from
Open

Error with sortable #372

wants to merge 264 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 18, 2017

  1. Allow non-string elements in data object

    Non-string elements will be run through JSON.stringify() in order
    to submit JavaScript arrays or objects with your upload.
    Jaysen Nuttall committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    176ff0a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Merge pull request #39 from xengulai/2.0

    Allow non-string elements in data object
    lian-yue authored Feb 19, 2017
    Configuration menu
    Copy the full SHA
    0195eca View commit details
    Browse the repository at this point in the history
  2. version

    lian-yue committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    e4705d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Add example

    lian-yue committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    b782af2 View commit details
    Browse the repository at this point in the history
  2. Update devtool

    lian-yue committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    26f5305 View commit details
    Browse the repository at this point in the history
  3. .

    lian-yue committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    7be691b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. fix 2 errors in example.

    lukeb committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    b3da037 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from lukeb/2.0

    fix 2 errors in example.
    lian-yue authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    a59a2f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. fix devtool

    lian-yue committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    e4287f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25d906a View commit details
    Browse the repository at this point in the history
  3. fix example url

    lian-yue committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    656a9b6 View commit details
    Browse the repository at this point in the history
  4. Add Features #44

    lian-yue committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    cb7d7bc View commit details
    Browse the repository at this point in the history
  5. Add props thread

    lian-yue committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    0071bd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Update

    lian-yue committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    77e13e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e80c29 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Fix thread

    lian-yue committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    fb6a940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa1949 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Adds slot for inner html

    docnoe authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    cdfaf3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from docnoe/docnoe-patch-1

    Adds slot for user to add custom html to input
    docnoe authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    decbd7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a61c424 View commit details
    Browse the repository at this point in the history
  4. build

    docnoe committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    44e033f View commit details
    Browse the repository at this point in the history
  5. 2.3.0

    docnoe committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    cab0135 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e8caa8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from docnoe/develop

    use template style in InputFile component; build dist
    docnoe authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    e9f72b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Merge pull request #50 from docnoe/docnoe-patch-1

    Feature(FileUpload.vue): Adds slot so user can add custom html
    lian-yue authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    6cf882b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75fd49b View commit details
    Browse the repository at this point in the history
  3. Update md

    lian-yue committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    5076e38 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. fix #52

    lian-yue committed May 1, 2017
    Configuration menu
    Copy the full SHA
    5be0900 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. fix #56

    lian-yue committed May 7, 2017
    Configuration menu
    Copy the full SHA
    cc404ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f7e18 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. V2.4.0-beta.1

    lian-yue committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    05d6158 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Add v-model

    lian-yue committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    5b26b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Add Drop folder #32

    lian-yue committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    4d43a30 View commit details
    Browse the repository at this point in the history
  2. Add upload directory

    lian-yue committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    5aae7d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Add script to import:

    lian-yue committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    2738d7a View commit details
    Browse the repository at this point in the history
  2. fix libraryTarget = 'umd';

    lian-yue committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    dae502d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Fix #71

    lian-yue committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    3d92f77 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    c70dc2f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Add props inputId

    lian-yue committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    f6e09f2 View commit details
    Browse the repository at this point in the history
  2. Detailed event type judgment

    lian-yue committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    f0972e4 View commit details
    Browse the repository at this point in the history
  3. Fix #60, Remove props.filter

    lian-yue committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    5202df8 View commit details
    Browse the repository at this point in the history
  4. Fix example blob

    lian-yue committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    993b56a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Fix #77

    lian-yue committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    062b6fd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Add unpkg

    lian-yue committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    a5a7a7d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. v2.5.0-beta.1

    lian-yue committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    7a3af5e View commit details
    Browse the repository at this point in the history
  2. Fix es6-promise

    lian-yue committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    7b9dac4 View commit details
    Browse the repository at this point in the history
  3. update version

    lian-yue committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    058c838 View commit details
    Browse the repository at this point in the history
  4. Fix wrap

    lian-yue committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    c933a66 View commit details
    Browse the repository at this point in the history
  5. Fix drag upload

    lian-yue committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    104dbeb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Update README

    lian-yue committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    87ff993 View commit details
    Browse the repository at this point in the history
  2. fix dropDirectory

    lian-yue committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    9429278 View commit details
    Browse the repository at this point in the history
  3. update README

    lian-yue committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    9615613 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2017

  1. Configuration menu
    Copy the full SHA
    9a4f07f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. fix dataTransfer kind=string

    lian-yue committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    f3867fb View commit details
    Browse the repository at this point in the history
  2. fix dataTransfer kind=string

    lian-yue committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    8b847bb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Remove .babelrc

    lian-yue committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    14cec0d View commit details
    Browse the repository at this point in the history
  2. Update docs

    lian-yue committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    7a32970 View commit details
    Browse the repository at this point in the history
  3. Update version

    lian-yue committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    6f3379f View commit details
    Browse the repository at this point in the history
  4. Update docs

    lian-yue committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    71d98e0 View commit details
    Browse the repository at this point in the history
  5. vue-upload-component\/src

    lian-yue committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    3a5a235 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Fix newFile.name

    lian-yue committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    24bb304 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. v2.6.0-beta.1

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    4207dc0 View commit details
    Browse the repository at this point in the history
  2. Fix H2

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    c6b1011 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ef5575 View commit details
    Browse the repository at this point in the history
  4. fix Source code link

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    9a5562e View commit details
    Browse the repository at this point in the history
  5. fix Source code link

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    ef614e5 View commit details
    Browse the repository at this point in the history
  6. Add gzip icon

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    5ce75ac View commit details
    Browse the repository at this point in the history
  7. Add examples

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    f25f126 View commit details
    Browse the repository at this point in the history
  8. Add viewport meta

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    27dca17 View commit details
    Browse the repository at this point in the history
  9. update Source code

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    49eb5f6 View commit details
    Browse the repository at this point in the history
  10. build

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    f65a220 View commit details
    Browse the repository at this point in the history
  11. Create CNAME

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    a44e89a View commit details
    Browse the repository at this point in the history
  12. Delete CNAME

    lian-yue committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    bbba94e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. fix toBlob

    lian-yue committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    657fd2f View commit details
    Browse the repository at this point in the history
  2. fix className

    lian-yue committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    d25e9e2 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    40790e8 View commit details
    Browse the repository at this point in the history
  4. fix #94

    lian-yue committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    778122a View commit details
    Browse the repository at this point in the history
  5. build

    lian-yue committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    adfea6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    207a000 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. fix to.hash

    lian-yue committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    88047f6 View commit details
    Browse the repository at this point in the history
  2. fix to.hash

    lian-yue committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    9493161 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    17369cd View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    b794ecb View commit details
    Browse the repository at this point in the history
  3. Update md

    lian-yue committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    ff2ecda View commit details
    Browse the repository at this point in the history
  4. build

    lian-yue committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    28bb076 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. window.File -> window.Blob

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    be060d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a85ca View commit details
    Browse the repository at this point in the history
  3. add automatic compression

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    e1251ba View commit details
    Browse the repository at this point in the history
  4. add ImageCompressor

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    d4c1a49 View commit details
    Browse the repository at this point in the history
  5. build

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    081b2ac View commit details
    Browse the repository at this point in the history
  6. fix line feed

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    bb4cc18 View commit details
    Browse the repository at this point in the history
  7. build

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    b9534be View commit details
    Browse the repository at this point in the history
  8. fix line feed

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    50f5785 View commit details
    Browse the repository at this point in the history
  9. build

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    396e269 View commit details
    Browse the repository at this point in the history
  10. Add image-compressor script

    lian-yue committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    9307218 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Fix put-action

    lian-yue committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    c0d5c65 View commit details
    Browse the repository at this point in the history
  2. Auto scrollTo hash

    lian-yue committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    d4c117f View commit details
    Browse the repository at this point in the history
  3. Build

    lian-yue committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    815500d View commit details
    Browse the repository at this point in the history
  4. Auto scrollTo hash

    lian-yue committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    94a09ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d07f4bf View commit details
    Browse the repository at this point in the history
  6. Build

    lian-yue committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    57cd9c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Configuration menu
    Copy the full SHA
    09ec1eb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Merge pull request #104 from victorzhuk/master

    fix. additional file upload with html5 post method
    lian-yue authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    828b5b4 View commit details
    Browse the repository at this point in the history
  2. Build v2.6.3

    lian-yue committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    e11c4e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. fix cancel drop with ESC

    vmartis committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    fb0b1d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Merge pull request #111 from vmartis/dropfix

    fix cancel drop with ESC
    lian-yue authored Nov 18, 2017
    Configuration menu
    Copy the full SHA
    76c890d View commit details
    Browse the repository at this point in the history
  2. Add props.maximum

    lian-yue committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    ad06881 View commit details
    Browse the repository at this point in the history
  3. fix props.maximum

    lian-yue committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    1155bbe View commit details
    Browse the repository at this point in the history
  4. Add doc maximum

    lian-yue committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    8f83f2b View commit details
    Browse the repository at this point in the history
  5. update version

    lian-yue committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    bf34813 View commit details
    Browse the repository at this point in the history
  6. build

    lian-yue committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    b5743ad View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Configuration menu
    Copy the full SHA
    9c9d8aa View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    b7530b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. fix #120

    lian-yue committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    1d0e93a View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    cbb8fa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    dacb0cf View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    fa5fe89 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. fix #129

    lian-yue committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    6af5af4 View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    7d88edc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. * Changes in FileUload to use chunk upload in some cases

      * `chunk-enabled` prop added to enable chunk upload
      * `chunk` prop added to modify chunk upload parameters
    * `ChunkUploadHandler` class created to handler chunk upload process
    * Example added to the docs
    * Chunk documentation added to the docs
    codeserk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    872c984 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    2cfb93c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28df5d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfc1e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5604efe View commit details
    Browse the repository at this point in the history
  5. * Changes in FileUload to use chunk upload in some cases

      * `chunk-enabled` prop added to enable chunk upload
      * `chunk` prop added to modify chunk upload parameters
    * `ChunkUploadHandler` class created to handler chunk upload process
    * Example added to the docs
    * Chunk documentation added to the docs
    codeserk authored and wvds committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    961cc35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    902b316 View commit details
    Browse the repository at this point in the history
  7. * Some changes in the documentation

    codeserk authored and wvds committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    54bf33d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b81ab35 View commit details
    Browse the repository at this point in the history
  9. * Some minor changes in the documentation

    codeserk authored and wvds committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    bdf52d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Add Special thanks

    lian-yue committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    c01a3ab View commit details
    Browse the repository at this point in the history
  2. fix build

    lian-yue committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    48ce452 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    86b5b71 View commit details
    Browse the repository at this point in the history
  4. merge chunk uploads

    lian-yue committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    ab1612d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. * Fixing Chunk upload problems:

      * Use of `FormData` to send the content of the chunks
      * Better handle of errors from server
    codeserk committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    699c747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ca7c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Merge pull request #2 from coosto/task/chunk-upload-functionality

    Task/chunk upload functionality
    wvds authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    a218cff View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    8e557d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chunk'

    lian-yue committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    5a7a4fc View commit details
    Browse the repository at this point in the history
  3. add props.customAction

    lian-yue committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    3285dd3 View commit details
    Browse the repository at this point in the history
  4. add custom-action

    lian-yue committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    586c2bb View commit details
    Browse the repository at this point in the history
  5. fix await

    lian-yue committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    29b541b View commit details
    Browse the repository at this point in the history
  6. build

    lian-yue committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    e291993 View commit details
    Browse the repository at this point in the history
  7. Add props.capture

    lian-yue committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    4e2530e View commit details
    Browse the repository at this point in the history
  8. build

    lian-yue committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    bca5bab View commit details
    Browse the repository at this point in the history
  9. Chunk upload fix for multipart/form-data form request.

    We forced the `header` for the chunk upload request to be `multipart/form-data` but the header must be set auotmatically when sending the `FormData`. This was causing the backend being unable to read parameters sent
    
    Changed the way we stop the chunk process when the upload fails in `upload` phase. We no longer set the `file.active = false` since that would prevent the next file to start uploading
    codeserk committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8417e11 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from coosto/task/chunk-upload-functionality

    Chunk upload fix for `multipart/form-data` form request.
    wvds authored Feb 5, 2018
    Configuration menu
    Copy the full SHA
    4d1a879 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    a6bc6b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'chunk'

    lian-yue committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    c4f6a59 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    bd3a507 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Add typescript support

    DrSensor authored Mar 14, 2018
    Configuration menu
    Copy the full SHA
    38f3da2 View commit details
    Browse the repository at this point in the history
  2. Make it import-able

    DrSensor authored Mar 14, 2018
    Configuration menu
    Copy the full SHA
    631ad4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea52e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. confi file

    LianYue authored and LianYue committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    43540ea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'patch-1' of https://github.com/DrSensor/vue-upload-comp…

    …onent into ts
    LianYue authored and LianYue committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    560d99c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ts'

    LianYue authored and LianYue committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    32d87b1 View commit details
    Browse the repository at this point in the history
  4. update version

    LianYue authored and LianYue committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    5740af9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Fix missing declare and upload.file doesn't exist

    - Fix ERR: A 'declare' modifier is required for a top level declaration in a .d.ts file.
    
    - Fix ERR: Property 'file' does not exist on type 'File' 
    when using it like `this.image = URL.createObjectURL(upload.file)`
    
    - `VueUpload.File` type is conflicted with https://developer.mozilla.org/en-US/docs/Web/API/File so need to change to VUFile (ts don't have a way to resolve this)
    DrSensor authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    28c9935 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Merge pull request #167 from DrSensor/patch-2

    Fix missing declare and upload.file doesn't exist
    lian-yue authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    4156298 View commit details
    Browse the repository at this point in the history
  2. update version

    lian-yue committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    453a1a5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. fixed ie11 upload error

    Haluk Keskin committed May 21, 2018
    Configuration menu
    Copy the full SHA
    ea3767d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Merge pull request #192 from HKskn/master

    fixed ie11 upload error
    lian-yue authored May 23, 2018
    Configuration menu
    Copy the full SHA
    fe9dedb View commit details
    Browse the repository at this point in the history
  2. Update version

    lian-yue committed May 23, 2018
    Configuration menu
    Copy the full SHA
    1a365fe View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. fixes #173

    mikemcbride committed May 25, 2018
    Configuration menu
    Copy the full SHA
    49845c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011d74d View commit details
    Browse the repository at this point in the history
  3. Update devDependencies

    lian-yue committed May 25, 2018
    Configuration menu
    Copy the full SHA
    059ff1a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. fix #196

    lian-yue committed May 30, 2018
    Configuration menu
    Copy the full SHA
    f4df580 View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed May 30, 2018
    Configuration menu
    Copy the full SHA
    6a7eac5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. fix a key error in docs

    add filename in chunk upload start
    d committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    7026488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c507c32 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Merge pull request #202 from ahDDD/master

    fix a key error in docs
    lian-yue authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d1dc4ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae5172 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    f45a552 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. some docs supplements

    d committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    8a8c8c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. fix #213

    lian-yue committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    6448720 View commit details
    Browse the repository at this point in the history
  2. update package

    # ------------------------ >8 ------------------------
    # Do not touch the line above.
    # Everything below will be removed.
    # Please enter the commit message for your changes. Lines starting
    # with '#' will be ignored, and an empty message aborts the commit.
    #
    # On branch master
    # Your branch is ahead of 'github/master' by 1 commit.
    #
    # Changes to be committed:
    #
    # 	modified:   package-lock.json
    # 	modified:   package.json
    lian-yue committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    47497ba View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. fix #212

    lian-yue committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    a0ceec8 View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    3940224 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. fix #225 #210

    lian-yue committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a194f9c View commit details
    Browse the repository at this point in the history
  2. fix #226

    lian-yue committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    d75ffa6 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b39e76d View commit details
    Browse the repository at this point in the history
  4. fix ie dragleave

    lian-yue committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    0850fc0 View commit details
    Browse the repository at this point in the history
  5. build

    lian-yue committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ba5274c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. fix #219

    lian-yue committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    a969e16 View commit details
    Browse the repository at this point in the history
  2. remove config host 0.0.0.0

    lian-yue committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    229c583 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    f82e003 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. fix #236

    lian-yue committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    6bbd4de View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    48a3a87 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. add prop disabled #245

    lian-yue committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    c687bb1 View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    4b58d01 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Update Drag.vue

    Duplicate element
    getsetbro authored Dec 6, 2018
    Configuration menu
    Copy the full SHA
    098cc95 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Merge pull request #252 from getsetbro/patch-1

    Update Drag.vue
    lian-yue authored Dec 9, 2018
    Configuration menu
    Copy the full SHA
    8ad138d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    fde412e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. fix #257

    lian-yue committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    b6e5bc3 View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    3145c88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad7d18 View commit details
    Browse the repository at this point in the history
  4. build

    lian-yue committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    4541091 View commit details
    Browse the repository at this point in the history
  5. fix

    lian-yue committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    7e8f232 View commit details
    Browse the repository at this point in the history
  6. build

    lian-yue committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    6e44782 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Merge pull request #261 from bieli/update-docs-for-chunked-upload

    adding real HTTP examples into docs for chunked upload
    lian-yue authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    53db208 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #204 from ahDDD/dev

     some docs supplements
    lian-yue authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    2d94656 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. fix #264

    lian-yue committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    60d1064 View commit details
    Browse the repository at this point in the history
  2. build

    # ------------------------ >8 ------------------------
    # Do not touch the line above.
    # Everything below will be removed.
    # Please enter the commit message for your changes. Lines starting
    # with '#' will be ignored, and an empty message aborts the commit.
    #
    # On branch master
    # Your branch is ahead of 'github/master' by 1 commit.
    #
    # Changes to be committed:
    #
    # 	modified:   dist/vue-upload-component.js
    # 	modified:   dist/vue-upload-component.js.map
    # 	modified:   dist/vue-upload-component.min.js
    # 	modified:   dist/vue-upload-component.min.js.map
    # 	modified:   dist/vue-upload-component.part.js
    # 	modified:   dist/vue-upload-component.part.js.map
    # 	modified:   docs/dist/index.js
    # 	modified:   docs/dist/index.js.map
    # 	modified:   package.json
    lian-yue committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    5a7201e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c2eba8 View commit details
    Browse the repository at this point in the history
  4. build

    # ------------------------ >8 ------------------------
    # Do not touch the line above.
    # Everything below will be removed.
    # Please enter the commit message for your changes. Lines starting
    # with '#' will be ignored, and an empty message aborts the commit.
    #
    # On branch master
    # Your branch is ahead of 'github/master' by 3 commits.
    #
    # Changes to be committed:
    #
    # 	modified:   dist/vue-upload-component.js
    # 	modified:   dist/vue-upload-component.js.map
    # 	modified:   dist/vue-upload-component.min.js.map
    # 	modified:   dist/vue-upload-component.part.js
    # 	modified:   dist/vue-upload-component.part.js.map
    # 	modified:   docs/dist/index.js
    # 	modified:   docs/dist/index.js.map
    lian-yue committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    0d307c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. fix #283

    lian-yue committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    1f440b7 View commit details
    Browse the repository at this point in the history
  2. build

    lian-yue committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    cb7a75e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. fix #294

    lian-yue committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    209a572 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Fix typo in method name

    kinow committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    20d049f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    f47bd37 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge pull request #371 from amazingTest/amazing-vue-upload-component

    [fix]fix wrong chinese charactor: 组建 -> 组件
    lian-yue authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5e45f7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #357 from kinow/fix-typo-1

    Fix typo in method name
    lian-yue authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3f3f543 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Update to vue3 support

    lian-yue committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    48121e9 View commit details
    Browse the repository at this point in the history
  2. update config file

    lian-yue committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    ab53a55 View commit details
    Browse the repository at this point in the history
  3. update md

    lian-yue committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    bb9061f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b541cc8 View commit details
    Browse the repository at this point in the history
  5. v3.0.37

    lian-yue committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f54c403 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. webpack publicPahh

    lian-yue committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    aaa20c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab54324 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    4eb43bc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. optimize typescript support

    lian-yue committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    ffb3547 View commit details
    Browse the repository at this point in the history
  2. flx drop querySelector

    lian-yue committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    1c3e5f9 View commit details
    Browse the repository at this point in the history
  3. fix default extensions

    lian-yue committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    3ef1c6a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. add ts example

    lian-yue committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    982ee34 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. fix #378

    lian-yue committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    df595a2 View commit details
    Browse the repository at this point in the history
  2. fix #378

    lian-yue committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0a6e3a7 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    dec0384 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Add image width height field

    lian-yue committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    5e2cc40 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    b5abe30 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Bump url-parse from 1.4.7 to 1.5.1

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.4.7...1.5.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2021
    Configuration menu
    Copy the full SHA
    dc7fd53 View commit details
    Browse the repository at this point in the history
  2. Bump lodash from 4.17.20 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 6, 2021
    Configuration menu
    Copy the full SHA
    90c3f06 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Merge pull request #391 from lian-yue/dependabot/npm_and_yarn/lodash-…

    …4.17.21
    
    Bump lodash from 4.17.20 to 4.17.21
    lian-yue authored May 16, 2021
    Configuration menu
    Copy the full SHA
    5e2beab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #390 from lian-yue/dependabot/npm_and_yarn/url-par…

    …se-1.5.1
    
    Bump url-parse from 1.4.7 to 1.5.1
    lian-yue authored May 16, 2021
    Configuration menu
    Copy the full SHA
    1b392b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Upgrade package dependencies

    lian-yue committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2a2ea88 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. fix #410

    lian-yue committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    1bd3be3 View commit details
    Browse the repository at this point in the history
  2. fix #420

    lian-yue committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    effa589 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. fix #426

    lian-yue committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    44c4411 View commit details
    Browse the repository at this point in the history
  2. fix #432

    lian-yue committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4d5eb68 View commit details
    Browse the repository at this point in the history
  3. build

    lian-yue committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8fe5e97 View commit details
    Browse the repository at this point in the history
  4. fix drop active

    lian-yue committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f33402c View commit details
    Browse the repository at this point in the history
  5. build

    lian-yue committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    128da45 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. v3.1.8

    lian-yue committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ef6d252 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Update FileUpload.vue

    The element has a non zero size (1px X 1px) which might (and in some case actually do) cause an issue because the element actually takes some space. For example when it is placed between 2 elements with `width: 50%` the 1px will break the layout.
    LorincJuraj authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b10d1e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request #450 from LorincJuraj/patch-1

    Update FileUpload.vue
    lian-yue authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cec072b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    6588124 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. add browser module support

    lian-yue committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d4b2746 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Merge pull request #456 from fanta759/master

    feat(FileUpload): Add @vue/compat configuration to vue 3
    lian-yue authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e6c77ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11af97d View commit details
    Browse the repository at this point in the history
  3. updatedocs

    lian-yue committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    48d9d0e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    5570ce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. v3.1.17

    lian-yue committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d43db0e View commit details
    Browse the repository at this point in the history