We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5227003 commit a15647fCopy full SHA for a15647f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog for dropzone
2
3
+## 7.2.1
4
+
5
+* bug/minor: add null check to prevent uncaught type error on parent node (#34 by Christina Toegl)
6
+ This fix prevents uncaught type errors thrown if hiddenFileInput has no parentNode.
7
8
## 7.2.0
9
10
* feat: uuid: add fallback uuid generator for insecure contexts (PR #24 fix #22 by Dieter Oberkofler)
package.json
@@ -1,6 +1,6 @@
{
"name": "@deltablot/dropzone",
- "version": "7.2.0",
+ "version": "7.2.1",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
0 commit comments