afc163
afeda4fe70
demo: update presetted-ranges description
2018-08-04 12:04:07 +08:00
afc163
af03ae67f9
Fix TimePanel jump issue of hovering, close #11460
2018-07-29 15:03:35 +08:00
afc163
af4ed3988a
chore DatePicker and TimePicker font style
2018-07-29 15:02:34 +08:00
Ilan Hasanov
86398d910a
💬 misc typos and blank spaces fixes
2018-07-29 01:15:02 +08:00
Wei Zhu
9f76f1c276
chore: add tests for b9992f4
2018-07-25 16:31:18 +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
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
baozefeng
825d770254
bugfix: Chinese doc website date-picker demo link go to English website
2018-07-18 20:07:22 +08:00
付引
31b2517261
mport -> import
2018-07-15 12:54:23 +08:00
afc163
8eb8c686ce
Merge branch 'master' into feature-3.7.0
2018-07-11 22:21:01 +08:00
afc163
00afce3a4b
Improve design of RangePicker presets link
2018-07-11 20:09:58 +08:00
Wei Zhu
4b045fc43f
Revert "docs: update moment locale usage"
...
This reverts commit 89228118af
.
The original purpose to import locale from src is that some projects
adding `jsnext:main` to the `resolve.mainFields` config of webpack which leads
webpack load moment from `src/moment.js`. But import from `locale`
should works for most projects.
2018-07-11 15:17:15 +08:00
afc163
0c4d356e54
Merge branch 'master' into feature-3.7.0
2018-07-03 19:54:48 +08:00
afc163
60ebb434c1
Fix form controls align issue in IE11
...
close #9827
close #11133
2018-07-03 14:04:46 +08:00
愚道
004561ba1f
fix style in range select
2018-07-02 19:51:58 +08:00
愚道
450a3142ee
fix: fix datepicker selected item style, close #9529
2018-07-02 19:51:58 +08:00
zombiej
11dba9c305
update snapshot
2018-06-28 17:12:16 +08:00
afc163
56020cda39
Merge branch 'master' into feature-3.7.0
2018-06-27 16:14:14 +08:00
afc163
009ed08580
upgrade eslint-config-airbnb
2018-06-27 16:09:58 +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
aa580beb8b
docs: sort api table
2018-06-24 17:09:18 +08:00
afc163
9f16d066af
Fix lint problems from eslint-config-airbnb@17
2018-06-22 21:05:13 +08:00
afc163
7fc1483fe1
Fix style of RangePicker with preset ranges, close #10986
2018-06-22 12:13:25 +08:00
Wei Zhu
89228118af
docs: update moment locale usage
2018-06-08 12:22:22 +08:00
afc163
cbff10db15
test: update snapshots
2018-05-25 14:25:26 +08:00
sosohime
d4ed303bcd
doc: Update DatePicker document about locale ( #10598 )
2018-05-21 21:51:39 +08:00
afc163
7f8f89cbff
doc: Add mode and onPanelChange in API document, close #9785
2018-04-27 20:17:39 +08:00
Jin ZHANG
f3f3c63c30
fix class for week date render ( #10081 )
2018-04-17 13:50:27 +08:00
zombiej
c5f84c7902
clean up
2018-03-29 18:03:14 +08:00
zombiej
52f0ac10a4
Revert "Fix WeekPick style prop, close #9848 "
...
This reverts commit c526e175c7
.
2018-03-29 17:53:54 +08:00
afc163
c526e175c7
Fix WeekPick style prop, close #9848
2018-03-29 11:26:38 +08:00
gregahren
b6ce947894
Slovenian locale added (sl_SI) ( #9724 )
...
* Add sl_SI locale (Slovenian)
* fix lint issues
snapshot tests
* add description
* bump rc pagination to 1.16.1 which includes sl_SI(Slovenian) locale
then include it
2018-03-26 11:44:27 +08:00
Wei Zhu
edbbaac5f9
Fix date mocking
...
new Date returns a UTC time in node
Close #9743
2018-03-21 12:27:41 +08:00
Wei Zhu
62c9dee43e
Remove timezone from mock date
2018-03-12 11:22:59 +08:00
zhuyue
ed70ba694e
Merge branch 'feature-3.3.0'
2018-03-11 14:50:25 +08:00
诸岳
398788b2c9
Fix: import correct locale file from rc-calendar, close #9373 ( #9613 )
...
* fix: import correct locale file from rc-calendar, close #9373
* Update snapshot
2018-03-11 00:11:21 +08:00
Wei Zhu
fe4d294c64
Fix moment require ( #9528 )
...
Fix #9502
2018-03-09 15:04:21 +08:00
Pierre
1259d703c7
Fix typo WeexPickerProps -> WeekPickerProps ( #9564 )
2018-03-07 23:56:24 +08:00
愚道
59b7195c06
Merge branch 'master' into feature-3.3.0
2018-03-07 14:17:43 +08:00
Wei Zhu
1b3118e1dc
Use week year
...
Fix #9463
2018-03-01 17:24:06 +08:00
afc163
e8fa1f168b
Merge branch 'master' into feature-3.3.0
2018-02-11 11:51:05 +08:00
诸岳
240289ed73
Remove TimePicker wrong line-height style, close #9292 ( #9317 )
2018-02-09 11:36:43 +08:00
jim
50863acb1b
datePicker add dropdownClassName prop fix #7211
2018-02-09 11:35:13 +08:00
Wei Zhu
e992682aa8
Ignore invalid end date
...
Fix #9267
2018-02-07 14:23:17 +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