Skip to content

Releases: maggialejandro/react-native-month

v1.7.0

07 Mar 23:03
Compare
Choose a tag to compare

Breaking Change

  • change startDate, endDate, minDate and maxDate props from Date to string dates with format YYYY-MM-DD (b0dd2dc)

v1.6.3

13 Oct 12:44
Compare
Choose a tag to compare

Bug fixes

  • update Day component on dots prop change (a76c09d)

v1.6.2

13 Oct 12:43
Compare
Choose a tag to compare

Bug fixes

  • update Day component when onPress prop changes (8a209a0)

v1.6.1

05 Oct 21:40
Compare
Choose a tag to compare

Features

  • Add hiddenDayContainerStyle theme style (e287621)

Bug fixes

  • do not mark offset days as active (c6255d1)

v1.5.0

27 Oct 13:07
Compare
Choose a tag to compare

Features

  • Export WeekDays and Day components, export getDayNames helper function (70958ec)

v1.4.0

07 Oct 13:19
Compare
Choose a tag to compare

Features

  • Add ru (Russian) locale (#77) (19cbd8c)
  • Export getWeekdayNames and getMonthNames functions

Bug fixes

  • Add missing endDateContainerStyle usage (#76) (18a0eaf)

v1.3.0

07 Sep 00:19
Compare
Choose a tag to compare

Updated

  • upgraded several dependencies
  • upgraded Expo
  • removed Enzyme, add @testing-library
    (#71) (c1e8d2b)

v1.2.3

05 Sep 23:02
Compare
Choose a tag to compare

Features

v1.2.2

30 Aug 22:13
Compare
Choose a tag to compare

Bug fixes

v1.2.1

29 Aug 22:20
Compare
Choose a tag to compare

Features