CHANGED
新增语言包&locale key (#90)
FIXED
fix bug
FIXED
fix bug about prop onlineEdit
CHANGED
add new prop onlineEdit
CHANGED
support disabled props
FIXED
fix a less path error
CHANGED
add 'onDownloadFile' hook for custom download behavior
CHANGED
add 'showButton' of the Album's config
FIXED
bugfix: 'onShowFile' hook for all file
CHANGED
add 'onShowFile' hook for custom preview behavior
CHANGED
change the struct requirements of prop.fileList, see README for detailsCHANGED
add id,url to value pass to upper level by onChange(value) event
FIXED
fix a stupid bug
FIXED
fix locale problem(issue #65)
FIXED
fix classnames dependency
FIXED
fix uploadcore import (issue #81)
FIXED
fix visual-picker css bug in safari
CHANGED
copy Uploader.less from index.less
CHANGED
support js style export
CHANGED
modify picker position when isVisual
CHANGED
show download icon when readonly
CHANGED
add new prop 'hideUploadIcon'
CHANGED
hidepicker when isVisual and over queueCapcity
CHANGED
upgrade react to v16
CHANGED
show image with album if click image
CHANGED
fix button style (issue #66)CHANGED
fix mutable props (issue #71)
CHANGED
fix some wrong style
CHANGED
replace preview icon
FIXED
merge pull request #63
FIXED
issue #58 #61
CHANGED
update react to ver 15.xCHANGED
eslint
FIXED
shown photo index is always 0
FIXED
more robust getUrl
FIXED
compatible with access to the previewUrl and downloadUrl
FIXED
default image cant preview
CHANGED
add album show image if only image
FIXED
readonly style
FIXED
clear float
FIXED
Visual reduction
FIXED
remove old style and fix new style
FIXED
add preview buttonFIXED
update readonly style
CHANGED
new styleFIXED
true percentageNEW
add readOnly prop
FIXED
Fix image uploader filename overflow stylesFIXED
Add filename title attribute
CHANGED
upgrade scaffoldFIXED
render an empty container if tips is emptyCHANGED
eslintuploader.js
(70%),locale.js
(100%)
FIXED
filename overflow style bug
FIXED
missingaction-remove
in some remove button
FIXED
reset
method fails to work
CHANGED
useuxcore-button
for default trigger
CHANGED
new style
FIXED
uploading progress can not show
FIXED
autoPending fail to workFIXED
FileList component still render when Files are all deleted
FIXED
throw error when queueCapacity is 0
FIXED
fix file.response.getJson bug when upload fails.
FIXED
fixpreventDuplicate
NEW
add polish support.
CHANGED
cancel icon style fix (#24)
CHANGED
add download property in download linkFIX
fix response process bug.
CHANGED
remove Progress.isSupportNEW
add server render support
CHANGED
add className for download & preview button
FIX
fix issue #15 #16 #17
CHANGED
queueCapacity will concern props.fileList
FIX
fix style bug in file list mode.
CHANGED
propfileList
format changeCHANGED
change to controlled mode.
FIX
fix typo
CHANGED
filecancel will not be fired when reset.
FIX
fix componentWillReceiveProps bug
CHANGED
add a new file type 'delete'
FIX
fix events hijack bug.
NEW
add propsfileList
,onChange
&onCancel
FIX
fix style when upload failsCHANGED
add response support like {content: {url: xxx}} or {content: {data: {url: xxx}}}
NEW
new styleFIX
fix issue #5
NEW
i18n support
CHANGED
update scaffold