Releases: BugiDev/react-native-calendar-strip
Releases · BugiDev/react-native-calendar-strip
v1.3.8
- Add a "markedDatesStyle" prop for passing custom styles to marked date (#127).
- Add
dayComponent
prop (#132).
- Fix nullable markers (#133).
- Add props calendarHeaderPosition and calendarHeaderContainerStyle (#136).
v1.3.6
Add typescript definitions
v1.3.5
Apply dateNameStyle & dateNumberStyle props correctly (#112)
v1.3.4
Fix for custom dateNumberStyle prop (#106)
v1.3.3
Remove console.log introduced in #87
v1.3.2
Replace componentWillReceiveProps & componentWillUpdate with componentDidUpdate (#94)
Ability to override the underlying text element allowFontScaling (#87)
v1.3.1
Fix startingDate prop update.
Fix locale (#76).
Update packages / yarn.
Update Readme
v1.3.0 New Readme + Project Dependencies upgraded!
With a new Readme, it was time to update the project to the latest versions of react native!
Example has also been updated to reflect the latest version of react-native
Add prop updateWeek.
Controls whether the week view should update when other props change.