Skip to content

Commit b8c8875

Browse files
committed
update changelog and version
1 parent b415e7f commit b8c8875

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
19
## 0.0.3+1
210
* Files from iCloud no longer need to be added directly to allowedDropFileExtensions when dataType == DropDataType.file
311
* Updated Readme

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ packages:
101101
path: ".."
102102
relative: true
103103
source: path
104-
version: "0.0.3+1"
104+
version: "0.0.3+2"
105105
path:
106106
dependency: transitive
107107
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: native_drag_n_drop
22
description: A package that allows you to add native drag and drop support into your flutter app.
3-
version: 0.0.3+1
3+
version: 0.0.3+2
44
homepage: https://github.com/alexrabin/FlutterNativeDragAndDrop
55

66
environment:

0 commit comments

Comments
 (0)