orzyyyy
63b33d4020
fix: unexpected changes of snapshots
2019-08-06 15:36:12 +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
Yann Normand
e26c5133a5
fix DatePicker to support an array of formats ( #15116 )
...
ref #13148
2019-03-01 13:50:28 +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
zombieJ
fb6a493f11
support name prop ( #15029 )
2019-02-25 11:28:31 +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
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
陈帅
df356a586c
Merge branch 'master' into feature
2018-12-07 18:52:13 +08:00
afc163
d81364c7a9
🐛 Should focus date picker after select date value
...
close #12475
revert e5cfef5
to fix #7443 again
also fix #13424
2018-12-06 17:37:52 +08:00
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
...
Basic support prefixCls.
2018-12-05 19:12:18 +08:00
arifemrecelik
f11a4c1b3c
tabIndex prop added to DatePicker
2018-11-23 16:41:28 +08:00
afc163
c7b9eee709
⚡ improve getDerivedStateFromProps return value
2018-11-13 18:03:57 +08:00
zombiej
69a2a92864
adjust datepick reset logic
2018-11-04 14:54:06 +08:00
zombiej
81a7d11ba3
reset showDate when picker is closed
...
fix #12929
2018-11-03 23:19:33 +08:00
zombiej
e5cfef565b
fix #12475 . Picker should get focus after selection.
2018-10-09 17:44:22 +08:00
HeskeyBaozi
2b7bd92cf6
datepicker: suffix -> suffixIcon
2018-09-21 13:40:27 +08:00
HeskeyBaozi
160d34aeba
add suffix icon to date-picker
2018-09-21 13:40:27 +08:00
zombiej
0ea5d6af70
adjust time picker default width since font number to be laregr
2018-09-06 19:16:37 +08:00
HeskeyBaozi
c7069b27fe
fix icon theme code style
2018-09-02 20:59:37 +08:00
HeskeyBaozi
3de0acabd1
use rc-calendar@~9.7.0
2018-09-02 20:59:37 +08:00
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
2018-08-24 18:36:08 +08:00
HeskeyBaozi
6c42d711e8
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-07-31 15:36:23 +08:00
afc163
636c343b16
Merge branch 'master' into feature-3.8.0
2018-07-29 15:06:36 +08:00
Eden Wang
6804094fa2
export mouse enter and mouse leave event for datepicker
2018-07-29 12:41:46 +08:00
Wei Zhu
b9992f4a08
fix: DatePicker can not change year/month when under control
...
React 16.4 call getDerivedStateFromProps on every render
close #11447
close #11440
close #11439
close #11416
close #11405
2018-07-25 15:42:48 +08:00
HeskeyBaozi
768af40c4c
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
# components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
# components/drawer/index.tsx
2018-07-25 12:03:00 +08:00
HeskeyBaozi
ca644505be
replace date-picker font icon
2018-07-23 12:06:38 +08:00
Amumu
f728fbe5ab
getDerivedStateFromProp return null if not change
...
A valid state object (or null) must be returned. You have returned undefined.
2018-07-22 11:59:40 +08:00
रोहन मल्होत्रा
12b99970f3
Migrated to new lifecycle method for datepiceker ( #10309 )
...
…picker
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
no
**elif** *isNewFeature* **:**
#9792
2018-07-19 11:26:47 +08:00
Matt Lein
e63f9d4beb
Pass data and aria props to the date picker input.
...
Pass data and aria props to the alert div.
add wrapProps to ModalProps
2018-06-25 16:53:04 +08:00
Wei Zhu
fe4d294c64
Fix moment require ( #9528 )
...
Fix #9502
2018-03-09 15:04:21 +08:00
Wei Zhu
49c2a6220b
Merge branch 'feature-3.2'
2018-02-04 17:24:16 +08:00
Wei Zhu
ef55562deb
Attempt to fix #8885 again, add more tests ( #9164 )
2018-02-01 02:12:42 -06:00
Wei Zhu
3b931e97c4
Merge branch 'master' into feature-3.2
2018-01-31 10:08:23 +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
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
b44a0c93cd
Add focus() blur() and autoFocus to DatePicker ( #8345 )
2017-11-30 09:54:31 +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
Benjy Cui
7ea572bfc8
refactor: extract common locale logic ( #7915 )
2017-10-20 14:54:38 +08:00
偏右
2bced36f0c
New component styles ( #7731 )
...
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
2017-09-27 22:32:49 +08:00
Henri Normak
36a54a8a8c
Expose renderDate function for DatePicker ( #7710 )
...
* Expose renderDate function for Calendar dates
* Use the original prop name
2017-09-25 22:10:26 +08:00
Benjy Cui
2620318172
feat: support controlled panels for DatePicker and RangePicker, close : #5190 ( #7049 )
2017-08-21 21:15:44 +08:00
Benjy Cui
119d498935
chore: replace http with https, close : #6893
2017-07-19 14:00:11 +08:00