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

Update dependency filepond to v4.31.1 #246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
filepond (source) 4.7.4 -> 4.31.1 age adoption passing confidence

Release Notes

pqina/filepond (filepond)

v4.31.1

Compare Source

  • Fix issue with dragging file items sometimes not working.

v4.30.6

Compare Source

  • Fix issue where using a number as source for a local file would throw a url.split error.

v4.30.5

Compare Source

  • Fix file field value assignment #​905

v4.30.4

Compare Source

  • Fix a bug where the selected file is not replaced #​841
  • Fix a bug where the onwarning event is not triggered #​839
  • Add more translations

v4.30.3

Compare Source

  • Fix accidental push.

v4.30.2

Compare Source

  • Remove accidental log statement.

v4.30.1

Compare Source

  • Prioritize server prop before other props when passed to setOptions #​606

v4.30.0

Compare Source

  • Add labelFileSizeBytes, labelFileSizeKilobytes, labelFileSizeMegabytes, labelFileSizeGigabytes #​763

v4.29.1

Compare Source

v4.29.0

Compare Source

  • Enable rejecting images with an error message using the internal DID_LOAD_ITEM hook.

v4.28.2

Compare Source

  • Fix issue where local server files could not be re-uploaded after editing and did not trigger remove of source file.

v4.28.1

Compare Source

  • Fix CSS error.

v4.28.0

Compare Source

  • Add storeAsFile property, if set to true FilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need for server property). This only works if the browser supports the DataTransfer constructor, this is the case on Firefox, Chrome, Chromium powered browsers and Safari version 14.1 and higher.
  • Switch to PostCSS for style output.

v4.27.3

Compare Source

  • Fix issue with file.js component leaking state causing allowRemove to impact other instances of FilePond. #​713

v4.27.2

Compare Source

  • Fix issue with fetch and HEAD no setting server id to hidden input element.

v4.27.1

Compare Source

  • Fix issue with allowMinimumUploadDuration set to false throwing error.

v4.27.0

Compare Source

  • Add allowMinimumUploadDuration set to false to prevent a minimum upload time of 750ms.

v4.26.2

Compare Source

  • setMetadata internal silent bool now does fire internal DID_UPDATE_ITEM_METADATA but doesn't trigger upload or file prepare logic. This fixes an issue with the new image editor and file poster plugins.

v4.26.1

Compare Source

  • Add metdata change info to internal SHOULD_PREPARE_OUTPUT call

v4.26.0

Compare Source

  • Fix problem with rendering 0 items per row. #​676
  • The headers property of the server.process end point can now be a function.

v4.25.3

Compare Source

  • Fix issue with chunkRetryDelays. #​671

v4.25.2

Compare Source

  • Fix issue with fixed with file items not row wrapping correctly. #​653
  • Fix file info label when remove button positioned to the right. #​620

v4.25.1

Compare Source

  • Renamed beforePrepareOutput hook to beforePrepareFile.

v4.25.0

Compare Source

  • Add beforePrepareOutput hook to intercept and prevent preparing a new output file.

v4.24.0

Compare Source

  • Add action info to internal SHOULD_PREPARE_OUTPUT call
  • Moved edit button CSS to FilePond

v4.23.1

Compare Source

  • When files are dropped in a folder the file type cannot always be determined, this fix prevents FilePond from creating a Blob if it can't guesstimate the file type.

v4.23.0

Compare Source

v4.22.1

Compare Source

  • Fix problem with locale files.

v4.22.0

Compare Source

  • Add internal filter for plugins to manipulate dropped files before adding them to the files list.

v4.21.1

Compare Source

  • Fix calculation of file size when fileSizeBase is set to 1024.

v4.21.0

Compare Source

  • Add fileSizeBase use to adjust the way files sizes are displayed. Default is 1000.

v4.20.1

Compare Source

  • Add allowRemove option so it actually works.

v4.20.0

Compare Source

  • Add allowRemove, set to false to disable remove button.
  • Improve TypeScript definitions.
  • Fix issue where removeFiles would not remove all files.

v4.19.2

Compare Source

  • Fix problem with locale files not ending up on npm.

v4.19.1

Compare Source

  • Fix issue where removal of a server file was requested when setting new files to the files property.

v4.19.0

Compare Source

  • Add locale folder, can now import different locales.
  • Improve supports method, now correctly detects MacOS Safari 8.
  • Improve type definitions file.
  • Fix issue with removeFiles({ revert: false }) not working.
  • Fix issue where content pasted in a textarea would be interpreted as a file.

v4.18.0

Compare Source

  • Add fallback for fetch when loading remote URLs, if no custom fetch supplied, will use default request.
  • Add TypeScript dynamic label types.
  • Fix issue where order of files wasn't correct when setting initial files.

v4.17.1

Compare Source

  • Fix issue where reorder event was fired on each drag interaction, now only fires when order changes.

v4.17.0

Compare Source

  • Add allowProcess, set to false to remove processing button and related abort / retry processing controls.
  • Fix issue where hidden inputs didn't reflect visual order of files in list.

v4.16.0

Compare Source

  • Add allowSyncAcceptAttribute, set to false to prevent FilePond from setting the file input field accept attribute to the value of the acceptedFileTypes.

v4.15.1

Compare Source

  • Fix issue with abort being called even when not supplied.

v4.14.0

Compare Source

  • Add oninitfile, called when file is first initialised, can be used to immediately set metadata.

v4.13.7

Compare Source

  • Fix backwards compatibility problem with 4.13.5 and 4.13.6 where removeFile would revert upload.
  • Add { revert: true } as parameter to removeFile and removeFiles methods. Where in the previous two fix versions reverting was added to be done automatically this new parameter now needs be set to revert the upload.

v4.13.6

Compare Source

  • Fix problem where revert wasn't called for user added files.

v4.13.5

Compare Source

  • Fix trigger of revert handler to removeFile API.
  • Fix problem where circular layout wouldn't work on latest Safari.

v4.13.4

Compare Source

  • Fix issue where FilePond internal event mechanism would be in slowmotion mode when running in an inactive tab because of setTimeout use.

v4.13.3

Compare Source

  • Fix issue where FilePond would excessivly pause in between processing files while running in an inactive tab.

v4.13.2

Compare Source

  • Fix issue where FilePond running in an inactive tab would be very slow to pick up new files.

v4.13.1

Compare Source

  • Fix issue where HEAD fetch request would try turn response into zero byte file.

v4.13.0

Compare Source

  • Fix issue where hidden file fields were not in the correct order when files were sorted either automatically or manually.
  • Clean up accidental log statement left in 4.12.2 release.

v4.12.2

Compare Source

  • Fix issue with re-enabling FilePond field from disabled state not applying the appropriate fields to the browse input.

v4.12.1

Compare Source

  • Fix issue where browse button wasn't clickable when styleLayoutMode was set to compact.

v4.12.0

Compare Source

  • Add styleButtonRemoveItemAlign to align remove button to the left side of the file item.
  • Fix issue where list of files could not be scrolled when FilePond was disabled.

v4.11.0

Compare Source

  • Add relativePath property to file item.
  • Add onreorderfiles callback.
  • Fix issue where unkown type was "null" instead of an empty string.
  • Fix issue where onactivatefile was fired on drag end.

v4.10.0

Compare Source

  • Copy webkitDirectory property to file object.

v4.9.5

Compare Source

  • Fix issue with error format in TypeScript types.

v4.9.4

Compare Source

  • Fix problem with API querystring containing multiple questionmarks.

v4.9.3

Compare Source

  • Fix problem where ending the class attribute on a space would throw an error.

v4.9.2

Compare Source

  • Add grab cursor to items so there's and indicator that items are grabbable.

v4.9.0

Compare Source

  • Add drag to reorder file items, enable by setting allowReorder to true.
    • Only works in single column mode (for now).
    • It also works when the list of files is showing a scrollbar, but dragging + scrolling isn't working correctly at the moment.
    • Limited to browsers supporting Pointer events.
  • Add moveFile(query, index) method. Use to move a file to a different index in the file items array.

v4.8.2

Compare Source

  • Fix problem with 4.8.1 fix not working with SSR.

v4.8.1

Compare Source

  • Fix IE issue where adding markup would not work.

v4.8.0

Compare Source

  • Add prepareFile and prepareFiles methods to the FilePond instance, use to request output files of the current items in the files list.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency filepond to v4.8.0 Update dependency filepond to v4.8.1 Dec 11, 2019
@renovate renovate bot changed the title Update dependency filepond to v4.8.1 Update dependency filepond to v4.8.2 Dec 12, 2019
@renovate renovate bot changed the title Update dependency filepond to v4.8.2 Update dependency filepond to v4.9.0 Dec 13, 2019
@renovate renovate bot changed the title Update dependency filepond to v4.9.0 Update dependency filepond to v4.9.2 Dec 13, 2019
@renovate renovate bot changed the title Update dependency filepond to v4.9.2 Update dependency filepond to v4.9.3 Dec 27, 2019
@renovate renovate bot changed the title Update dependency filepond to v4.9.3 Update dependency filepond to v4.9.4 Jan 14, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.9.4 Update dependency filepond to v4.9.5 Jan 21, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.9.5 Update dependency filepond to v4.10.0 Feb 6, 2020
@renovate renovate bot force-pushed the renovate/filepond-4.x branch 2 times, most recently from 9aabfd3 to 54d4560 Compare February 11, 2020 09:07
@renovate renovate bot changed the title Update dependency filepond to v4.10.0 Update dependency filepond to v4.11.0 Feb 11, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.11.0 Update dependency filepond to v4.12.0 Mar 3, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.12.0 Update dependency filepond to v4.12.1 Mar 12, 2020
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot changed the title Update dependency filepond to v4.12.1 Update dependency filepond to v4.12.2 Mar 12, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.12.2 Update dependency filepond to v4.13.0 Mar 13, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.13.7 Update dependency filepond to v4.18.0 Jul 1, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.18.0 Update dependency filepond to v4.19.2 Aug 23, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.19.2 Update dependency filepond to v4.21.1 Oct 27, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.21.1 Update dependency filepond to v4.23.1 Nov 27, 2020
@renovate renovate bot changed the title Update dependency filepond to v4.23.1 Update dependency filepond to v4.25.1 Jan 6, 2021
@renovate renovate bot changed the title Update dependency filepond to v4.25.1 Update dependency filepond to v4.27.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/filepond-4.x branch from 77b30c9 to 7e2793a Compare May 9, 2021 20:42
@renovate renovate bot changed the title Update dependency filepond to v4.27.0 Update dependency filepond to v4.27.1 May 9, 2021
@renovate renovate bot changed the title Update dependency filepond to v4.27.1 Update dependency filepond to v4.27.3 Jun 6, 2021
@renovate renovate bot changed the title Update dependency filepond to v4.27.3 Update dependency filepond to v4.28.2 Jun 16, 2021
@renovate renovate bot changed the title Update dependency filepond to v4.28.2 Update dependency filepond to v4.30.3 Oct 18, 2021
@renovate renovate bot changed the title Update dependency filepond to v4.30.3 Update dependency filepond to v4.30.4 Jun 18, 2022
@renovate renovate bot changed the title Update dependency filepond to v4.30.4 Update dependency filepond to v4.30.5 Dec 15, 2023
@renovate renovate bot changed the title Update dependency filepond to v4.30.5 Update dependency filepond to v4.30.6 Dec 18, 2023
@renovate renovate bot changed the title Update dependency filepond to v4.30.6 Update dependency filepond to v4.31.1 Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant