All Versions
25
Latest Version
Avg Release Cycle
69 days
Latest Release
-

Changelog History
Page 3

  • v4.0.0 Changes

    • Requires React 16.
    • โšก๏ธ Flow types updated to the latest version (0.69)
    • ๐Ÿ›  Various bug-fixes.
  • v2.2.1 Changes

    • ๐Ÿ›  Fixed the many typos introduced by me in 2.2.0. Thanks to insin for the quick PR.
  • v2.2.0 Changes

    • ๐Ÿ”‹ FEATURE: New Props: minPeriod and maxPeriod to customize how often the Component updates.
  • v2.1.1 Changes

    • ๐Ÿ› BUG-FIX: Fixed an issue, where changing the date wouldn't correctly update the update timer.
  • v2.1.0 Changes

    • ๐Ÿ”‹ FEATURE: Added PropType validation. It will now print a warning if you fail to pass in a date, instead of failing silently.
    • ๐Ÿ› BUG-FIX: Pending Timeouts are cleared when the Component is unmounted
    • ๐Ÿ› BUG-FIX: When new Props are passed in, the component will update itself correctly. Now you can flip the live switch on and off.
    • ๐Ÿ”‹ FEATURE: The formatter function gets the original date as the fourth argument, for more custom date formats.