Releases: acro5piano/react-native-big-calendar
Releases · acro5piano/react-native-big-calendar
v4.3.0
What's Changed
- feat: Added API for preventing event cells from being pressed in Month View by @changwoolab in #920
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- chore: update deps
- feat: added fully customizable month view by @changwoolab in #916
- Fixed accidently changed API behavior by @changwoolab in #918
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
- read.Me update for more label Styling by @Sheena1234 in #913
- fix typo in CONTRIBUTING.md and README.md by @changwoolab in #915
- Aligning moreLabel based of textAlign property by @Sheena1234 in #917
New Contributors
- @changwoolab made their first contribution in #915
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Feature : Clickable More Label by @Sheena1234 in #914
New Contributors
- @Sheena1234 made their first contribution in #914
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Wseow87/month view events by @wseow87 in #892
- feat: upgrade typescript, remove merge-anything, remove default export by @acro5piano in #854
- Update dependencies by @dependabot
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
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
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
What's Changed
- Optional Event ordering prop feature to improve performance of week/day view by @nairash94 in #821
- Update deps
New Contributors
- @nairash94 made their first contribution in #821
Full Changelog: v3.3.3...v3.4.0
v3.3.3
What's Changed
- require merge-anything workaround by @acro5piano in #808
- update deps
Full Changelog: v3.3.2...v3.3.3
v3.3.2
What's Changed
- fix infinite setState, fix onChangeDate (closes #795) by @acro5piano in #801
- Update dependencies
Full Changelog: v3.3.1...v3.3.2