react-nice-dates

A responsive, touch-friendly, and modular date picker library for React.

MIT License

Downloads
26.6K
Stars
1.1K
Committers
9

Bot releases are hidden (Show)

react-nice-dates - Latest Release

Published by hernansartorio over 3 years ago

  • Fix flaky test 3cc9f89
  • Remove trailing comma 53f14ab
  • Bump elliptic from 6.5.3 to 6.5.4 (#59) e5d503c
  • Bump http-proxy from 1.18.0 to 1.18.1 (#49) 01ebd0d
  • Add extra current.contains check to useOutsideClickHandler (#54) f0a824e
  • Add touchDragEnabled property to support disabling touch drag. (#57) 3fe7930

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.7...v3.1.0

react-nice-dates -

Published by hernansartorio about 4 years ago

  • Revert "Convert start/finish focus const to enum for TS (#46)" (#47) ede4fd7

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.6...v3.0.7

react-nice-dates -

Published by hernansartorio about 4 years ago

  • Merge pull request #39 from hernansartorio/dependabot/npm_and_yarn/lodash-4.17.19 999c509
  • Merge pull request #41 from hernansartorio/dependabot/npm_and_yarn/elliptic-6.5.3 1d7345a
  • Merge pull request #45 from mariczne/standalone-month-localizer 5f7adb5
  • Use abbreviated month name instead of a substring 5bdfcdc
  • Use stand-alone month name localizer 0ac76dc
  • Bump elliptic from 6.5.2 to 6.5.3 adc1750
  • Bump lodash from 4.17.15 to 4.17.19 41a51f7

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.5...v3.0.6

react-nice-dates -

Published by hernansartorio about 4 years ago

  • Convert start/finish focus const to enum for TS (#46) 16d249b
  • Exports types useDateInput (#44) 554ba70

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.4...v3.0.5

react-nice-dates -

Published by hernansartorio over 4 years ago

  • Merge pull request #32 from sylcastaing/typescript-types c981ef7
  • Externalize modifiers types 505ee8c
  • Improve typescript support d2c507d

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.3...v3.0.4

react-nice-dates -

Published by hernansartorio over 4 years ago

  • Update dependencies 6809644
  • Add default minimum/maximum length props on DateRangePicker c49a69c

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.2...v3.0.3

react-nice-dates -

Published by hernansartorio over 4 years ago

  • Fix bug when dates in range have a time set 8fc6a77

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.1...v3.0.2

react-nice-dates -

Published by hernansartorio over 4 years ago

Forgot to run yarn build for the previous release. Added a task to automate it.

  • Add release task 9bafc46

https://github.com/hernansartorio/react-nice-dates/compare/v3.0.0...v3.0.1

react-nice-dates -

Published by hernansartorio over 4 years ago

  • Merge pull request #29 from hernansartorio/min-max ccca2b2
  • Add minimumLength and maximumLength props to date range picker f9cc320
  • Fix input not updating the value when blurred and the date doesn’t change dc2e010
  • Improve outside click handling ef818fb

https://github.com/hernansartorio/react-nice-dates/compare/v2.1.0...v3.0.0

react-nice-dates -

Published by hernansartorio over 4 years ago

Adds basic support for time-picking.

  • Maintain selected dates’ time when they change 3f920c7

https://github.com/hernansartorio/react-nice-dates/compare/v2.0.2...v2.1.0

react-nice-dates -

Published by hernansartorio over 4 years ago

react-nice-dates -

Published by hernansartorio over 4 years ago

react-nice-dates -

Published by hernansartorio over 4 years ago

Includes breaking changes for the useDateInput hook.

  • Merge pull request #18 from hernansartorio/fix-input-value-updating 9879bd0
  • Make default placeholder lowercase 3d44c70
  • Automatically update the input’s value when the selected date changes be86de7
  • Only display passed selected dates if they are within the minimum and maximum dates a574c98

https://github.com/hernansartorio/react-nice-dates/compare/v1.0.3...v2.0.0