Skip to content

Releases: BugiDev/react-native-calendar-strip

v1.3.8

11 Apr 16:03
0151e0a
Compare
Choose a tag to compare
  • 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.7

31 Dec 07:09
Compare
Choose a tag to compare

Add marked dates (#121, #123)

v1.3.6

28 Nov 17:07
e7fd9f9
Compare
Choose a tag to compare

Add typescript definitions

v1.3.5

15 Nov 04:18
59f41d5
Compare
Choose a tag to compare

Apply dateNameStyle & dateNumberStyle props correctly (#112)

v1.3.4

03 Oct 15:36
Compare
Choose a tag to compare

Fix for custom dateNumberStyle prop (#106)

v1.3.3

09 Apr 04:12
Compare
Choose a tag to compare

Remove console.log introduced in #87

v1.3.2

08 Apr 21:25
Compare
Choose a tag to compare

Replace componentWillReceiveProps & componentWillUpdate with componentDidUpdate (#94)
Ability to override the underlying text element allowFontScaling (#87)

v1.3.1

08 Feb 22:08
Compare
Choose a tag to compare

Fix startingDate prop update.
Fix locale (#76).
Update packages / yarn.
Update Readme

v1.3.0 New Readme + Project Dependencies upgraded!

08 Apr 21:25
bbe58ff
Compare
Choose a tag to compare

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.

18 Aug 22:16
Compare
Choose a tag to compare

Controls whether the week view should update when other props change.