What's new?
- You can now pass
activeStartDateas a prop toCalendar, just like you could toMonthView,YearViewetc. before. It will be used to determine a view to display when no value is given. When not provided, React-Calendar will display today's date by default like before (#13).
Bug fixes
- Fixed an invalid React prop type warning when
tileClassNameprovided was a function.