Skip to content

Releases: howljs/react-native-calendar-kit

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)

2.0.0-alpha.1

23 May 17:55
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

What's Changed:

  • Completely rewritten with a new code structure
  • Support for Reanimated 3
  • Removed FlashList
  • Support landscape orientation
  • Improved performance and smoother animations
  • Support for scrolling by date
  • Added new customization options

Demo:

2024-05-15_23-57-22.mp4

Example: https://github.com/howljs/react-native-calendar-kit/tree/develop/example
Npm: https://www.npmjs.com/package/@howljs/calendar-kit/v/2.0.0-alpha.1

TODO:

[ ] Drag/drop to create event
[ ] Drag/drop to edit event
[ ] Update documentation
[ ] Support all day events
[ ] Support month view
[ ] Support RTL

Release 1.13.2

28 Mar 08:34
Compare
Choose a tag to compare

1.13.2 (2023-03-28)

Bug Fixes

  • #59 the event is displayed incorrectly (aa6ac0e)
  • #60 #57 wrong date time when set custom timeInterval (9a6209e)
  • #61 Date and Day repeats in the April Month of the 2023 (07fc09b)

Release 1.13.1

11 Mar 01:17
Compare
Choose a tag to compare

1.13.1 (2023-03-11)

Bug Fixes

  • #44 dragstep when set to 45 doesn't work correctly (a19fa34)
  • #47 onPressBackground return wrong date time (e9d9f1d)
  • #43 scrollToNow not working with increased timeIntervalHeight (8d24999)

Release 1.13.0

07 Mar 15:47
Compare
Choose a tag to compare

1.13.0 (2023-03-07)

Features

  • use moment-timezone instead of dayjs (#28)
  • add callback function when time interval height is changed (a604274)
  • calendar can be localized by adding custom locales (ff8010f)
  • remove autoRefreshTimezoneOffset and recheckTimezoneOffset (6e7ce0b)

Release 1.12.0

22 Feb 11:14
Compare
Choose a tag to compare

1.12.0 (2023-02-22)

Bug Fixes

  • get current date and time when on press background (#42)
  • infinity scroll when drag to edit event item (#41)
  • update default text color (#32)

Features

  • add custom width of calendar (#39)
  • add getHour and getDate methods on Timeline (3314e0a)

Release 1.11.1

18 Jan 17:47
Compare
Choose a tag to compare

1.11.1 (2023-01-18)

Bug Fixes

  • Slow animation in Android (33e71a3)