Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix react error about refs | Andreas Fehn | 2017-02-04 | 1 | -2/+3 |
* | Merge pull request #26 from mdedetrich/addLicense | 偏右 | 2017-01-10 | 1 | -0/+9 |
|\ | |||||
| * | Added LICENSE.md | Matthew de Detrich | 2016-12-21 | 1 | -0/+9 |
|/ | |||||
* | fix panel className | afc163 | 2016-11-11 | 2 | -3/+3 |
* | bump 2.2.02.2.0 | afc163 | 2016-11-11 | 2 | -2/+7 |
* | Merge pull request #25 from react-component/feat-show-minute | 偏右 | 2016-11-11 | 6 | -13/+47 |
|\ | |||||
| * | Add showMinute | afc163 | 2016-11-11 | 6 | -11/+45 |
| * | update props order | afc163 | 2016-11-11 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:react-component/time-picker | afc163 | 2016-11-11 | 27 | -656/+586 |
|\ | |||||
| * | add addon prop2.1.0 | yiminghe | 2016-10-25 | 3 | -9/+16 |
| * | Merge pull request #24 from artemv/addon | yiminghe | 2016-10-25 | 3 | -1/+13 |
| |\ | |||||
| | * | feat: 'addon' property support | Artem Vasiliev | 2016-10-20 | 3 | -1/+13 |
| |/ | |||||
| * | bump2.0.2 | yiminghe | 2016-09-26 | 2 | -2/+2 |
| * | Merge pull request #22 from react-component/chore-classname | yiminghe | 2016-09-26 | 1 | -2/+4 |
| |\ | |||||
| | * | chore: add className for Panel | Benjy Cui | 2016-09-26 | 1 | -2/+4 |
| |/ | |||||
| * | add default2.0.1 | yiminghe | 2016-09-24 | 2 | -1/+4 |
| * | 2.x :boom:2.0.0 | yiminghe | 2016-08-04 | 27 | -654/+559 |
| * | bump1.1.6 | yiminghe | 2016-07-13 | 1 | -1/+1 |
| * | add default prefixCls for panel | yiminghe | 2016-07-13 | 3 | -1/+2 |
* | | Fix list null error (ant-design/ant-design#3793) | afc163 | 2016-11-11 | 1 | -0/+3 |
|/ | |||||
* | select all when picker is opened1.1.5 | afc163 | 2016-06-20 | 2 | -2/+2 |
* | fix 0.15 warning1.1.4 | yiminghe | 2016-03-31 | 3 | -20/+27 |
* | update locale1.1.3 | yiminghe | 2016-02-22 | 1 | -1/+1 |
* | Merge pull request #11 from plandem/master | yiminghe | 2016-02-22 | 1 | -0/+8 |
|\ | |||||
| * | ru locale | plandem | 2016-02-21 | 1 | -0/+8 |
|/ | |||||
* | lint | yiminghe | 2016-02-02 | 1 | -7/+7 |
* | keep date stable1.1.1 | yiminghe | 2016-02-02 | 2 | -2/+7 |
* | remove gregorianCalendarLocale1.1.0 | yiminghe | 2016-01-14 | 10 | -25/+24 |
* | release 1.0.01.0.0 | yiminghe | 2015-12-21 | 4 | -2/+8 |
* | fix scroll anim | yiminghe | 2015-12-21 | 2 | -3/+5 |
* | fixed bugs when value empty. | MG12 | 2015-12-16 | 4 | -5/+12 |
* | update version to fix alpha7 | MG12 | 2015-12-16 | 1 | -1/+1 |
* | Merge pull request #10 from react-component/1.0.0-alpha7 | MG12 | 2015-12-16 | 16 | -74/+498 |
|\ | |||||
| * | update readme document | MG12 | 2015-12-16 | 1 | -3/+3 |
| * | update disabled options | MG12 | 2015-12-14 | 8 | -75/+174 |
| * | update test case and fix bugs | MG12 | 2015-12-13 | 10 | -28/+270 |
| * | add new options about disabled time | MG12 | 2015-12-12 | 10 | -57/+140 |
|/ | |||||
* | select input value range when enter different select panel | afc163 | 2015-12-12 | 5 | -6/+65 |
* | bump 1.0.0-alpha61.0.0-alpha6 | afc163 | 2015-12-11 | 1 | -1/+1 |
* | fix relative scrollTop, #9 | afc163 | 2015-12-11 | 1 | -1/+1 |
* | Fix chrome weird render bug, close #9 | afc163 | 2015-12-11 | 2 | -2/+3 |
* | default select value at first position1.0.0-alpha5 | afc163 | 2015-12-08 | 2 | -2/+2 |
* | fix test case | afc163 | 2015-12-08 | 2 | -0/+33 |
* | fix className typo1.0.0-alpha4 | afc163 | 2015-12-08 | 2 | -2/+2 |
* | Add className prop1.0.0-alpha3 | afc163 | 2015-12-08 | 4 | -4/+7 |
* | Add demo | afc163 | 2015-12-08 | 2 | -0/+47 |
* | bump1.0.0-alpha2 | yiminghe | 2015-12-05 | 2 | -2/+2 |
* | lint | yiminghe | 2015-12-05 | 7 | -200/+210 |
* | Merge pull request #7 from react-component/add-test-cases | MG12 | 2015-12-04 | 9 | -5/+618 |
|\ | |||||
| * | add header and select test case | MG12 | 2015-12-04 | 5 | -45/+508 |