jim
50863acb1b
datePicker add dropdownClassName prop fix #7211
2018-02-09 11:35:13 +08:00
Wei Zhu
1735d89a66
docs: Update RangePicker[ranges] type
2018-02-04 20:35:28 +08:00
Wei Zhu
49c2a6220b
Merge branch 'feature-3.2'
2018-02-04 17:24:16 +08:00
Wei Zhu
70f30ef065
Trigger onOk when click on preset range ( #9213 )
...
Close #7747
2018-02-04 02:41:02 -06:00
Wei Zhu
29969959f8
Revert "Add test for 3b0a704"
...
This reverts commit 980b2cc32b
.
2018-02-02 15:36:35 +08:00
Wei Zhu
980b2cc32b
Add test for 3b0a704
2018-02-02 14:50:55 +08:00
Wei Zhu
3b0a704df8
Only clear hoverValue when picker is open
...
Fix #6364
2018-02-02 12:20:26 +08:00
Wei Zhu
ef55562deb
Attempt to fix #8885 again, add more tests ( #9164 )
2018-02-01 02:12:42 -06:00
Wei Zhu
bebed2c4ae
Allow function for preset range ( #9195 )
...
* Allow function for preset range
Close #8281
* Rename RangePickerRange to RangePickerPresetRange
2018-02-01 02:05:57 -06:00
Wei Zhu
842c7f21d9
Fix RangePicker input ( #9009 )
...
fix #6999
fix https://github.com/react-component/calendar/issues/286
2018-01-30 22:01:27 -06:00
Wei Zhu
3b931e97c4
Merge branch 'master' into feature-3.2
2018-01-31 10:08:23 +08:00
Wei Zhu
17e26ecb71
Revert "docs: fix DatePicker start end demo"
...
This reverts commit b9120980fb
.
2018-01-30 16:01:11 +08:00
Wei Zhu
b9120980fb
docs: fix DatePicker start end demo
...
Close #9163
2018-01-29 19:19:36 +08:00
Wei Zhu
fa14765695
Revert "Control Calendar value, fix #8885 ( #9141 )"
...
This reverts commit 98387ad819
.
2018-01-28 21:49:02 +08:00
nikogu
3ad71ea36a
Merge branch 'master' into feature-3.2
2018-01-27 22:30:34 +08:00
Wei Zhu
98387ad819
Control Calendar value, fix #8885 ( #9141 )
...
If not control Calendar value, the internal value of Calendar will keep a
different date than parent component.
2018-01-26 23:14:40 +08:00
Wei Zhu
5afb1a28b6
Merge branch 'master' into feature-3.2
2018-01-26 17:14:44 +08:00
niko
f2ba99978d
upgrade snapshots ( #9127 )
2018-01-25 18:24:59 +08:00
Wei Zhu
d47325bf51
Convert RangePicker showDate locale
...
Fix #8970
2018-01-25 18:00:07 +08:00
ahalimkara
937f249b38
Kurdish translation ( #9064 )
...
* Revert "Merge branch 'master' into feature-3.2"
This reverts commit b7901e541a
, reversing
changes made to 7a7933038c
.
* Revert "Revert "Merge branch 'master' into feature-3.2""
This reverts commit ebf5e4c4f0
.
* Kurdish translation
* Update jest snapshot for ku-iq
2018-01-24 21:40:29 +08:00
mgrdevport
cfdb1cab4b
Pass id prop to DatePicker input field ( #8598 )
2018-01-24 10:48:34 +08:00
Wei Zhu
4332613633
Revert "Pass id prop to DatePicker input field ( #8598 )"
...
This reverts commit 38bf0be4ab
.
2018-01-24 10:48:03 +08:00
mgrdevport
38bf0be4ab
Pass id prop to DatePicker input field ( #8598 )
2018-01-23 20:45:46 -06:00
Wei Zhu
6ea33da9f8
Don't use ISO week ( #9025 )
...
https://en.wikipedia.org/wiki/ISO_week_date
fix #9021
2018-01-21 01:05:19 +08:00
Wei Zhu
a8a4152c65
Clear RangePicker hover value after panel close ( #9029 )
...
Fix #8839
2018-01-21 01:03:51 +08:00
Wei Zhu
0bb531aca6
Refactor DatePicker types
2018-01-19 19:07:18 +08:00
Wei Zhu
46b45acb12
Remove babel-plugin-add-module-exports ( #8888 )
2018-01-13 05:11:53 -06:00
lizhen
a6d545f9fa
issue #8608
...
use moment to prevent some problem
2018-01-08 20:51:59 +08:00
ascoders
9bf76ff76a
fix: add props define - onPanelChange in DatePicker.RangePicker
2018-01-08 16:43:14 +08:00
ziyi.hzy
3ce9188056
fix: add props define - mode in DatePicker.RangePicker
2018-01-08 16:31:50 +08:00
Wei Zhu
999d6184ad
docs: Sort api table
2017-12-29 20:22:58 +08:00
Wei Zhu
974809e6f2
export RangePickerValue
2017-12-21 17:50:12 +08:00
Wei Zhu
e22fbe70e5
Add RangePickerState interface
2017-12-21 17:06:59 +08:00
afc163
a03ff5d574
Fix test case
2017-12-19 16:32:20 +08:00
afc163
80686df38e
update snapshot
2017-12-18 09:48:43 +08:00
afc163
0ecb6ad45f
Fix prop locale not working in DatePicker/RangePicker
...
close #8635
2017-12-17 17:11:54 +08:00
afc163
7a98f6236f
Fix ts error
2017-12-16 21:10:15 +08:00
afc163
d6e429cd70
Tweak RangePicker align
2017-12-12 10:14:38 +08:00
Kamron Batman
3eb91cef47
docs: update start-end.md ( #8462 )
...
Fixes english and spelling in start-end.md.
2017-12-06 09:35:34 +08:00
Wei Zhu
e613dc9050
Remove debug flag
2017-12-01 19:29:51 +08:00
Wei Zhu
d2dc88c470
Add focus() and blur() document
...
Close #3790
2017-12-01 19:28:41 +08:00
Flynn
071149cfbb
feature:add onCalendarChange for RangePicker ( #8355 )
...
* feature:add onCalendarChange for RangePicker
The event trigger when start time or end time is changing, which is useful for districting range user can select.
* Update index.zh-CN.md
update doc
* Update index.zh-CN.md
* Update index.zh-CN.md
2017-12-01 10:50:25 +08:00
Wei Zhu
b44a0c93cd
Add focus() blur() and autoFocus to DatePicker ( #8345 )
2017-11-30 09:54:31 +08:00
Wei Zhu
4aeb811b72
Remove deprecations ( #8351 )
2017-11-30 09:53:32 +08:00
niko
be1cbd4eae
upgrade rc-calendar dependency to 9.3.0 ( #8353 )
2017-11-29 11:23:15 +08:00
Wei Zhu
9fd3588ac4
Fix implicit any error for DatePicker
2017-11-21 21:09:24 +08:00
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
2017-11-17 14:38:54 +08:00
Oleksandr Kovalchuk
fce6862696
Feature: uk_UA locale ( #8169 )
...
* Add uk-UA localization
Ukrainian localization for the following components:
- locale-provider
- DatePicker
- TimePicker
- Calendar
* Add uk_UA locale to test suite
* Add uk_UA locale to tests snapshot
Tests on CI are failing because there are no snapshot for uk_UA locale.
Generate a snapshot with `npm test -u` command and add it to the test
suite.
2017-11-14 16:10:54 +08:00
Wei Zhu
55c85f77a1
Update dependendies ( #8150 )
...
* deps: upgrade rc-menu, and close : #2837
* test: update snapshots
* Update rc-calendar
* Update rc-cascader
* Update rc-dialog
* Update dropdown
* Update rc-select@7.1.0
* Update rc-slider
* Update rc-time-picker
* Update rc-tooltip
* Update rc-tree-select
* Mock rc-trigger and Portal
* Fix animation warning when inlineCollapsed changes
* fix: should use SubMenu[popupClassName]
* Fix typescript error
* Fix lint
* fix: style for menu
* Mock rc-trigger for React 15
* Remvoe allow_failures
2017-11-11 00:07:03 +08:00
Wei Zhu
bbb1a3a828
Merge branch 'master' into antd-3.0
2017-10-25 10:27:38 +08:00