All Versions
36
Latest Version
Avg Release Cycle
18 days
Latest Release
1153 days ago

Changelog History
Page 4

  • v2.4.0 Changes

    May 30, 2019
    • ๐Ÿ›  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
  • v2.3.0 Changes

    March 25, 2019
    • Month year picker
    • ๐Ÿ›  Fix minify error in unpkg bundle
    • ๐Ÿ›  Fix render-custom-day
  • v2.2.0 Changes

    March 15, 2019
    • Locales without globals
    • ๐Ÿ“œ Make date parsing conform strictly to the date format
    • โž• Add time input variation
    • ๐Ÿ‘€ Exposing onDayMouseEnter and onMonthMouseLeave callback
  • v2.1.0 Changes

    March 15, 2019
    • ๐Ÿ›  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
  • v2.0.0 Changes

    November 17, 2018
    • โœ‚ 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
  • v1.8.0 Changes

    November 03, 2018
    • ๐Ÿ›  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