afc163
677974c863
🐛 Fix broken style detail of DatePicker by #17983
5 years ago
afc163
da741ecf84
💄 optimize RangePicker active cell style
close #17878
close #13567
close #16872
5 years ago
xrkffgg
aa7f5fb776
fix: DatePicker 插件单个使用时,切换时间范围时,出现像素偏差问题。
5 years ago
afc163
4374514252
✅ fix snapshot and test case
5 years ago
xrkffgg
e05347d5ce
add decade style
5 years ago
haimrait
37d19cef3f
Fix issue #17949
Fix issue [#17949 ]
5 years ago
xrkffgg
3148d9c884
DatePicker:修复当选择条件为世纪时,border 不对齐的样式 bug
5 years ago
mraiguo
ebe9097689
fix: DatePicker date order ( #17694 )
* Fix selected time order #17346
* add test case
5 years ago
afc163
9ef1cd70b6
💄 fix DatePicker hover style less variable
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
afc163
6498cbb283
💄 change another arrow style
5 years ago
afc163
efadb09569
💄 Optimize TimePicker focus style
close #17440
5 years ago
迷渡
f78fc1c757
fix: DatePicker's input box is obscured on safari
5 years ago
susiwen
06eba00e0b
Add FAQ link
5 years ago
susiwen
b710f47996
Add missing FAQ site
5 years ago
偏右
d74c590f17
Update index.zh-CN.md
5 years ago
susiwen
85e483921b
Add missing info in documents
5 years ago
afc163
57c28def68
revert unknown to any
6 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
zombieJ
dc4102d879
reset line-height of TextArea & Picker ( #17165 )
6 years ago
zombieJ
dc1572cff1
fix style ( #17126 )
6 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
Ahmad Abdelaziz
482491ae87
Fixing date formats for Arabic-Egypt locale
6 years ago
afc163
6295cb4597
📝 Add FAQ for DatePicker/RangePicker mode prop usage
6 years ago
afc163
13379aa0d8
💄 Optimize examples code style
6 years ago
Kimmo Saari
cd6f5ff3f1
Locale (feat #16752 ): Added Latvian localization ( #16780 )
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
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
偏右
e83302c1ff
feat: 🇭🇷 hr_HR locale ( #16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
6 years ago
saxenanihal95
9fd4b2de63
Refactor: created InputIcon of common code in RangePicker and WeekPicker
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
zombieJ
7db67ae8f1
add interopDefault ( #16110 )
6 years ago
zombieJ
15b900bbfb
another try ( #16077 )
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
zombieJ
41316e69e8
update snapshot ( #16017 )
6 years ago
zombieJ
100ebc9795
warning DatePicker of invalidate time ( #15920 )
6 years ago
ycjcl868
7f2a1d427b
fix RangePicker endtime-input not editable
6 years ago
afc163
2916a35325
fix(DatePicker): fix RangePicker time-input not editable
close #15863
6 years ago
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
6 years ago
alex89lj
e3b252b527
Fixed an issue about the component(RangePicker) could not select the … ( #15427 )
close #13302
6 years ago
ztplz
298a86f601
Add `separator` prop for RangePicker ( #15765 )
* Add `separator` prop for RangePicker
* Update
6 years ago
偏右
f3a07ac7ad
🐛 Fix disabled and selected date cell style of DatePicker ( #15608 )
close #15580
6 years ago
DiamondYuan
4eb33eb149
fix: set min-width instead of width ( #15547 )
* fix: set min-width instead of width
* test: updte snapshots
6 years ago
zombieJ
0dadee3233
revert input ( #15516 )
6 years ago
ztplz
b40c0d3db3
Update DatePicker docs ( #15092 )
6 years ago
zombiej
f9d8e50a1f
rm input from datePicker
6 years ago
zombiej
96a95e65d3
update deps lint
6 years ago