Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Releases: quidone/react-native-calendars

v1.0.2

06 Jan 06:48

Choose a tag to compare

0.2.0

18 May 07:11

Choose a tag to compare

Changelog:

0.2.0 (2023-05-18)

Bug Fixes

  • add renderMonthHeaderTitle (126b667)
  • calling onDayPress (8d10213)
  • change type dayjs.Dayjs to FDay (df62d9a)
  • header title is NaN (a511b18)
  • types (b6ad69c)
  • types: return value type (2ce58c8)
  • use dayDisabledOpacity and daySecondaryOpacity in styles (009406c)

Features

  • add day prop to DayContainerStyleFn and DayTextStyleFn (3cc0c92)
  • add disabled flag to marked day data (7602f0e)
  • add selected flag to marked day data (e58a9ea)
  • change PageData type and export types: OnPageMounted, OnPageUnmounted (17c2f2f)
  • disable internal state when outer selected day prop is set (4a307c9)
  • disable internal state when outer selected day prop is set (fc421a8)
  • export CalendarMethods (63ad7fc)
  • export CalendarType (4bfd904)
  • export createOuterSwitchContainer (a508e08)
  • exports: export DayContainerStyleFn and DayTextStyleFn (6aa19c4)
  • types: add undefined (a32d6d6)

Performance Improvements

  • remove unnecessary re-renders (1c1357b)