ant-design/components/upload
Michael Waddell add02767f0
Feat: Support callbacks for removeIcon and downloadIcon in Upload (#26684)
* updated to support callback function

* fixing compilation errors

* feat: add support for per-file callbacks in Upload removeIcon and downloadIcon

* Update components/upload/index.en-US.md

Added version

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>

* docs: Changed `React.ReactNode` to `ReactNode`

* docs: Added version in CN documentation

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
2020-09-13 08:31:18 +08:00
..
__tests__ Feat: Support callbacks for removeIcon and downloadIcon in Upload (#26684) 2020-09-13 08:31:18 +08:00
demo style: 💄 fix Upload picture-card button style (#26367) 2020-08-24 16:33:24 +08:00
style style: 💄 fix Upload picture-card button style (#26367) 2020-08-24 16:33:24 +08:00
Dragger.tsx refactor(upload): rewrite with hooks (#26196) 2020-08-18 15:44:31 +08:00
index.en-US.md Feat: Support callbacks for removeIcon and downloadIcon in Upload (#26684) 2020-09-13 08:31:18 +08:00
index.tsx fix: Upload types (#16360) 2019-04-28 20:49:57 +08:00
index.zh-CN.md Feat: Support callbacks for removeIcon and downloadIcon in Upload (#26684) 2020-09-13 08:31:18 +08:00
interface.tsx Feat: Support callbacks for removeIcon and downloadIcon in Upload (#26684) 2020-09-13 08:31:18 +08:00
Upload.tsx fix: Controlled multiple files upload list sync (#26612) 2020-09-07 16:41:28 +08:00
UploadList.tsx Feat: Support callbacks for removeIcon and downloadIcon in Upload (#26684) 2020-09-13 08:31:18 +08:00
useFreshState.ts fix: Controlled multiple files upload list sync (#26612) 2020-09-07 16:41:28 +08:00
utils.tsx fix: show thumbnail for non-image files by upload onChange (#25432) 2020-07-06 21:47:01 +08:00