Package | Release | Build Status | Coverage |
---|---|---|---|
@jsamr/counter-style | |||
@jsamr/react-native-li |
包详细信息
@jsamr/react-native-li
A pure JavaScript React Native component to render CSS3 compliant ordered and unordered lists.
自述文件
更新日志
2.3.1 (2022-01-28)
2.3.0 (2021-08-29)
Features
- new
clipMarkerText
prop to prevent text wrapping (1fa1a22)
2.2.1 (2021-06-04)
Bug Fixes
- react-native-li: align text marker at the end of the marker box (4973fe4)
2.2.0 (2021-06-04)
Features
- react-native-li: new
dynamicMarkerBoxWidth
prop (6b6453c)
2.1.0 (2021-05-01)
Features
- react-native-li: new
Container
prop (82648c0)
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.
1.1.0 (2021-04-15)
Bug Fixes
- react-native-li: restrict versions of @jsamr/counter-style (89cf7dc)
Features
- react-native-li: support @jsamr/counter-style v2 (c122627)
1.0.5 (2021-04-14)
Bug Fixes
- react-native-li: lock @jsamr/counter-style peer dependency to v1.x (6296bba)
1.0.4 (2021-04-13)
Bug Fixes
- react-native-li: account for startIndex when cp maxNumOfCodepoints (397e76f)
1.0.3 (2021-04-13)
1.0.2 (2021-04-13)
1.0.1 (2021-04-13)
Bug Fixes
- wrong homepage link (901b80f)
1.0.0 (2021-04-13)
Features
- react-native-li: render marked lists (bcc1689)