Skip to content

Commit

Permalink
chore: 7.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Feb 19, 2025
1 parent 5227003 commit a15647f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for dropzone

## 7.2.1

* bug/minor: add null check to prevent uncaught type error on parent node (#34 by Christina Toegl)
This fix prevents uncaught type errors thrown if hiddenFileInput has no parentNode.

## 7.2.0

* feat: uuid: add fallback uuid generator for insecure contexts (PR #24 fix #22 by Dieter Oberkofler)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a15647f

Please sign in to comment.