All Versions
58
Latest Version
Avg Release Cycle
71 days
Latest Release
-

Changelog History
Page 1

  • v3.1.0 Changes

    • โž• Adds support for React 17
  • v3.0.3 Changes

    September 21, 2020
    • Localize AM and PM strings
    • ๐Ÿ‘‰ Make calendar fluid width
    • ๐Ÿ›  Fixes findDOMNode deprecated warning in Strict Mode - Thanks @kkalve
    • Simplification of the base code - Thanks @onlined
  • v3.0.2 Changes

    September 20, 2020
    • ๐Ÿ›  Fixes typescript typings not being exposed publicly
  • v3.0.1 Changes

    September 19, 2020
    • ๐Ÿ”จ Big refactor, the state is not derived from the props after every update.
    • disableCloseOnClickOutside prop is now closeOnClickOutside (avoid double negations).
    • onBlur and onFocus are renamed to onClose and onOpen since they had nothing to do with the blur event and it was misleading some users. If we want to listen to the input's onBlur and onFocus use inputProps.
    • 0๏ธโƒฃ defaultValue prop is now called initialValue.
    • โšก๏ธ Updated typescript definitions.
    • โšก๏ธ Time is not updated anymore on right clicks.
    • Creates renderView prop to customize the whole calendar.
    • โšก๏ธ Creates updateOnView prop to decide when to update the date.
    • onViewModeChange prop renamed to onNavigate.
    • Creates onBeforeNavigate prop.
    • Creates setViewData and navigate methods.
    • ๐Ÿ›  Fixes error clicking on days from the previous or next month in the days view.
    • ๐Ÿ›  Fixes month, year and time views for locales that doesn't use gregorian numbers.
    • โž• Adds a playground to make simpler to try out the library by npm run playground.
    • ๐Ÿ— Not depending on gulp to create the build anymore
    • โšก๏ธ Updated most of the dependencies.
  • v3.0.0 Changes

    • ๐Ÿš€ This version was published by error and can't be overriden. The first release for v3 branch is 3.0.1
  • v3.0.0-beta.6

    January 22, 2020
  • v2.16.2 Changes

    October 22, 2018
    • Turns moment timezone peer dependency in a runtime error when missing using displayTimezone.
  • v2.16.1 Changes

    October 19, 2018
    • ๐Ÿ›  Fixes problems with input event overriding
  • v2.16.0 Changes

    October 18, 2018
    • The prop disableOnClickOutside has been renamed to disableCloseOnClickOutside
    • The calendar doesn't get closed an open when clicking in the input anymore.
    • ๐Ÿ›  Fixes errors not finding dates when customizing day rendering.
    • 0๏ธโƒฃ Event listeners in inputProps now only override default behaviour when returning false.
    • โž• Adds the displayTimeZone prop. Thanks to @martingordon
  • v2.15.0 Changes

    October 18, 2018
    • ๐Ÿ†• New onNavigateBack and onNavigateForward hooks thanks to @DaanDD and @simeg.
    • Touch improvements by @NicoDos
    • TS and debugging improvements