Dave Pringle
Dave Pringle
File extension checking currently only happens in the filedrop directive, and does not apply to files selected via the input if the user selects "All files". 
The current signature is `(UploadMetadata) => UploadMetadata | Promise`. As seen in #136 this could be confusing. I think there are two options: 1. Leave it the way it is,...
1.0.0
Release checklist - [x] API refactor - [ ] Disable select button - #33 - [x] Prefix internal CSS & allow custom css - #93 - [x] beforeUpload function -...
Final API
As the project has not yet hit 1.0.0 release I think we should take the opportunity to apply best practices to the API, I have the following suggestions: Outputs should...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
### Check The Docs - [x] I double checked the docs and couldn't find any useful information. ### Verify Issue Source - [x] I verified the issue was caused by...