Skip to content

Releases: Hacker0x01/react-datepicker

2.8.0

29 Aug 09:04
Compare
Choose a tag to compare
  • Incorrect dateFormatdefaults
  • Fix adding range-start and range-end class in month range
  • Fix/intl date parsing p+ tokens
  • Vertically center the 'close icon' again
  • Fix not working max and min date when change it manually
  • Add range-start and range-end class in month range
  • Format time select based on locale

2.7.0

29 Aug 09:05
Compare
Choose a tag to compare
  • Fixed month aria-label date format
  • Localization integration with the correct module
  • Month picker minDate disabled state
  • Fix manual changing time

2.6.0

30 May 08:14
Compare
Choose a tag to compare
  • [Fixes SRR (window is not defined)] Correctly validates if window object exists
  • Fix the time container whitespace issue
  • Fixed type for example 'onBlur callbacks in console'
  • refactor date_range example
  • No multiline statements in cells
  • Package upgrades

2.5.0

30 May 08:14
Compare
Choose a tag to compare
  • Drastically decrease size of the bundles

2.4.0

30 May 08:15
Compare
Choose a tag to compare
  • fix(minDate,maxDate): Fixing minDate/maxDate to allow one or the other
  • removing dateform parameter from getMonthShortInLocale that was never sent
  • Range month year picker
  • Fix for Issue #1670

2.3.0

25 Mar 12:26
Compare
Choose a tag to compare
  • Month year picker
  • Fix minify error in unpkg bundle
  • Fix render-custom-day

2.2.0

15 Mar 09:46
Compare
Choose a tag to compare
  • Locales without globals
  • Make date parsing conform strictly to the date format
  • Add time input variation
  • Exposing onDayMouseEnter and onMonthMouseLeave callback

2.1.0

15 Mar 09:46
Compare
Choose a tag to compare
  • Fix: onBlur firing twice, one without an event
  • Remove hardcoded popper placement and get them from popper library
  • Remove duplicate declaration of defaultprops in calendar component
  • Fix issue #1337
  • date-fns compatibility update for weekday formatting
  • catch range errors when dates are invalid and instead return boolean
  • Update locale example, clearify date-fns version
  • Updating main field in package.json and fixing january test

2.0.0

17 Nov 13:02
Compare
Choose a tag to compare
  • Removed Moment.js in favor of native Date objects
  • Added setOpen as prop to week select function
  • Upgrade test runner to use Firefox Headless
  • Switch to newer Codecov package

1.8.0

03 Nov 11:27
Compare
Choose a tag to compare
  • Fix blur events
  • Add verification to time picker when shouldCloseOnSelect is false
  • Added renderDayContents prop for custom day contents/day formatting
  • Allow passing popperProps
  • Add error emitter for user input errors
  • remove extra div
  • More convenient examples navigation