Skip to content

Releases: acro5piano/react-native-big-calendar

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

v2.0.0-rc

01 Aug 15:19
Compare
Choose a tag to compare

This is a release candidate for v2.0.0.

New Features

  • Make header injectable #473
  • Make header for month view injectable #473
  • (breaking) Enable to inject styles for header and body separately #409
  • Add theme functionality. A lot of people are requesting additional customization feature, so provided the customization option. #243 #93
export interface ThemeInterface {
  palette: {
    primary: Palette
    nowIndicator: string
    gray: {
      100: string
      200: string
      300: string
      500: string
      800: string
    }
  }
  isRTL: boolean
  typography: {
    fontFamily?: string
    xs: Typography
    sm: Typography
    xl: Typography
  }
  eventCellOverlappings: readonly Palette[]
}

Bug fixes

  • Show AM/PM format event #445
  • Fix Android start/end property and month view style
  • Fix Android css #486

Chore

  • Update deps

Breaking

  • Removed style prop as it is ambigious

For more details, see #475 #486

v1.0.5

30 Jul 09:11
Compare
Choose a tag to compare
  • Exported CalendarBody component #474

v1.0.4

19 Jul 05:30
Compare
Choose a tag to compare

1.0.4

  • [hotfix] Fix css properties on platform native #470
  • Add key prop for month view components #470
  • Improve Demo app usability #470

v1.0.3

17 Jul 08:33
Compare
Choose a tag to compare
  • Fix the month view for the mobile #466
  • Kind error message for invalid mode #466

v1.0.2

02 Jun 02:09
Compare
Choose a tag to compare
  • Fixes the issue where the change from day to week view would display the wrong week when the startOfWeek is not the default #438
  • Update deps