zombieJ
772638e076
update doc ( #16459 )
6 years ago
zombieJ
543b620dd2
feat: Support Transfer render ( #16026 )
* clean up
* refactor select all logic
* omit old api to render children
* add search
* remove useless code
* fix logic
* Table demo
* update demo
* fixed min-height
* fix normal style
* style update
* update snapshot
* update snapshot
* update version
* update doc
* update md desc
* update test case
* fix test typo
* update demo
* update snapshot
* typescript correction
* update docs
* add Tree Transfer demo
* default expand all
* update demo
6 years ago
afc163
15e5e4cb59
🐛 Do not prettier js in less
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
afc163
77b39ddd76
💄 Adjust pagination link style
link take all space inside li
close #15704
6 years ago
afc163
969c171da1
fix filterDropdown type
6 years ago
afc163
ce4add7a9a
✅ update snapshots
6 years ago
afc163
715f2f6ebc
🐛 Fix hasFeedback overlap issue with Input.Password
close #16443
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
20ddb40278
update doc ( #16422 )
6 years ago
zombieJ
decebef176
refactor: Upgrade `rc-tree-select` to support pure React motion ( #16402 )
* upgrade `rc-tree-select`
* update snapshot
6 years ago
zombieJ
3c26bde16b
fix nest style ( #16419 )
6 years ago
Mathieu Anderson
6947d1bbaf
fix: TypeScript definitions for Select component's onSelect / onDeselect props, update inaccurate docs ( #16344 )
* Fix value param type for onSelect, onDeselect prop
* Fix docs for Select props (value, defaultValue, onSelect, onDeselect)
6 years ago
Sebastian Busch
4af2b62cb5
fix: Add some missing TypeScript prop definititions and clean up date-picker definitions ( #16342 )
* Add some missing TypeScript prop definitition, clean up date-picker definitions
* use DatePickerMode instead of redundant enumeration of modes
* decade was missing from the list of modes
See https://codesandbox.io/s/388xplj646
- activate DatePicker
- click on year in header
- click on years in header
- "decade" is printed on footer as mode for renderExtraFooter()
* add decade as possible value for mode prop
6 years ago
HiddenMan
0350544de1
fix: username misspelling in the form. ( #16398 )
* fix normal-login spelling mistake
* fix horizontal-login spelling mistake
* fix index.zh-CN spelling mistake
* fix index.en-US spelling mistake
* update form demo.test.js.snap
6 years ago
zombieJ
7a7aa65eec
fix: Checkbox.Group onChange should not pass removed value ( #16392 )
* filter removed value
* clean up
* code style update
6 years ago
afc163
084deebd94
🐛 Fix AutoComplete align issue
close #14156
6 years ago
afc163
bde2eb36b3
🎬 use new file upload mock API
https://www.mocky.io/
6 years ago
afc163
8082b4c2cf
⚡ Improve upload demo
close #16375
6 years ago
Eden Wang
19f0ca4a2f
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
6 years ago
Juan Jose A
071108eb63
Update index.en-US.md ( #16373 )
6 years ago
zombieJ
fee6b61c19
fix: raf should keep same id ( #16370 )
6 years ago
信鑫-King
59856a093b
fix: Upload types ( #16360 )
* fix: Upload types
* fix: ci
* fix: ci
* fix: ci
* fix: ci
6 years ago
zombiej
f21b30dcb0
feat: TreeNode support checkable
6 years ago
陈帅
34f24a88a9
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
6 years ago
zombieJ
9d5f61363c
feat: Collapse support `expandIconPosition` ( #16365 )
* update doc
* support expandIconPosition
* update snapshot
6 years ago
zombieJ
5469bbaa73
adjust slider text style ( #15128 )
* adjust style
* use keep-all instead
6 years ago
Sebastian Busch
5ce2f89adc
Form onFieldsChange(): document third parameter "allFields", remove non-existent fourth parameter "add" from TypeScript definition ( #16343 )
* there is no fourth parameter, added by mistake in 619b0ed628
* Form onFieldsChange(): document third parameter 'allFields', introduced in 619b0ed628
6 years ago
zombiej
99fbc9dcd0
update collapse faq demo
6 years ago
afc163
49dae1a1c6
🐛 Fix Drawer wrong animation direction
close #15713
close #15146
6 years ago
zombieJ
b63ceef831
refactor: Update Tree & TreeSelect deps ( #16330 )
* use CSSMotion
* update snapshot
6 years ago
afc163
a10ea03754
✅ Fix cascader test snapshot
6 years ago
陈帅
30508b0124
fix error types ( #16043 )
6 years ago
He Linming
6cb76a99de
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
6 years ago
afc163
7b56290ef4
📝 Improve column.align document
6 years ago
Sebastian Busch
7a514c1b94
Fix TypeScript def for RangePicker.renderExtraFooter(), gets no args
6 years ago
Sebastian Busch
e8229d8ec9
rc-calendar RangeCalendar calls renderFooter() without args
6 years ago
afc163
04001a06ea
💄 update code style
6 years ago
afc163
b2379fe139
🐛 Add className in TooltipProps only, #16195
6 years ago
zombieJ
685f4339ea
Typography editable mode should support className ( #16307 )
6 years ago
zombiej
5a462d864a
fix: Pagination active item should have background color
6 years ago
zombieJ
5fd8ba15ef
fix: Caldendar select option ellipsis when not in `fullscreen` ( #16304 )
6 years ago
zombieJ
30a798c0e5
feat: Button support `link` type ( #16289 )
close #15892
6 years ago
陈帅
dd01852c23
change use name
6 years ago
陈帅
c7e4027398
beter class name
6 years ago
陈帅
6055905ae4
change onclick dom
6 years ago
DiamondYuan
b3bea96e80
fix: Tree checkbox animation not correct ( #16272 )
* fix: Tree checkbox animation not correct
* fix: Tree checkbox animation not correct
* fix: Tree checkbox animation not correct
* chore: add comment
6 years ago
zombieJ
8f0bf39348
add check prepare to make Affix smooth in Safari ( #16281 )
6 years ago
zombieJ
c89c597e7f
feat: add `htmlFor` in Form.Item ( #16278 )
* add htmlFor in Form.Item
* update doc
6 years ago
zombieJ
6f85379c12
rise type style priority of Typography ( #16275 )
6 years ago