Skip to content

Releases: acro5piano/react-native-big-calendar

v2.9.0

24 Dec 08:19
Compare
Choose a tag to compare

Bugfixes

Breaking change ⚠️

ICalendarEvent has been deprecated. To do convert this, please rewrite like this:

Before:

import { ICalendarEvent } from 'react-native-big-calendar'

type MyEvent = ICalendarEvent<{ color: string }>
import { ICalendarEventBase } from 'react-native-big-calendar'

type MyEvent = ICalendarEvent & { color: string }

Full Changelog: v2.8.0...v2.9.0

v2.8.0

17 Dec 05:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

07 Dec 14:35
Compare
Choose a tag to compare

New Features

New Contributors

Chore

v2.6.0

05 Dec 09:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

30 Nov 02:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

26 Nov 01:48
Compare
Choose a tag to compare
  • Add option for Hour Row Height #549

v2.3.0

09 Nov 16:54
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kbwo made their first contribution in #544

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Nov 02:28
Compare
Choose a tag to compare

2.2.0

New features

  • Make month event min height customizable and fix for custom events #534

Chore

  • Update deps

v2.1.1

17 Sep 04:33
Compare
Choose a tag to compare
  • fix alldayevents not displaying when more than 1 day event #509
  • add all day example to calendar, fix all day style #514

v2.1.0

01 Sep 08:07
Compare
Choose a tag to compare

2.1.0

New features

  • Support event spanning on month mode #495

Chore

  • Update deps