Releases: jsamr/react-native-li
Releases · jsamr/react-native-li
@jsamr/react-native-li@2.3.1
2.3.1 (2022-01-28)
@jsamr/counter-style@2.0.2
2.0.2 (2022-01-28)
@jsamr/react-native-li@2.3.0
@jsamr/react-native-li@2.2.1
@jsamr/react-native-li@2.2.0
@jsamr/counter-style@2.0.1
2.0.1 (2021-06-04)
@jsamr/react-native-li@2.1.0
@jsamr/react-native-li@2.0.0
2.0.0 (2021-04-15)
Features
- react-native-li: add
rtlMarkerReversed
prop toMarkerBox
(ee5d729) - react-native-li: add
markerTextStyle
andmarkerBoxStyle
props (ff57162) - react-native-li: enrich API of
renderMarker
andMarkerBox
(8a2d851)
BREAKING CHANGES
- react-native-li:
renderMarker
andMarkerBox
props have changed. Instead of letting theMarkedListItem
generate the marker string, thecounterRenderer
andcounterIndex
are passed down torenderMarker
. - react-native-li:
markerStyle
has been dropped. UsemarkerBoxStyle
to style the marker container, andmarkerTextStyle
to style the marker string.
@jsamr/react-native-li@1.1.0
@jsamr/react-native-li@2.0.0-alpha.0
2.0.0-alpha.0 (2021-04-15)
Features
- react-native-li: add
markerTextStyle
andmarkerBoxStyle
props (ff57162) - react-native-li: enrich API of
renderMarker
andMarkerBox
(8a2d851)
BREAKING CHANGES
- react-native-li:
renderMarker
andMarkerBox
props have changed.
Instead of letting theMarkedListItem
generate the marker string, the
counterRenderer
andcounterIndex
are passed down torenderMarker
. - react-native-li:
markerStyle
has been dropped. UsemarkerBoxStyle
to
style the marker container, andmarkerTextStyle
to style the marker
string.