You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for autoFocus prop. More details in README.
What's changed?
Remove role="presentation" from DateInput which may have caused accessibility issues. Thanks, @emilyuhde!
React-DateRange-Picker no longer relies on React-Calendar with date calculations. Instead, they both use common shared library: @wojtekmaj/date-utils (#45).
Implemented optimizations which should decrease build size.
Bug fixes
Fixed month dropdown not accepting monthPlaceholder prop properly. Thanks, @linusmarco!
Fixed checking if font was loaded if no font was given.