Skip to content

0.5.5

Compare
Choose a tag to compare
@ocmachineuser ocmachineuser released this 23 Aug 13:09
· 42 commits to master since this release

See changelog and completed issues

API changes

24ff48f

Added new property modifiers.
Implemented default disabled modifier.
Disabled days validation and display for DateInput and DateRangeInput components can be implemented by validation at parent component level and passing validation result to isValid property.
For validation use import { ModifiersUtils } from @opuscapita/react-dates.
See component documentation for details.