包详细信息

@jsamr/react-native-li

jsamr1.2mMIT2.3.1

A pure JavaScript React Native component to render CSS3 compliant ordered and unordered lists.

react-native, bullet list, ordered list, unordered list

自述文件

更新日志

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 to MarkerBox (ee5d729)
  • react-native-li: add markerTextStyle and markerBoxStyle props (ff57162)
  • react-native-li: enrich API of renderMarker and MarkerBox (8a2d851)

BREAKING CHANGES

  • react-native-li: renderMarker and MarkerBox props have changed. Instead of letting the MarkedListItem generate the marker string, the counterRenderer and counterIndex are passed down to renderMarker.
  • react-native-li: markerStyle has been dropped. Use markerBoxStyle to style the marker container, and markerTextStyle 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

1.0.0 (2021-04-13)

Features

  • react-native-li: render marked lists (bcc1689)