Releases: maggialejandro/react-native-month
Releases Β· maggialejandro/react-native-month
v1.7.0
Breaking Change
- change
startDate
, endDate
, minDate
and maxDate
props from Date to string dates with format YYYY-MM-DD
(b0dd2dc)
v1.6.3
Bug fixes
- update Day component on
dots
prop change (a76c09d)
v1.6.2
Bug fixes
- update Day component when
onPress
prop changes (8a209a0)
v1.6.1
Features
- Add
hiddenDayContainerStyle
theme style (e287621)
Bug fixes
- do not mark offset days as active (c6255d1)
v1.5.0
Features
- Export
WeekDays
and Day
components, export getDayNames
helper function (70958ec)
v1.4.0
Features
- Add
ru
(Russian) locale
(#77) (19cbd8c)
- Export
getWeekdayNames
and getMonthNames
functions
Bug fixes
- Add missing
endDateContainerStyle
usage (#76) (18a0eaf)
v1.3.0
Updated
- upgraded several dependencies
- upgraded Expo
- removed Enzyme, add
@testing-library
(#71) (c1e8d2b)