Releases: acro5piano/react-native-big-calendar
Releases · acro5piano/react-native-big-calendar
v4.19.0
v4.18.7
What's Changed
Full Changelog: v4.18.6...v4.18.7
v5.0.0-beta.10
What's Changed
- chore(deps): bump express from 4.19.2 to 4.21.0 by @dependabot[bot] in #1101
- Feat/support swipe animations by @msvalandro in #1135
- ci: add beta release workflow by @acro5piano in #1141
- build: use
.nvmrcin 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
- Use react-native-gesture-handler ScrollView in CalendarBody by @meops in #1184
- Add some missing type annotations in stories by @meops in #1183
- docs: add CLAUDE.md with project overview and development guidelines, remove husky with simple-git-hooks by @acro5piano in #1207
- docs: update build command in CONTRIBUTING.md to 'bun run build' by @acro5piano in #1208
- fix(month-view): Fixed overlapping events and sorting issue by @chehsing in #1206
- Add support for enforcing 6 weeks in month view by @beenham in #1216
- Fix postinstall script to only run for developers by @acro5piano in #1221
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
- @beenham made their first contribution in #1216
Full Changelog: v4.18.6...v5.0.0-beta.10
v5.0.0-beta.9
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
- 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
- Use react-native-gesture-handler ScrollView in CalendarBody by @meops in #1184
- Add some missing type annotations in stories by @meops in #1183
- docs: add CLAUDE.md with project overview and development guidelines, remove husky with simple-git-hooks by @acro5piano in #1207
- docs: update build command in CONTRIBUTING.md to 'bun run build' by @acro5piano in #1208
- fix(month-view): Fixed overlapping events and sorting issue by @chehsing in #1206
- Add support for enforcing 6 weeks in month view by @beenham in #1216
New Contributors
- @tysoc1222 made their first contribution in #1171
- @meops made their first contribution in #1179
- @beenham made their first contribution in #1216
Full Changelog: v5.0.0-beta.2...v5.0.0-beta.9
v4.18.6
What's Changed
Full Changelog: v4.18.5...v4.18.6
v5.0.0-beta.8
What's Changed
- chore(deps): bump express from 4.19.2 to 4.21.0 by @dependabot[bot] in #1101
- Feat/support swipe animations by @msvalandro in #1135
- ci: add beta release workflow by @acro5piano in #1141
- build: use
.nvmrcin 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
- Use react-native-gesture-handler ScrollView in CalendarBody by @meops in #1184
- Add some missing type annotations in stories by @meops in #1183
- docs: add CLAUDE.md with project overview and development guidelines, remove husky with simple-git-hooks by @acro5piano in #1207
- docs: update build command in CONTRIBUTING.md to 'bun run build' by @acro5piano in #1208
- fix(month-view): Fixed overlapping events and sorting issue by @chehsing in #1206
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
- @chehsing made their first contribution in #1206
Full Changelog: v4.18.5...v5.0.0-beta.8
v4.18.5
What's Changed
- Fix: resolve scroll conflicts with parent ScrollView by @uemura1114 in #1198
Full Changelog: v4.18.4...v4.18.5
v5.0.0-beta.7
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
.nvmrcin 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
- Use react-native-gesture-handler ScrollView in CalendarBody by @meops in #1184
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.18.3...5.0.0-beta.7
v4.18.4
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
.nvmrcin 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