Skip to content

Releases: acro5piano/react-native-big-calendar

v5.0.0-beta.6

21 May 04:46
Compare
Choose a tag to compare
v5.0.0-beta.6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.17.1...v5.0.0-beta.6

v4.18.3

21 May 04:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.18.2...v4.18.3

v4.18.2

23 Apr 13:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.18.1...v4.18.2

v5.0.0-beta.5

21 Apr 15:43
Compare
Choose a tag to compare
v5.0.0-beta.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.17.1...v5.0.0-beta.5

v5.0.0-beta.4

21 Apr 15:01
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • fix: update deps, publish workflow by @acro5piano in #1154
  • feature(disable-scroll): Added a new property to allow the implemente… by @tysoc1222 in #1171

New Contributors

Full Changelog: v5.0.0-beta.2...v5.0.0-beta.3

v4.18.1

21 Apr 15:29
Compare
Choose a tag to compare

This release is created because of the mistakingly rolled out version (5.0.0-beta.3)

What's Changed

  • feature(disable-scroll): Added a new property to allow the implemente… by @tysoc1222 in #1171

New Contributors

Full Changelog: v4.17.1...v4.18.1

v4.18.0

21 Apr 15:21
Compare
Choose a tag to compare

What's Changed

  • feature(disable-scroll): Added a new property to allow the implemente… by @tysoc1222 in #1171

New Contributors

Full Changelog: v4.17.1...v4.18.0

v5.0.0-beta.2

08 Mar 16:04
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 5.0.0-beta.1...v5.0.0-beta.2

5.0.0-beta.1

18 Feb 01:42
fb0e76a
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

What's Changed

Breaking Changes ⚠️

You need additional dependency to support the swipe animation:

npm install react-native-gesture-handler react-native-infinite-pager react-native-reanimated

And wrap your calendar with GestureHandlerRootView:

function App() {
  return (
    <GestureHandlerRootView style={{ flex: 1 }}>
      <Calendar events={events} height={600} />
    </GestureHandlerRootView>
  )
}

New Contributors

Full Changelog: v4.17.1...5.0.0-beta.1

v4.17.1

21 Apr 15:20
Compare
Choose a tag to compare

What's Changed

  • fix(schedule-month-separator): correct event grouping and sorting by @ARedmanDodd in #1117

Full Changelog: v4.17.0...v4.17.1