file-dropzone-element
Advanced tools
+1
-1
| { | ||
| "name": "file-dropzone-element", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "Native Web Component for a dropzone to support uploading of binary files", | ||
@@ -5,0 +5,0 @@ "main": [ |
+7
-0
| # Change Log | ||
| ## [0.0.3](https://github.com/grtjn/file-dropzone-element/tree/0.0.3) (2018-06-07) | ||
| [Full Changelog](https://github.com/grtjn/file-dropzone-element/compare/0.0.2...0.0.3) | ||
| **Fixed bugs:** | ||
| - HTML imports is removed from webcomponents in v2 [\#10](https://github.com/grtjn/file-dropzone-element/issues/10) | ||
| ## [0.0.2](https://github.com/grtjn/file-dropzone-element/tree/0.0.2) (2018-05-01) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/grtjn/file-dropzone-element/compare/0.0.1...0.0.2) |
+1
-1
@@ -43,3 +43,3 @@ <!doctype html> | ||
| </file-dropzone> | ||
| <script src="https://cdn.rawgit.com/webcomponents/webcomponentsjs/master/webcomponents-hi.js" type="text/javascript" defer></script> | ||
| <script src="https://cdn.rawgit.com/webcomponents/webcomponentsjs/v1.2.0/webcomponents-hi.js" type="text/javascript" defer></script> | ||
| <script> | ||
@@ -46,0 +46,0 @@ function sendFile(e) { |
+1
-1
| { | ||
| "name": "file-dropzone-element", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "Native Web Component for a dropzone to support uploading of binary files", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
+5
-4
@@ -20,3 +20,3 @@ # file-dropzone-element | ||
| <script src="https://cdn.rawgit.com/webcomponents/webcomponentsjs/master/webcomponents-hi.js" type="text/javascript" defer></script> | ||
| <script src="https://cdn.rawgit.com/webcomponents/webcomponentsjs/v1.2.0/webcomponents-hi.js" type="text/javascript" defer></script> | ||
@@ -66,3 +66,3 @@ ### NPM and html-loader | ||
| <!-- @exclude --> | ||
| <script src="https://cdn.rawgit.com/webcomponents/webcomponentsjs/master/webcomponents-hi.js" type="text/javascript" defer></script> | ||
| <script src="https://cdn.rawgit.com/webcomponents/webcomponentsjs/v1.2.0/webcomponents-hi.js" type="text/javascript" defer></script> | ||
| <!-- @endexclude --> | ||
@@ -92,2 +92,3 @@ | ||
| - Assumes CDN and polyfill installation | ||
| - In your html: | ||
@@ -127,3 +128,3 @@ | ||
| - Import or include the web component in your index.html | ||
| - Import or include the web component in your index.html (see for instance NPM and html-loader installation) | ||
| - Add `file-dropzone` to ignoreElements to stop it from squeaking: | ||
@@ -149,2 +150,3 @@ | ||
| - Assumes Bower, wiredep, and gulp installation | ||
| - In your html template: | ||
@@ -190,3 +192,2 @@ | ||
| ## Test locally | ||
@@ -193,0 +194,0 @@ |
47068
0.95%193
0.52%