v2.0.0
See Upgrade guide from version 1.x to 2.x.
What's new?
- Inputs now automatically select on focus (#32).
- Leading zeros are now wrapped in a
<span />
element withreact-datetime-picker__inputGroup__leadingZero
class name for easier styling. - Internal changes in
DateTimeInput
component that will allow for more refined styling of React-DateTime-Picker along with React-DateTimeRange-Picker.
Bug fixes
- Fixed input height that could be off by 2 pixels on some devices.