All Versions
14
Latest Version
Avg Release Cycle
39 days
Latest Release
1235 days ago

Changelog History
Page 1

  • v8.0.5 Changes

    November 30, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed crash in SSR environment (#323).
  • v8.0.4 Changes

    November 30, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed text keyboard shown on iOS
    • ๐Ÿ›  Fixed focus/select loop when iOS Safari autofill is triggered
  • v8.0.3 Changes

    September 15, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed workspaces warning when installing React-Date-Picker using yarn (#305).
  • v8.0.2 Changes

    September 11, 2020

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed Buddhist year not properly recognized in formatted date, thus displaying static "2560" text (#294, #302).
    • ๐Ÿ›  Fixed native input min set to year 1821 (instead of 1) and max to 5760 (instead of 275760) (#297, #303).
  • v8.0.1 Changes

    April 06, 2020

    ๐Ÿ› Bug fixes

    • Disallow non-numeric characters from being entered in number field (#252).
    • ๐Ÿ›  Fixed TypeScript type definitions missing React-Calendar-specific properties (#254). Thanks, @thornyweb!
  • v8.0.0 Changes

    March 30, 2020

    ๐Ÿฑ โ—๏ธ = breaking change

    What's new?

    • ๐Ÿš€ Updated React-Calendar to v3.0.0 (#238). This will reduce your bundle size and allow access to new exciting functions.
    • โž• Added closeCalendar prop which, when set to false, will overwrite default behavior of Calendar closing on value selection.
    • โž• Added support for handling dates in year < 1000 (#240).

    What's changed?

    • ๐Ÿฑ โ—๏ธ React-Date-Picker no longer supports React versions lower than 16.3 (#182).
    • โšก๏ธ Typings were updated to add missing props (#223, #227). Thanks, @ismaeliberal!

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed native form validation triggered on input.
  • v7.11.1

    March 30, 2020
  • v7.11.0

    March 30, 2020
  • v7.10.0 Changes

    January 02, 2020

    What's new?

    • You can no longer enter numbers longer than maximum number (e.g. if maximum year is 2019, you can't enter 12345) (#187).

    What's changed?

    • 0๏ธโƒฃ Default styling was slightly changed to prevent React-Date-Picker from shrinking too much & to expand it correctly when width CSS is applied to .react-date-picker.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix focus not jumping to the next field if e.g. "01" was entered in day field (#219).
  • v7.9.0 Changes

    November 28, 2019

    What's new?

    • โž• Added support for autoFocus prop. More details in README (#208).

    What's changed?

    • โœ‚ Remove role="presentation" from DateInput which may have caused accessibility issues. Thanks, @emilyuhde!
    • React-Date-Picker no longer relies on React-Calendar with date calculations. Instead, they both use common shared library: @wojtekmaj/date-utils (#204).
    • ๐Ÿ— Implemented optimizations which should decrease build size (#202).