-
Notifications
You must be signed in to change notification settings - Fork 1
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 FilePond (major) #413
base: main
Are you sure you want to change the base?
Conversation
da0b2a7
to
1a8235f
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: packages/web/package-lock.json
|
1a8235f
to
2b21b2a
Compare
|
2b21b2a
to
3ec5997
Compare
3ec5997
to
2bcebeb
Compare
0aa5cd8
to
f677709
Compare
4fa0016
to
fe1ee57
Compare
fe1ee57
to
88dc7ee
Compare
88dc7ee
to
ba64744
Compare
This PR contains the following updates:
3.9.0
->4.32.6
3.1.6
->4.6.12
5.0.0
->7.1.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pqina/filepond (filepond)
v4.32.6
Compare Source
processfiles
event missing from types.`v4.32.5
Compare Source
v4.32.4
Compare Source
v4.32.3
Compare Source
v4.32.2
Compare Source
v4.32.1
Compare Source
v4.32.0
Compare Source
onload
property to chunk patch request, receivesxhr
object, chunk index, and total chunks. #649v4.31.4
Compare Source
v4.31.3
Compare Source
filepond--data
fieldset would stay disabled after enabling FilePond. #1001v4.31.2
Compare Source
aria-hidden
from drop label as suggested by Lighthouse.tabIndex
attribute on credits link not set correctly, now no longer included in tab flow.v4.31.1
Compare Source
v4.30.6
Compare Source
url.split
error.v4.30.5
Compare Source
v4.30.4
Compare Source
v4.30.3
Compare Source
v4.30.2
Compare Source
v4.30.1
Compare Source
v4.30.0
Compare Source
labelFileSizeBytes
,labelFileSizeKilobytes
,labelFileSizeMegabytes
,labelFileSizeGigabytes
#763v4.29.1
Compare Source
v4.29.0
Compare Source
DID_LOAD_ITEM
hook.v4.28.2
Compare Source
v4.28.1
Compare Source
v4.28.0
Compare Source
storeAsFile
property, if set totrue
FilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need forserver
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.v4.27.3
Compare Source
allowRemove
to impact other instances of FilePond. #713v4.27.2
Compare Source
HEAD
no setting server id to hidden input element.v4.27.1
Compare Source
allowMinimumUploadDuration
set tofalse
throwing error.v4.27.0
Compare Source
allowMinimumUploadDuration
set tofalse
to prevent a minimum upload time of 750ms.v4.26.2
Compare Source
setMetadata
internalsilent
bool now does fire internalDID_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
SHOULD_PREPARE_OUTPUT
callv4.26.0
Compare Source
headers
property of theserver.process
end point can now be a function.v4.25.3
Compare Source
chunkRetryDelays
. #671v4.25.2
Compare Source
v4.25.1
Compare Source
beforePrepareOutput
hook tobeforePrepareFile
.v4.25.0
Compare Source
beforePrepareOutput
hook to intercept and prevent preparing a new output file.v4.24.0
Compare Source
SHOULD_PREPARE_OUTPUT
callv4.23.1
Compare Source
v4.23.0
Compare Source
v4.22.1
Compare Source
v4.22.0
Compare Source
v4.21.1
Compare Source
fileSizeBase
is set to 1024.v4.21.0
Compare Source
fileSizeBase
use to adjust the way files sizes are displayed. Default is1000
.v4.20.1
Compare Source
allowRemove
option so it actually works.v4.20.0
Compare Source
allowRemove
, set tofalse
to disable remove button.removeFiles
would not remove all files.v4.19.2
Compare Source
v4.19.1
Compare Source
files
property.v4.19.0
Compare Source
supports
method, now correctly detects MacOS Safari 8.removeFiles({ revert: false })
not working.v4.18.0
Compare Source
fetch
when loading remote URLs, if no custom fetch supplied, will use default request.v4.17.1
Compare Source
v4.17.0
Compare Source
allowProcess
, set tofalse
to remove processing button and related abort / retry processing controls.v4.16.0
Compare Source
allowSyncAcceptAttribute
, set tofalse
to prevent FilePond from setting the file input fieldaccept
attribute to the value of theacceptedFileTypes
.v4.15.1
Compare Source
v4.14.0
Compare Source
oninitfile
, called when file is first initialised, can be used to immediately set metadata.v4.13.7
Compare Source
4.13.5
and4.13.6
where removeFile would revert upload.{ revert: true }
as parameter toremoveFile
andremoveFiles
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
v4.13.5
Compare Source
removeFile
API.v4.13.4
Compare Source
setTimeout
use.v4.13.3
Compare Source
v4.13.2
Compare Source
v4.13.1
Compare Source
v4.13.0
Compare Source
v4.12.2
Compare Source
v4.12.1
Compare Source
styleLayoutMode
was set tocompact
.v4.12.0
Compare Source
styleButtonRemoveItemAlign
to align remove button to the left side of the file item.v4.11.0
Compare Source
relativePath
property to file item.onreorderfiles
callback."null"
instead of an empty string.onactivatefile
was fired on drag end.v4.10.0
Compare Source
v4.9.5
Compare Source
v4.9.4
Compare Source
v4.9.3
Compare Source
v4.9.2
Compare Source
grab
cursor to items so there's and indicator that items are grabbable.v4.9.0
Compare Source
allowReorder
totrue
.moveFile(query, index)
method. Use to move a file to a different index in the file items array.v4.8.2
Compare Source
v4.8.1
Compare Source
v4.8.0
Compare Source
prepareFile
andprepareFiles
methods to the FilePond instance, use to request output files of the current items in the files list.v4.7.4
Compare Source
v4.7.3
Compare Source
setAttribute
tocssText
for layout changes resulting in better performance and CSP compatibility. #400v4.7.2
Compare Source
delete
on a dataset propertyonwarning
being called on incorrect elementv4.7.1
Compare Source
v4.7.0
Compare Source
v4.6.1
Compare Source
v4.6.0
Compare Source
v4.5.2
Compare Source
Blob
hasname
attribute use name attribute instead of URL for file name.v4.5.1
Compare Source
v4.5.0
Compare Source
server.headers
.v4.4.13
Compare Source
v4.4.12
Compare Source
v4.4.11
Compare Source
v4.4.10
Compare Source
addFile
would not be rejected if file failed to load.v4.4.9
Compare Source
v4.4.8
Compare Source
setMetadata
would result in multiple successive calls to prepare file.v4.4.7
Compare Source
v4.4.6
Compare Source
processFiles
would re-processlocal
server images.v4.4.5
Compare Source
v4.4.4
Compare Source
v4.4.3
Compare Source
v4.4.2
Compare Source
v4.4.1
Compare Source
v4.4.0
Compare Source
addFile
did not respectitemInsertLocation
setting.beforeDropFile
hook which can be used to validate a dropped item before it's added, make suredropValidation
is set totrue
as well.v4.3.9
Compare Source
disabled
would not allow browsing for files.v4.3.8
Compare Source
title
to inner hidden<span>
.v4.3.7
Compare Source
4.3.6
.v4.3.6
Compare Source
abortAll
call triggered when destroying FilePond would inadvertently trigger theserver.remove
end point for each local file.v4.3.5
Compare Source
stylePanelAspectRatio
would not update the container size.v4.3.4
Compare Source
onremovefile
callback not receiving an error object similar toonaddfile
.v4.3.3
Compare Source
v4.3.2
Compare Source
v4.3.1
Compare Source
status
property to the FilePond instance, use this property to determine the current FilePond status (EMPTY
,IDLE
,ERROR
,BUSY
, orREADY
).v4.3.0
Compare Source
addFiles
would not correctly map passed options to files.onprocessfiles
which is called when all files have been processed.onactivatefile
which is called when a user clicks or taps on a file item.v4.2.0
Compare Source
disabled
property, can be set as an attribute on the file input or as a property in the FilePond options object.v4.1.4
Compare Source
v4.1.3
Compare Source
v4.1.2
Compare Source
onaddfile
callback parameters were reversed when file validation plugins prevented file loadv4.1.1
Compare Source
v4.1.0
Compare Source
itemInsertLocationFreedom
property, set tofalse
to stop user from picking the location in the file list where the file is added.v4.0.2
Compare Source
ItemStatus
object inprocessFiles
methodv4.0.1
Compare Source
v4.0.0
Compare Source
Multiple improvements, small fixes and new features. As updating will result in animation speed changes, changes to the way files are added to the files list, and will require an update of the image preview plugin, the version has been bumped to 4.0.0
The code below will render a list view on small viewports, a 50/50 grid on medium viewports, and a 33/33/33 grid on wide viewports. The
.5em
in each calc statement is equivalent to the combined left and right margin of each filepond item.styleItemPanelAspectRatio
to control the item panel aspect ratio and render item panels in a fixed size.sort
method on FilePond instance for sorting FilePond files.itemInsertLocation
property to set default insert location of files or sort method.itemInsertInterval
to control the small delay between adding items to the files list.pqina/filepond-plugin-image-preview (filepond-plugin-image-preview)
v4.6.12
Compare Source
v4.6.11
Compare Source
v4.6.10
Compare Source
v4.6.9
Compare Source
v4.6.8
Compare Source
v4.6.7
Compare Source
v4.6.6
Compare Source
v4.6.5
Compare Source
v4.6.4
Compare Source
v4.6.3
Compare Source
v4.6.2
Compare Source
v4.6.1
Compare Source
v4.6.0
Compare Source
v4.5.0
Compare Source
scaleToFit
supportv4.4.0
Compare Source
Add
imagePreviewFilterItem
function to help use the plugin alongside the file poster plugin.v4.3.3
Compare Source
v4.3.2
Compare Source
v4.3.1
Compare Source
v4.3.0
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.8
Compare Source
v4.0.7
Compare Source
v4.0.6
Compare Source
v4.0.5
Compare Source
v4.0.4
Compare Source
v4.0.3
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
v4.0.0
Compare Source
pqina/react-filepond (react-filepond)
v7.1.3
Compare Source
v7.1.2
Compare Source
<Strict>
mode.v7.1.1
Compare Source
v7.1.0
Compare Source
@types/react-filepond
v7.0.1
Compare Source
v7.0.0
Compare Source
filepond
peer dependency to match version 4.0.0v6.0.1
Compare Source
v6.0.0
Compare Source
Removed
<File>
component, it created the illusion that it was possible to modify the HTML of FilePond which is not possible. This also simplifies the component making it easier to maintain and keep in sync with FilePond core.You can now set files using the
files
prop, similar to how it is set on the JavaScript version of FilePond.Fixed problem where syncing the FilePond internal state with the component state would sometimes not work properly.
Please make sure you update FilePond core dependency to 3.7.7
Add CHANGELOG.md
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.