react-day-picker v1.0.1 Release Notes

Release Date: 2015-06-24 // almost 9 years ago
  • ๐Ÿš€ First major release. Please see โšก๏ธ the updated website for more info.

    • [#27] Removed the dependency from moment.js. Events and props work only with native Date object. To localize the Day Picker with moment.js (or another library), follow this page
    • โšก๏ธ Class names have been updated (objects are now CamelCase). As example, please see the updated CSS file.
    • ๐Ÿ’… [#27] All rendered tags are now div or span. Use CSS to style the daypicker as table.
    • A today modifier is added automatically
    • Event handlers receive the event as first argument. For example: onDayClick(e, day, modifiers) instead of onDayClick(day, modifiers, e)
    • ๐Ÿšš onNextMonthClick and onNextMonthClick props have been removed. Use onMonthChange instead.