Releases: acro5piano/react-native-big-calendar
Releases · acro5piano/react-native-big-calendar
v5.0.0-beta.6
What's Changed
- chore(deps): bump express from 4.19.2 to 4.21.0 by @dependabot in #1101
- Feat/support swipe animations by @msvalandro in #1135
- ci: add beta release workflow by @acro5piano in #1141
- build: use
.nvmrc
in gh actions & upgrade to node 22 by @afonsojramos in #1142 - fix event render durations when use showAdjacentMonths=false option. by @relay955 in #1138
- feat: Add Storybook story for reproducing issue 1138 with Calendar component by @acro5piano in #1147
- feat: add expo demo & switch to bun by @afonsojramos in #1143
- chore: remove remeda dependency by @afonsojramos in #1145
- refactor: switch to biome linting and formatting by @afonsojramos in #1144
- chore: bump react-native by @afonsojramos in #1146
- fix: update deps, publish workflow by @acro5piano in #1154
- feature(disable-scroll): Added a new property to allow the implemente… by @tysoc1222 in #1171
- fix: declare native libraries as peer dependencies by @acro5piano in #1172
- Add a prop to control whether the pager resets on cell press by @meops in #1179
New Contributors
- @msvalandro made their first contribution in #1135
- @afonsojramos made their first contribution in #1142
- @relay955 made their first contribution in #1138
- @tysoc1222 made their first contribution in #1171
- @meops made their first contribution in #1179
Full Changelog: v4.17.1...v5.0.0-beta.6
v4.18.3
What's Changed
- Fix issue where spanning events hide other events by @uemura1114 in #1181
Full Changelog: v4.18.2...v4.18.3
v4.18.2
v5.0.0-beta.5
What's Changed
- chore(deps): bump express from 4.19.2 to 4.21.0 by @dependabot in #1101
- Feat/support swipe animations by @msvalandro in #1135
- ci: add beta release workflow by @acro5piano in #1141
- build: use
.nvmrc
in gh actions & upgrade to node 22 by @afonsojramos in #1142 - fix event render durations when use showAdjacentMonths=false option. by @relay955 in #1138
- feat: Add Storybook story for reproducing issue 1138 with Calendar component by @acro5piano in #1147
- feat: add expo demo & switch to bun by @afonsojramos in #1143
- chore: remove remeda dependency by @afonsojramos in #1145
- refactor: switch to biome linting and formatting by @afonsojramos in #1144
- chore: bump react-native by @afonsojramos in #1146
- fix: update deps, publish workflow by @acro5piano in #1154
- feature(disable-scroll): Added a new property to allow the implemente… by @tysoc1222 in #1171
- fix: declare native libraries as peer dependencies by @acro5piano in #1172
New Contributors
- @msvalandro made their first contribution in #1135
- @afonsojramos made their first contribution in #1142
- @relay955 made their first contribution in #1138
- @tysoc1222 made their first contribution in #1171
Full Changelog: v4.17.1...v5.0.0-beta.5
v5.0.0-beta.4
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
- @tysoc1222 made their first contribution in #1171
Full Changelog: v5.0.0-beta.2...v5.0.0-beta.3
v4.18.1
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
- @tysoc1222 made their first contribution in #1171
Full Changelog: v4.17.1...v4.18.1
v4.18.0
What's Changed
- feature(disable-scroll): Added a new property to allow the implemente… by @tysoc1222 in #1171
New Contributors
- @tysoc1222 made their first contribution in #1171
Full Changelog: v4.17.1...v4.18.0
v5.0.0-beta.2
What's Changed
- build: use
.nvmrc
in gh actions & upgrade to node 22 by @afonsojramos in #1142 - fix event render durations when use showAdjacentMonths=false option. by @relay955 in #1138
- feat: Add Storybook story for reproducing issue 1138 with Calendar component by @acro5piano in #1147
- feat: add expo demo & switch to bun by @afonsojramos in #1143
- chore: remove remeda dependency by @afonsojramos in #1145
- refactor: switch to biome linting and formatting by @afonsojramos in #1144
- chore: bump react-native by @afonsojramos in #1146
New Contributors
- @afonsojramos made their first contribution in #1142
- @relay955 made their first contribution in #1138
Full Changelog: 5.0.0-beta.1...v5.0.0-beta.2
5.0.0-beta.1
What's Changed
- chore(deps): bump express from 4.19.2 to 4.21.0 by @dependabot in #1101
- Feat/support swipe animations by @msvalandro in #1135
- ci: add beta release workflow by @acro5piano in #1141
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
- @msvalandro made their first contribution in #1135
Full Changelog: v4.17.1...5.0.0-beta.1
v4.17.1
What's Changed
- fix(schedule-month-separator): correct event grouping and sorting by @ARedmanDodd in #1117
Full Changelog: v4.17.0...v4.17.1