Skip to content

Releases: howljs/react-native-calendar-kit

v2.2.0

04 Nov 19:05
Compare
Choose a tag to compare

Changelog:

2.2.0 (2024-11-04)

Bug Fixes

  • Daylight Savings Bug (45fc708)
  • enableBackgroundInteraction not working while using customUnavailableHour as a Svg (dc677bb)
  • performance issue when enable new architech (70c21d9)

Features

  • support custom horizontal line (bd5ee49)
  • support drag to create mode (ff193d3)

v2.1.0

21 Oct 13:54
d969464
Compare
Choose a tag to compare

2.1.0 (2024-10-21)

Bug Fixes

  • issues with long press dragging and dragging after selection #130 (6c6a09e)
  • offset not correct when change numberOfDays #134 (d4e60b8)

Features

  • support custom day dar item (ab86e25)

v2.0.6

14 Oct 07:53
e6b67ac
Compare
Choose a tag to compare

What's Changed

  • fix: error when install react-native-haptic-feedback by @howljs in #126

Full Changelog: v2.0.5...v2.0.6

v2.0.5

13 Oct 21:33
Compare
Choose a tag to compare

What's Changed

Screen.Recording.2024-10-14.at.03.27.18.mp4

Full Changelog: v2.0.4...v2.0.5

v2.0.4

12 Oct 21:49
Compare
Choose a tag to compare

Changelog:

2.0.4 (2024-10-12)

Bug Fixes

v2.0.3

08 Oct 21:07
Compare
Choose a tag to compare

What's Changed

  • Fix Date Calculations for Time Zones and Daylight Saving Time (DST) by @howljs in #120
  • CalendarContainer does not pass the onLongPressBackground prop to ActionsProvider #115
  • If the timeInterval prop of CalendarContainer is not set to the default value(60), onPressBackground will return an incorrect datetime. #116

Full Changelog: v2.0.2...v2.0.3

Release 2.0.2

27 Sep 11:22
Compare
Choose a tag to compare

2.0.2 (2024-09-27)

Features

  • add onLoad callback #110 (0cb58e8)
  • determines how events that overlap in time are displayed #69 (a2cc6b7)

Release 2.0.1

24 Sep 10:09
Compare
Choose a tag to compare

2.0.1 (2024-09-24)

Bug Fixes

  • the event is positioned incorrectly (8281862)

v2.0.0

24 Sep 09:40
1116bca
Compare
Choose a tag to compare

What's Changed

  • Change all the old code to the new code.
  • Support Reanimated 3.x.
  • Support all day events.
  • Update drag/drop to create/edit event.
  • Support hiding the days of the week.
  • Support scrolling by day.
  • Fix pinch to zoom on iOS and Android
  • Support recurring events

Demo:

iOS:

ios_demo.mp4

Android:

android_demo.mp4

The documentation for version 2.0.0 hasn’t been updated yet, so follow the code from the example if you want to use the library early.

Release 2.0.0-alpha.2

13 Jul 09:33
Compare
Choose a tag to compare
Release 2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2024-07-13)

Bug Fixes

  • android lags when using unavailable hours (998bdb2)