Skip to content

Releases: howljs/react-native-calendar-kit

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)

Release 1.11.0

12 Jan 05:10
Compare
Choose a tag to compare

1.11.0 (2023-01-12)

Bug Fixes

Features

  • support navigation time when navigating to previous/next page (cedd793)
  • support zoom method (4458f71)

Release 1.10.5

22 Dec 03:33
Compare
Choose a tag to compare

1.10.5 (2022-12-22)

Bug Fixes

  • crash when hot reload after edit event (5db410e)

Release 1.10.4

21 Dec 11:29
Compare
Choose a tag to compare

1.10.4 (2022-12-21)

Bug Fixes

Release 1.10.3

21 Dec 10:06
Compare
Choose a tag to compare

1.10.3 (2022-12-21)

Bug Fixes

  • incorrect index on some devices (8e59d0f)
  • incorrect indicator position when date changed (ec1dc00)
  • invalid hour in edit mode when use custom start (ed63355)