Skip to content

Releases: wix/react-native-calendars

v1.17.0

01 Feb 12:20
Compare
Choose a tag to compare

Breaking change: multi-dot stylesheet ID changed to stylesheet.day.multiDot

Refactor period marking API

17 Nov 07:49
Compare
Choose a tag to compare

Breaking changes:

Period marking structure became more flat

Refactor interactive marking to period marking

16 Nov 11:36
Compare
Choose a tag to compare

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

14 Sep 12:21
Compare
Choose a tag to compare

Migrate CalendarList from ListView to FlatList

v1.4.0

12 Jun 13:17
Compare
Choose a tag to compare
  • Breaking change: removed arbitrary 12pt padding in agenda items. Add 12pt to your top margins of your rendered items to fix it.

v1.2.18

29 May 05:43
Compare
Choose a tag to compare
  • added dateString prop to date object
  • refactored basic marking type api

v1.2.17

26 May 06:23
Compare
Choose a tag to compare
  • Add onDayChange prop to Agenda #31

  • Added compatibility for react-native-web #2

  • Add possibility to provide custom arrow components #28

  • Fix agenda header day alignment #22

v1.2.15

22 May 16:11
Compare
Choose a tag to compare
  • Fix agenda background
  • Fix RN43 bug when press on number inside text

v1.2.13

18 May 06:48
Compare
Choose a tag to compare
  • Add maxDate parameter (@nulleof #13)
  • Add firstDay parameter (@nulleof #13)
  • Fix for agenda scrolling #15
  • Example improvements

v1.2.12

15 May 14:19
Compare
Choose a tag to compare
  • Add a way to change color of day text when markingType=interactive