Andrew Shini
|
07c85ea21f
|
fix: Clone only valid react child elements (#17207)
* Clone child only if it exists
child can be void | null | boolean | string | number | element.
* Add test
|
2019-06-21 13:49:01 +08:00 |
|
陈帅
|
ae26f76d94
|
fix ts lint warning (#17049)
|
2019-06-16 20:30:59 +08:00 |
|
afc163
|
e3565ac110
|
🚨 Fix lgtm errors
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
|
2019-06-16 17:41:25 +08:00 |
|
afc163
|
13379aa0d8
|
💄 Optimize examples code style
|
2019-05-27 22:04:17 +08:00 |
|
zombieJ
|
29ec272635
|
fix: Descriptions warning should work as expect (#16819)
* fix warning
* add MockDate
|
2019-05-27 16:41:56 +08:00 |
|
陈帅
|
3e32364dc0
|
New component Descriptions (#14645)
* add new component: DescriptionList
* add warning message
* docs: fix doc typo
* feat: implement the size attribute
* docs: fix doc typo
* refactor: use new name Descriptions
* test: snapshots updated
* feat: support react15
* style: fix code style warring
* style: better var name
* style: better code style
* style: merge css class
* feat: add responsive config
* fix: fix error title
* style: use @border-radius-base
* update snapshot
* feat: set default column
* test: add test script
* style: fix property defaultProps is useless error
* style: more robust code
* style: fix codereview warning
* style: fix review warning
* use responsiveObserveserve
* fix review warning
* bug: add childrenArray copy,prevent changes to incoming parameters
* fix dom error
* fix typo
* fix test
* don't use this
* snapshot updated
* prettier md
* remove descriptions md text
* new rendering method
* doc :add dot
* style: add right border
|
2019-05-22 23:22:09 +08:00 |
|