Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update props order | afc163 | 2016-11-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:react-component/time-picker | afc163 | 2016-11-11 | 13 | -366/+278 |
|\ | |||||
| * | add addon prop2.1.0 | yiminghe | 2016-10-25 | 1 | -8/+10 |
| | | |||||
| * | feat: 'addon' property support | Artem Vasiliev | 2016-10-20 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ..to be able to render something like OK button to timepicker: ``` <TimePicker allowEmpty={false} addon={panel => { return ( <div className="row"> <a role="button" className="btn btn-sm btn-default" onClick={() => panel.close()}> {__('OK')} </a> </div> ) }} /> ``` | ||||
| * | bump2.0.2 | yiminghe | 2016-09-26 | 1 | -1/+1 |
| | | |||||
| * | chore: add className for Panel | Benjy Cui | 2016-09-26 | 1 | -2/+4 |
| | | |||||
| * | add default2.0.1 | yiminghe | 2016-09-24 | 1 | -0/+3 |
| | | |||||
| * | 2.x :boom:2.0.0 | yiminghe | 2016-08-04 | 13 | -364/+257 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | |||||
* | fix 0.15 warning1.1.4 | yiminghe | 2016-03-31 | 2 | -19/+26 |
| | |||||
* | ru locale | plandem | 2016-02-21 | 1 | -0/+8 |
| | |||||
* | keep date stable1.1.1 | yiminghe | 2016-02-02 | 1 | -1/+6 |
| | |||||
* | remove gregorianCalendarLocale1.1.0 | yiminghe | 2016-01-14 | 3 | -14/+8 |
| | |||||
* | fix scroll anim | yiminghe | 2015-12-21 | 1 | -2/+4 |
| | |||||
* | fixed bugs when value empty. | MG12 | 2015-12-16 | 2 | -4/+6 |
| | |||||
* | update disabled options | MG12 | 2015-12-14 | 4 | -30/+38 |
| | |||||
* | update test case and fix bugs | MG12 | 2015-12-13 | 3 | -5/+5 |
| | |||||
* | add new options about disabled time | MG12 | 2015-12-12 | 5 | -30/+83 |
| | |||||
* | select input value range when enter different select panel | afc163 | 2015-12-12 | 5 | -6/+65 |
| | |||||
* | fix relative scrollTop, #9 | afc163 | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | default select value at first position1.0.0-alpha5 | afc163 | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | fix className typo1.0.0-alpha4 | afc163 | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Add className prop1.0.0-alpha3 | afc163 | 2015-12-08 | 1 | -2/+4 |
| | |||||
* | add header and select test case | MG12 | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | SCRIPT5028: Function.prototype.apply: 缺少 Array 或 arguments 对象 | iceman1212 | 2015-12-03 | 1 | -3/+5 |
| | | | SCRIPT5028: Function.prototype.apply: 缺少 Array 或 arguments 对象 | ||||
* | replace setTimeout with requestAnimationFrame | afc163 | 2015-11-29 | 1 | -2/+6 |
| | |||||
* | show scrollbar when hover | afc163 | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | scroll without a scroll bar | afc163 | 2015-11-28 | 1 | -1/+1 |
| | | | | http://stackoverflow.com/questions/25095539/allow-scroll-but-hide-scrollbar | ||||
* | faster scroll | afc163 | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | Change current select item to second place | afc163 | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | add gregorianCalendarLocale prop1.0.0-alpha1 | yiminghe | 2015-11-27 | 6 | -124/+176 |
| | |||||
* | change value to null when clear input content to remove the react warning. | MG12 | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | change the className of panel and its container. | MG12 | 2015-11-20 | 2 | -2/+2 |
| | |||||
* | fix value0.6.0 | yiminghe | 2015-11-19 | 2 | -26/+43 |
| | |||||
* | use another method to change time and fix the bug about value.getTime() | MG12 | 2015-11-19 | 2 | -16/+15 |
| | |||||
* | update placement handle0.5.60.5.5 | MG12 | 2015-11-19 | 2 | -6/+9 |
| | |||||
* | change the className of select panel container0.5.40.5.30.5.2 | MG12 | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | clear input content and close select panel when click [x] on select panel0.5.10.5.0 | MG12 | 2015-11-19 | 4 | -31/+15 |
| | |||||
* | clear input content when click [x] on select panel | MG12 | 2015-11-18 | 1 | -1/+0 |
| | |||||
* | fix bug0.4.0 | MG12 | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | fix bugs0.3.3 | MG12 | 2015-11-17 | 1 | -2/+4 |
| | |||||
* | remove TimePanel and merge it to TimePicker0.3.20.3.10.3.0 | MG12 | 2015-11-17 | 2 | -21/+45 |
| | |||||
* | remove toggle feature because rc-trigger included; update example and document0.2.0 | MG12 | 2015-11-16 | 5 | -36/+8 |
| | |||||
* | release 0.1.0 | 崖鹰 | 2015-11-13 | 10 | -0/+708 |