react-picky-date-time
Version:
A react component for date time picker.
42 lines (23 loc) • 544 B
Markdown
# 2.0.9
- Update package.json
# 2.0.8
- Update package.json
# 2.0.7
- Add tea.yaml
# 2.0.6
- Update README
# 2.0.5
- Potential Calendar bugfix
# 2.0.4
- Better TypeScript support (export interface ReactPickyDateTimeProps)
# 2.0.3
- Change animationInterval to 200 from 1000
# 2.0.2
- Support IE9+
# 2.0.1
- Fix markedDates not showing correctly bug
# 2.0.0
- Rewite with React Hooks
- Support TS
- Using https://gist.github.com/jakearchibald/cb03f15670817001b1157e62a076fe95 method to do the timer
- Not supporting IE anymore