Commit 078fa2e 1 parent 6becbd4 commit 078fa2e Copy full SHA for 078fa2e
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog for dropzone
2
+
3
+ ## 7.2.0
4
+
5
+ * feat: uuid: add fallback uuid generator for insecure contexts (PR #24 fix #22 by Dieter Oberkofler)
6
+ * dev: minor: improve fallback uuid-generator (PR #27 by Erik Axel Nielsen)
7
+ * dev: chore: bump yarnpkg from 4.2.2 to 4.5.3
8
+
1
9
## 7.1.6
2
10
3
11
* Add support for MacOS 14+ filenames (PR #21 by @brentmartinmiller , fix #20 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deltablot/dropzone" ,
3
- "version" : " 7.1.6 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Handles drag and drop of files for you." ,
5
5
"keywords" : [
6
6
" dragndrop" ,
79
79
"sinon" : " ^18.0.1" ,
80
80
"sinon-chai" : " ^3.7.0"
81
81
},
82
- "packageManager" : " yarn@4.2.2 "
82
+ "packageManager" : " yarn@4.5.3 "
83
83
}
You can’t perform that action at this time.
0 commit comments