react-time-picker

A time picker for your React app.

MIT License

Downloads
589.5K
Stars
332
Committers
6
react-time-picker -

Published by wojtekmaj over 6 years ago

Bug fixes

  • Fixed Clock widget opening for disabled time picker on Internet Explorer due to IE's non-standard behavior.
react-time-picker - v2.4.0

Published by wojtekmaj over 6 years ago

What's new?

  • React-Time-Picker is now fully compatible with React 17 (sic!). Minimum version requirement remained unchanged (#5).
react-time-picker -

Published by wojtekmaj over 6 years ago

Bug fixes

  • Fixed a configuration bug that could have caused React-Time-Picker to behave unexpectedly on React 15.x environments.
react-time-picker -

Published by wojtekmaj over 6 years ago

What's new?

  • You can use disabled prop to disable the time picker.

Bug fixes

  • Fixed TypeError: Object doesn't support property or method 'isNaN'. error that might have appeared on Internet Explorer 11 in some cases.
react-time-picker -

Published by wojtekmaj over 6 years ago

What's new?

  • Various performance and architecture optimizations.

Bug fixes

  • Fixed an edge case when rendering two time pickers in different locales would cause the second time picker to overwrite locale settings of the first one.
react-time-picker -

Published by wojtekmaj almost 7 years ago

What's new?

  • You can now set a custom name using name prop. Default name remains "time".

Bug fixes

  • Minor accessibility fix in Test suite.
react-time-picker -

Published by wojtekmaj almost 7 years ago

What's new?

  • Minutes and seconds smaller than 10 will now have leading zero rendered.
react-time-picker -

Published by wojtekmaj almost 7 years ago

What's new?

  • Compiled files are now placed in a standard ./dist category.
  • Improved input scaling when using non-standard font sizes.
  • Sample and Test suites are now using Parcel for bundling.
  • Updated development platform:
    • Updated Jest to version 22.
react-time-picker -

Published by wojtekmaj almost 7 years ago

React-Time-Picker is now on NPM and Yarn! 🎉

As React-Time-Picker name was previously used by another library, to avoid confusion, versioning had to be aligned with preexisting npm package.