file-select-dialog
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -0,1 +1,9 @@ | ||
# [1.4.0](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.3.1...v1.4.0) (2020-11-22) | ||
### Features | ||
* add form composition function ([96ac5cb](https://github.com/TomokiMiyauci/file-select-dialog/commit/96ac5cb63c091844055c358f47db132cf5d3c7b0)) | ||
* **components/*:** add new component ([8db2c6f](https://github.com/TomokiMiyauci/file-select-dialog/commit/8db2c6fa242a917332cc0fd6a0ba98540faa443a)) | ||
## [1.3.1](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.3.0...v1.3.1) (2020-11-21) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "file-select-dialog", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Call file select dialog programmatically", | ||
@@ -23,3 +23,3 @@ "types": "dist/index.d.ts", | ||
"build": "rollup -c rollup.config.ts", | ||
"lint": "eslint --ext .ts --ignore-path .gitignore .", | ||
"lint": "eslint --ext .ts --ignore-path .gitignore src tests", | ||
"test:unit": "jest", | ||
@@ -26,0 +26,0 @@ "semantic-release": "semantic-release", |
@@ -41,2 +41,6 @@ # file-select-dialog | ||
[Demo](https://file-select-dialog.vercel.app/) | ||
![screenshot](https://res.cloudinary.com/dz3vsv9pg/image/upload/c_scale,f_auto,q_auto,w_1217/v1606026970/screenshot.png) | ||
Get a File object by default. | ||
@@ -60,2 +64,2 @@ | ||
MIT | ||
[MIT](https://github.com/TomokiMiyauci/file-select-dialog/blob/main/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15096
64