7.4 KiB
7.4 KiB
Change Log
0.7.0
2018-07-11
- đ Add
TreeSelect
component - đ
Select
addoptions
, Easy to generate a selection list directly#37 - đ Fix
blur
event error when usingSelect
component inTooltip
#67 - đ Modify the
Upload
componentaction
attribute to optional#66
0.6.8
2018-07-05
0.6.7
2018-07-03
- đ Fix
Form
component cannot be updated when using template syntax#62
0.6.6
2018-07-03
- đ Fix
Upload
type validation error issue and update related demo#61 - đ Fix
Upload
image preview does not jump correctly1584b3
0.6.5
2018-07-01
- đ Fix
Select
getPopupContainer
not working #56 - đ Fix
Select
popup position is not updated8254f7
0.6.4
2018-06-28
- đ Fix
InputSearch
v-model
return wrong value#53
0.6.3
2018-06-26
- đ Fix
Popover
v-model
not working#49
0.6.2
2018-06-24
- đ
Form
component data auto-checking support fortemplate
syntax7c9232 Select
: đ addfocus
blur
methods52f6f5Radio
TimePicker
: đ FixautoFoucs
focus
blur
not working28d009
0.6.1
2018-06-17
- đ Add
List
Component Table
Tooltip
: đ update events APIchange
tovisibleChange
Textarea
: đ FixautoFoucs
not working787927InputSearch
: đ Addfocus
blur
methods3cff62InputNumber
: đ FixautoFoucs
not working88f165DatePicker
: đ FixautoFoucs
not working264abfCascader
: đ FixautoFoucs
not workingbe69bdRate
: đ FixautoFoucs
not workingīŧandblur
errorc2c984RangePicker
: đ Fix value type check error problem228f44
0.6.0
2018-06-04
- đ Add
Anchor
Component Table
- đ
DatePicker
: Fix the issue ofchange
event repeatedly call whenshowTime
istrue
81ab82 - đ
InputNumber
: Fixplaceholder
not working ce39dc
0.5.4
2018-05-26
- đ Fix missing
less
file problem in dist directoryca084b9
0.5.3
2018-05-25
- đ Fixed issue with building
antd-with-locales.js
containing test files90583a3
0.5.2
2018-05-25
- đ
Timeline
: Fix duplicated loading component bug fa5141b Transfer
- đ
Select
: Optimizingtitle
display logic 9314957 Form
- đ
DatePicker
: Fix calendar keyboard event does not work e9b6914 Avatar
: Fixing font size adaptation issues #22- đ Added single test for some components
- đ sorted component library
dependencies
anddevDependencies
, deleted unused packages, and addedpeerDependencies
0.5.1
2018-05-10
- đ
Table
: FixcustomRow
events not working#16
0.5.0
2018-05-08
- đ
Form
: add Form component - đ
Upload.Dragger
: Modifyname
name toa-upload-dragger
- đ
Upload
: Fixname
prop not working
0.4.3
2018-05-02
- đ Fix component style loss problem
- đ site add babel-polyfill
0.4.2
2018-04-24
- đ fix menu click bug
0.4.1
bug
- Transfer Vue's dependencies to devDependencies to avoid unstable bugs caused by inconsistency with business versions
0.4.0
Layout
- add
layout
component
Others
- support use Vue.use(antd)
0.3.1
Features
- first version, provide 45 components