You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 0.0.3+2
2
+
* Added boolean `NativeDropView.receiveNonAllowedItems` to allow non-allowed items to be dropped if at least one item in the dropping session was allowed
3
+
* Fixed a bug where files such as PDF would be categorized as DropDataType.pdf even if only DropDataType.file was allowed
4
+
* Fixed a bug where documents (such as .numbers) dropped from iCloud would not be accepted
5
+
* Refactor iOS Swift code for readability
6
+
7
+
Thank you @getBoolean
8
+
1
9
## 0.0.3+1
2
10
* Files from iCloud no longer need to be added directly to allowedDropFileExtensions when dataType == DropDataType.file
0 commit comments