- Fix React lifecycle wanring. #163
- Improve accessibility. #153
- Refacotr dom structure.
- Add
popupStyle - Add
onAmPmChange - Add Typescript definition
- Add
inputIcon
- Add
inputReadOnly
- Add
blur()andautoFocus.
- Upgrade to
rc-trigger@2.x.
- Support React 16.
- Add
onKeydown. - Add
focusOnOpen. - Add
hourStepminuteStepsecondStep. - Fix disabled style.
- Use
this.xxxto replacethis.refs.xxx.
Add popupClassName prop.
Add use12Hours prop.
Add showMinute prop.
Add addon prop.
goodbye gregorian-calendar, hello moment
remove gregorianCalendarLocale prop, move to locale.calendar
release!
fixed update bugs when value empty.
new add options disabledHours, disabledMinutes, disabledSeconds and hideDisabledOptions.
remove remove options hourOptions, minuteOptions and secondOptions.
fixed IE8 compatible.
new add test users.
fixed change value to null when clear input content to remove the react warning.
update change the className of panel and its container.
fixed use another method to change time and fix the bug about value.getTime().
update change value prop to defaultValue.
update renew placements config.
update change the className of select panel container.
update clear input content and close select panel when click [x] on select panel.
new can custom input className now.
update clear input content when click [x] on select panel.
fixed fix some bugs.
update remove TimePanel and merge it to TimePicker.
update rename the component, update document.