afc163
6295cb4597
📝 Add FAQ for DatePicker/RangePicker mode prop usage
2019-06-05 22:03:17 +08:00
afc163
13379aa0d8
💄 Optimize examples code style
2019-05-27 22:04:17 +08:00
Kimmo Saari
cd6f5ff3f1
Locale (feat #16752 ): Added Latvian localization ( #16780 )
2019-05-26 10:02:40 +08:00
afc163
b780070351
💄 prittier all files
2019-05-07 14:57:32 +08:00
陈帅
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
2019-05-06 12:04:39 +08:00
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
2019-05-03 21:55:18 +08:00
Sebastian Busch
7a514c1b94
Fix TypeScript def for RangePicker.renderExtraFooter(), gets no args
2019-04-26 14:31:38 +02:00
Sebastian Busch
e8229d8ec9
rc-calendar RangeCalendar calls renderFooter() without args
2019-04-26 13:40:59 +02:00
saxenanihal95
9fd4b2de63
Refactor: created InputIcon of common code in RangePicker and WeekPicker
2019-04-20 23:10:01 +05:30
zombieJ
7db67ae8f1
add interopDefault ( #16110 )
2019-04-16 11:39:43 +08:00
zombieJ
15b900bbfb
another try ( #16077 )
2019-04-15 14:56:21 +08:00
afc163
a2a9831abb
💄 Fix less code style
2019-04-15 11:05:06 +08:00
zombieJ
41316e69e8
update snapshot ( #16017 )
2019-04-11 12:48:36 +08:00
zombieJ
100ebc9795
warning DatePicker of invalidate time ( #15920 )
2019-04-08 11:41:31 +08:00
ycjcl868
7f2a1d427b
fix RangePicker endtime-input not editable
2019-04-07 10:28:30 +08:00
afc163
2916a35325
fix(DatePicker): fix RangePicker time-input not editable
...
close #15863
2019-04-04 15:42:25 +08:00
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
2019-04-03 15:54:26 +08:00
zombiej
41f2316370
Merge branch 'feature' into merge-feature
2019-04-01 14:51:18 +08:00
alex89lj
e3b252b527
Fixed an issue about the component(RangePicker) could not select the … ( #15427 )
...
close #13302
2019-04-01 14:49:40 +08:00
ztplz
298a86f601
Add separator
prop for RangePicker ( #15765 )
...
* Add `separator` prop for RangePicker
* Update
2019-03-31 12:59:37 +08:00
偏右
f3a07ac7ad
🐛 Fix disabled and selected date cell style of DatePicker ( #15608 )
...
close #15580
2019-03-24 19:50:58 +08:00
DiamondYuan
4eb33eb149
fix: set min-width instead of width ( #15547 )
...
* fix: set min-width instead of width
* test: updte snapshots
2019-03-21 11:31:58 +08:00
zombieJ
0dadee3233
revert input ( #15516 )
2019-03-19 18:33:31 +08:00
ztplz
b40c0d3db3
Update DatePicker docs ( #15092 )
2019-03-16 14:00:44 +08:00
zombiej
f9d8e50a1f
rm input from datePicker
2019-03-13 16:04:42 +08:00
zombiej
96a95e65d3
update deps lint
2019-03-11 11:48:17 +08:00
afc163
881dce9a3e
💄 prettier codes
2019-03-06 13:45:40 +08:00
afc163
5d450d2a23
💄 unified DatePicker and TimePicker cursor style
2019-03-06 11:01:56 +08:00
偏右
19d916fd20
Merge pull request #15156 from ant-design/date-picker-popup
...
fix configProvider getPopupContainer not work with DatePicker
2019-03-04 19:04:27 +08:00
zombiej
0af6bded1d
fix configProvider getPopupContainer not work with DatePicker
2019-03-04 11:11:50 +08:00
陈帅
5e298dba51
3.14.0 Changelog ( #15145 )
...
* add responsive property to carousel (#15071 )
* add responsive property to carousel #15065
* extend carousel props from Slick type definitions #15065
* rm key in OptionProps (#15104 )
* update doc
* fix cascader should tab twice to exist (#15117 )
* fix cascader should tab twice to exist
* update snapshot
* Drawer Body padding should be variable
* fix DatePicker to support an array of formats (#15116 )
ref #13148
* table reader mobile friendly
* up
* up
* doc: add 3.14.0 changelog
* doc: fix ci warning
* doc: fix ci warning
* doc: fix typo
* doc: fix ci warning
* doc: fix ci warning
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* -m
* -m
* doc: fix cr warning
2019-03-04 10:45:15 +08:00
Yann Normand
e26c5133a5
fix DatePicker to support an array of formats ( #15116 )
...
ref #13148
2019-03-01 13:50:28 +08:00
zombieJ
5ce7e71007
RangePicker support customize separator ( #15055 )
...
* support separator
* add version
* fix css
2019-02-28 16:11:10 +08:00
zombieJ
4d1a998246
add component param in warning ( #15078 )
...
* add component param in warning
* update snapshot
2019-02-27 15:32:29 +08:00
yinjs
f602a9b153
fix #15035 datepicker onPanelChange ts declaration missing
2019-02-26 10:35:27 +08:00
zombieJ
fb6a493f11
support name prop ( #15029 )
2019-02-25 11:28:31 +08:00
afc163
5d46fa9679
📝 site: fix document punctuation
2019-02-22 17:15:48 +08:00
米老朱
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
2019-02-15 10:48:07 +08:00
mraiguo
86f0f97376
rangePicker clear when controlled ( #14796 )
2019-02-14 17:50:37 +08:00
zombieJ
aa5ed8c237
Continue works on #12667 ( #14668 )
...
* Update index.tsx
* add limitation on checking labelPlacement
* add type checking of 'mode' in DatePickerProps
2019-01-31 16:52:29 +08:00
kuitos
fc56fe9ce5
typing fix
2019-01-31 14:45:45 +08:00
afc163
3fcb8fa0b3
💄 Fix stylelint errors
2019-01-28 19:06:38 +08:00
zombieJ
a379c47162
add missing defaultFormat ( #14593 )
2019-01-28 14:07:26 +08:00
zombieJ
04111fb40e
Support date format in locale ( #14340 )
...
* use locale format
* remove monthFormat
* use locale format
* add test case
2019-01-15 16:58:40 +08:00
诸岳
307c877a02
Merge master branch
2019-01-13 21:18:38 +08:00
Yangzhedi
41e2103c80
test(date-picker): add date-picker not auto focus test
2019-01-10 21:56:13 +08:00
Yangzhedi
319949ee1a
fix(date-picker): fix open judgement
2019-01-10 21:56:13 +08:00
Yangzhedi
ee1beaa459
fix(date-picker): fix open prop
2019-01-10 21:56:13 +08:00
Yangzhedi
f52b087194
fix(date-picker): fix focus
2019-01-10 21:56:13 +08:00
zombiej
0a67272ae4
add locale update
2019-01-10 21:55:21 +08:00