Skip to content

Releases: acro5piano/react-native-big-calendar

v4.0.0

30 Jul 10:40
Compare
Choose a tag to compare

What's Changed

Breaking Changes

We removed default export as it is confusing and not recommended by Rollup. If you are using default import in v3, please migrate like this:

Before:

import Calendar from 'react-native-big-calendar'

After:

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

New Contributors

Full Changelog: v3.4.2...v4.0.0

v3.4.2

09 Jun 06:29
Compare
Choose a tag to compare

What's Changed

  • refactor: remove merge-anything and implement it on our own by @acro5piano in #874
  • Bump deps

Full Changelog: v3.4.1...v3.4.2

v3.4.1

09 Feb 13:30
Compare
Choose a tag to compare

What's Changed

  • enable to pass array of style (in type level) by @acro5piano in #826
  • Update deps

Full Changelog: v3.4.0...v3.4.1

v3.4.0

04 Feb 15:19
fcef16c
Compare
Choose a tag to compare

What's Changed

  • Optional Event ordering prop feature to improve performance of week/day view by @nairash94 in #821
  • Update deps

New Contributors

Full Changelog: v3.3.3...v3.4.0

v3.3.3

31 Jan 14:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

v3.3.2

03 Jan 16:23
Compare
Choose a tag to compare

What's Changed

  • fix infinite setState, fix onChangeDate (closes #795) by @acro5piano in #801
  • Update dependencies

Full Changelog: v3.3.1...v3.3.2

v3.3.1

19 Oct 06:32
599b609
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

14 Oct 03:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.3.0

v3.2.3

01 Aug 09:34
Compare
Choose a tag to compare

What's Changed

  • Fix readme format by @fabrianibrahim in #716
  • fix: fix event duration on mode month by @Pakile in #720
  • Change website platform from Netlify to Vercel

New Contributors

Full Changelog: v3.2.2...v3.2.3

v3.2.2

15 Jul 14:00
Compare
Choose a tag to compare

3.2.2

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.2.2