Tom Xu
9ff7f31dfe
refactor(list): rewrite with hook ( #23542 )
* refactor(list): rewrite with hook
* fix lint
* fix lint
* fix lint
* fix Empty style dep
Co-authored-by: afc163 <afc163@gmail.com>
5 years ago
偏右
9a3640968e
🐛 Fix List item flex layout ( #20897 )
close #20648
5 years ago
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
陈帅
785c132262
meger feature to master ( #16421 )
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
6 years ago
zombieJ
e541a2492c
fix: List with actions style should be the right ( #16239 )
* update css
* should not affect vertical style
* update logic
6 years ago
zombiej
533ae050f0
update comment
6 years ago
zombiej
c6903c9cc9
use ul in list
6 years ago
偏右
5f4f8b0dee
Fix list item style ( #15328 )
* 🐛 Fix List Item layout style problems
* 🐛 horizontal list should align center
* ✅ Add test cases
* ✅ Add test cases for List.Item
* 🐛 Fix vertical list item with extra
6 years ago
afc163
7a217c625c
🐛 Fix space lost when inline element in List.Item, close #15186
6 years ago
afc163
575796cb92
⚡ clean up code
6 years ago
afc163
0fe82ed936
⚡ refactor list item dom structure
6 years ago
诸岳
00102d4278
ts: Extend ListItemProps from native div element attributes, close #14171
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
afc163
9b9c4c7dec
fix typescript errors
6 years ago
afc163
b1d8d173cd
update typescript array definites
6 years ago
afc163
78a82151eb
update typescript array definites
6 years ago
Wei Zhu
064bfaf554
Add @types/prop-types
6 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
niko
a09f531453
add grid xxl to List fixed : #9019 ( #9038 )
7 years ago
Wei Zhu
1b2a9550d9
ListItemMetaProps's description and title should be optional
7 years ago
Wei Zhu
e27061ea5b
ListItemProps.extra should be optional
7 years ago
Wei Zhu
e7042ae541
Fix implicit any error for List
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
niko
57d5038d1c
fixed: https://github.com/ant-design/ant-design/issues/4905#issuecomment-335710078 ( #7875 )
7 years ago
niko
91b97d7b25
List virtualized ( #7692 )
* add virtualized & infinite demo
* change `children render` to `renderItem`
7 years ago
niko
bceb15c4e6
List:add infinite & detail optimize ( #7445 )
* List:add infinite & detail optimize
* React.children.map -> context
* update snapshots & demo order
* remove Item.Action _id
* update List demo
* List:add infinite & detail optimize
* React.children.map -> context
* 更新 snap
* update snapshots
7 years ago
niko
56f0716b03
List: support responsive ( #7272 )
* List: support responsive
* change grid api for responsive & use card responsive function
* abstract getGrid
* update snapshots
* defind grid columns number
* defind grid columns number
* add ListGridType
7 years ago
乐仪
cd6b017ce5
fix ts error
7 years ago
nikogu
0034d0529c
add list grid
7 years ago
nikogu
fab125d741
fixed List Components Props
7 years ago
niko
5836a49899
remove List.Item.Content & change List.Item.Action to List actions props ( #7159 )
7 years ago
niko
12bbe3776c
Feature list component ( #7150 )
* add list component
* fixed the demo syntax
* update list snapshots
7 years ago