Skip to content

v7.0.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 12 Oct 06:57

See Upgrade guide from version 6.x to 7.x.

What's new?

  • Inputs now automatically select on focus.
  • Leading zeros are now wrapped in a <span /> element with react-date-picker__inputGroup__leadingZero class name for easier styling.
  • Internal changes in DateInput component that will allow for more refined styling of React-Date-Picker along with React-DateTime-Picker and React-DateRange-Picker.

What's changed?

  • Year input placeholder is now ---- instead of --.

Bug fixes

  • Fixed input height that could be off by 2 pixels on some devices.