Releases: wix/react-native-calendars
Releases Β· wix/react-native-calendars
Refactor interactive marking to period marking
Breaking changes:
Interactive marking now is called 'period' marking and structure of marking has become more nested:
markedDates={
{'2012-05-20': {periods: [{textColor: 'green'}]},
'2012-05-22': {periods: [{startingDay: true, color: 'green'}]},
'2012-05-23': {periods: [{endingDay: true, color: 'green', textColor: 'gray'}]},
'2012-05-04': {disabled: true, periods: [{startingDay: true, color: 'green'}, {endingDay: true, color: 'green'}]}
}}
v1.6.0
v1.4.0
v1.2.18
v1.2.17
v1.2.15
v1.2.13
v1.2.12
v1.2.11
Initial release
v1.2.10 1.2.10