Rustin
17ad782dfc
refactoring: refactor search code ( #19441 )
* refactor search code
* refactor bool expression no implicit cast
5 years ago
二货机器人
34c220acf1
docs: add 3.23.4 changelog ( #18932 )
* add 3.23.4 changelog
* update desc
* adjust related desc
5 years ago
TTC
f956b55c92
docs: 添加tooltip destroyTooltipOnHide Api说明 ( #18859 )
* 添加tooltip destroyTooltipOnHide Api说明
* 添加tooltip destroyTooltipOnHide Api说明
* 修复destroyTooltipOnHide说明
5 years ago
LaySent
b029e38705
feat: improve prop def for tooltip
5 years ago
afc163
a51f7a0508
✅ test unmount
5 years ago
shao
b4a228c4f4
perf: replace all test suite delay func to common test util sleep func
5 years ago
dian.li
3e1560d753
fix: import multiple times
5 years ago
dian.li
882f343e10
fix: ts compile error with import React fix-ts-1259
5 years ago
LaySent
7ca85ad11a
fix: tooltip not work with disabled checkbox
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
orzyyyy
649e8127c5
fix: lint:style
5 years ago
jiang
56309c0ea0
fix: tooltip arrows do not fuse in dark ( #17740 )
* fix: tooltip arrows do not fuse in dark
* re demo
* fix lint
* re tooltip-distance
* tooltip: use absolute
* Update index.less
5 years ago
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
5 years ago
zombieJ
a5f495692e
fix: Tooltip not work correctly on disabled Switch ( #17372 )
* add tooltip of Switch
* clean up
* updat snapshot
5 years ago
偏右
868cd6197b
💄 Fix Tooltip arrow shadow ( #17264 )
close #17259
same as #13935
5 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
afc163
b780070351
💄 prittier all files
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
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
陈帅
30508b0124
fix error types ( #16043 )
6 years ago
afc163
b2379fe139
🐛 Add className in TooltipProps only, #16195
6 years ago
Sean Willis
fec88af3d3
Fix unnecessary indent
6 years ago
zombieJ
5987792a44
fix: typescript definition update ( #16202 )
* fix lint
* update snapshot
* update define
6 years ago
Sean Willis
246f1e0916
Extend HTMLAttributes
6 years ago
Aaron Cawte
ee6d96f39e
Documentation - Tooltip Component
6 years ago
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
2737c00633
💄 Fix stylelint problems
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
6 years ago
yuezk
9673128ddf
docs: Correct the default value of mouseEnterDelay
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
杨小事er
1b57dff9bb
🐛 fix(tootip):fix when title is too short arrow appears outside of tooltip
close #14667
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
83c192ea3e
💄 fix eslint problems
6 years ago
zombieJ
9b49fb60d9
Config provider ( #12991 )
close #12985
6 years ago
ztplz
af4e5bbbed
format
6 years ago
ztplz
6f6d949fcc
Fix #13119
6 years ago
afc163
b7a1b7b7be
remove outdated test case
6 years ago
afc163
f8e074812c
Fix a bug of Tooltip won't disappear in Chrome
when there are two wrapper of Tooltip/Popover/Popconfirm
close #13001
6 years ago
zombiej
4c5e3492ac
add ignoreShake for tooltip(popover) to avoid unecessary reflow
fix #12942
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
Magn Mah
292a18bef0
add/fix tooltip align interface ( #12354 )
* expose align interface
* typescript fix: tooltip 的 align 部分值支持传百分数参数;更新文档
6 years ago
afc163
9d5920b39d
doc: remove old usage instruction
6 years ago
afc163
11d29fb522
use break-word over break-all, close #11722
6 years ago
张聪
8a9fbcb5e4
Migrate lifecycle method: Upload, CheckboxGroup, Layout.Sider, Tooltip, Popconfirm ( #11682 )
* Upload lifecycle method migrate
* CheckboxGroup lifecycle method migrate
* Layout.Sider lifecycle method migrate
* Tooltip lifecycle method migrate
* Popconfirm lifecycle method migrate
* test Spin as a controlled component
6 years ago
Eden Wang
f01d436dd5
add test case for input.group in tooltip
6 years ago
Eden Wang
522aee18c3
add timeout to wait trigger result
6 years ago
Eden Wang
84e995ff63
add test case for date picker in tooltip
6 years ago