react-dropzone/react-dropzone
### [`v14.2.2`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.2.2)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.2.1...v14.2.2)
##### Bug Fixes
- allow {accept} file selection w/o using the OS options ([8127759](https://togithub.com/react-dropzone/react-dropzone/commit/81277590a45e8bbba32e544ba2ecbfa02284d916))
### [`v14.2.1`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.2.1)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.2.0...v14.2.1)
##### Bug Fixes
- call onError if FS access API fails in secure ctx ([a2039fd](https://togithub.com/react-dropzone/react-dropzone/commit/a2039fd4bc5430a166858d71b7499a17036e68f9))
### [`v14.2.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.2.0)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.1.2...v14.2.0)
##### Features
- bump file-selector to v0.6 ([239dd29](https://togithub.com/react-dropzone/react-dropzone/commit/239dd292a22e5b2498dd6a277cf080a4d4337663))
### [`v14.1.2`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.1.2)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.1.1...v14.1.2)
##### Bug Fixes
- add missing onError type ([7aff9a5](https://togithub.com/react-dropzone/react-dropzone/commit/7aff9a559874ed19237908e9e28148fb47f54670))
### [`v14.1.1`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.1.1)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.1.0...v14.1.1)
##### Bug Fixes
- apply custom validator on {isDragAccept,isDragReject} ([2d33fdf](https://togithub.com/react-dropzone/react-dropzone/commit/2d33fdfc244774f383a1fb0a054bae0f28c7019e))
### [`v14.1.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.1.0)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.0.1...v14.1.0)
##### Features
- add option to auto focus the root and close [#1145](https://togithub.com/react-dropzone/react-dropzone/issues/1145) ([1b91e50](https://togithub.com/react-dropzone/react-dropzone/commit/1b91e50bcb8b3144ef37c9940a3a04b20a95e46f))
### [`v14.0.1`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.0.1)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.0.0...v14.0.1)
##### Bug Fixes
- use aria role `presentation` by default and close [#1152](https://togithub.com/react-dropzone/react-dropzone/issues/1152) ([7a2f405](https://togithub.com/react-dropzone/react-dropzone/commit/7a2f4056e52b0c6df80020e1648dac12b0f7c313))
### [`v14.0.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.0.0)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v13.0.0...v14.0.0)
##### Features
- add support for React 18 and close [#1121](https://togithub.com/react-dropzone/react-dropzone/issues/1121), [#1167](https://togithub.com/react-dropzone/react-dropzone/issues/1167) ([ed32886](https://togithub.com/react-dropzone/react-dropzone/commit/ed32886b20bf50392834896a5757133f3d2ed56c))
##### BREAKING CHANGES
- the {draggedFiles} prop on the returned hook state has been removed and the accept/reject state is only computed on drag enter and drop.
### [`v13.0.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v13.0.0)
[Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v12.1.0...v13.0.0)
##### Features
- add {onError} cb to allow users to handle errors ([9134893](https://togithub.com/react-dropzone/react-dropzone/commit/91348938c7c2c92dcd67e4034d606b84ae5c4e29))
- allow passing file ext. to the file picker options and close [#1141](https://togithub.com/react-dropzone/react-dropzone/issues/1141) ([58976f4](https://togithub.com/react-dropzone/react-dropzone/commit/58976f4e3611036348bad545f153a1e7b00328ed))
##### BREAKING CHANGES
- The `{accept}` prop will now require an object instead of a string or array of strings:
Before:
useDropzone({
accept: ".jpeg,.png"
// accept: [".jpeg", ".png"]
})
After:
useDropzone({
accept: {
"image/*": [".jpeg", ".png"]
}
})
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
[x] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
12.1.0
->14.2.2
Release Notes
react-dropzone/react-dropzone
### [`v14.2.2`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.2.2) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.2.1...v14.2.2) ##### Bug Fixes - allow {accept} file selection w/o using the OS options ([8127759](https://togithub.com/react-dropzone/react-dropzone/commit/81277590a45e8bbba32e544ba2ecbfa02284d916)) ### [`v14.2.1`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.2.1) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.2.0...v14.2.1) ##### Bug Fixes - call onError if FS access API fails in secure ctx ([a2039fd](https://togithub.com/react-dropzone/react-dropzone/commit/a2039fd4bc5430a166858d71b7499a17036e68f9)) ### [`v14.2.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.2.0) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.1.2...v14.2.0) ##### Features - bump file-selector to v0.6 ([239dd29](https://togithub.com/react-dropzone/react-dropzone/commit/239dd292a22e5b2498dd6a277cf080a4d4337663)) ### [`v14.1.2`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.1.2) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.1.1...v14.1.2) ##### Bug Fixes - add missing onError type ([7aff9a5](https://togithub.com/react-dropzone/react-dropzone/commit/7aff9a559874ed19237908e9e28148fb47f54670)) ### [`v14.1.1`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.1.1) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.1.0...v14.1.1) ##### Bug Fixes - apply custom validator on {isDragAccept,isDragReject} ([2d33fdf](https://togithub.com/react-dropzone/react-dropzone/commit/2d33fdfc244774f383a1fb0a054bae0f28c7019e)) ### [`v14.1.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.1.0) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.0.1...v14.1.0) ##### Features - add option to auto focus the root and close [#1145](https://togithub.com/react-dropzone/react-dropzone/issues/1145) ([1b91e50](https://togithub.com/react-dropzone/react-dropzone/commit/1b91e50bcb8b3144ef37c9940a3a04b20a95e46f)) ### [`v14.0.1`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.0.1) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v14.0.0...v14.0.1) ##### Bug Fixes - use aria role `presentation` by default and close [#1152](https://togithub.com/react-dropzone/react-dropzone/issues/1152) ([7a2f405](https://togithub.com/react-dropzone/react-dropzone/commit/7a2f4056e52b0c6df80020e1648dac12b0f7c313)) ### [`v14.0.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v14.0.0) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v13.0.0...v14.0.0) ##### Features - add support for React 18 and close [#1121](https://togithub.com/react-dropzone/react-dropzone/issues/1121), [#1167](https://togithub.com/react-dropzone/react-dropzone/issues/1167) ([ed32886](https://togithub.com/react-dropzone/react-dropzone/commit/ed32886b20bf50392834896a5757133f3d2ed56c)) ##### BREAKING CHANGES - the {draggedFiles} prop on the returned hook state has been removed and the accept/reject state is only computed on drag enter and drop. ### [`v13.0.0`](https://togithub.com/react-dropzone/react-dropzone/releases/tag/v13.0.0) [Compare Source](https://togithub.com/react-dropzone/react-dropzone/compare/v12.1.0...v13.0.0) ##### Features - add {onError} cb to allow users to handle errors ([9134893](https://togithub.com/react-dropzone/react-dropzone/commit/91348938c7c2c92dcd67e4034d606b84ae5c4e29)) - allow passing file ext. to the file picker options and close [#1141](https://togithub.com/react-dropzone/react-dropzone/issues/1141) ([58976f4](https://togithub.com/react-dropzone/react-dropzone/commit/58976f4e3611036348bad545f153a1e7b00328ed)) ##### BREAKING CHANGES - The `{accept}` prop will now require an object instead of a string or array of strings: Before: useDropzone({ accept: ".jpeg,.png" // accept: [".jpeg", ".png"] }) After: useDropzone({ accept: { "image/*": [".jpeg", ".png"] } })Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.