Skip to content

Releases: hernansartorio/react-nice-dates

v3.1.0

09 Mar 00:18
Compare
Choose a tag to compare
  • 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

v3.0.7...v3.1.0

v3.0.7

24 Aug 17:35
Compare
Choose a tag to compare
  • Revert "Convert start/finish focus const to enum for TS (#46)" (#47) ede4fd7

v3.0.6...v3.0.7

v3.0.6

22 Aug 17:34
Compare
Choose a tag to compare
  • 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

v3.0.5...v3.0.6

v3.0.5

22 Aug 17:26
Compare
Choose a tag to compare
  • Convert start/finish focus const to enum for TS (#46) 16d249b
  • Exports types useDateInput (#44) 554ba70

v3.0.4...v3.0.5

v3.0.4

31 May 17:35
Compare
Choose a tag to compare
  • Merge pull request #32 from sylcastaing/typescript-types c981ef7
  • Externalize modifiers types 505ee8c
  • Improve typescript support d2c507d

v3.0.3...v3.0.4

v3.0.3

09 May 00:58
Compare
Choose a tag to compare
  • Update dependencies 6809644
  • Add default minimum/maximum length props on DateRangePicker c49a69c

v3.0.2...v3.0.3

v3.0.2

09 May 00:27
Compare
Choose a tag to compare
  • Fix bug when dates in range have a time set 8fc6a77

v3.0.1...v3.0.2

v3.0.1

08 May 23:58
Compare
Choose a tag to compare

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

v3.0.0...v3.0.1

v3.0.0

08 May 23:36
Compare
Choose a tag to compare
  • 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

v2.1.0...v3.0.0

v2.1.0

07 May 17:55
Compare
Choose a tag to compare

Adds basic support for time-picking.

  • Maintain selected dates’ time when they change 3f920c7

v2.0.2...v2.1.0