We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d3a63 commit 7ddcf30Copy full SHA for 7ddcf30
README.md
@@ -120,6 +120,9 @@ customstyle | Custom style class name to be used | customstyle="my-style"
120
121
## Change Log
122
123
+### 1.0.10
124
+* Check subscription exists before unsubscribing
125
+
126
### 1.0.9
127
* Add onFileOver and onFileLeave functions
128
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-file-drop",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
0 commit comments