Skip to content

Releases: jsamr/react-native-li

@jsamr/react-native-li@2.3.1

28 Jan 17:02
859a03d
Compare
Choose a tag to compare

@jsamr/counter-style@2.0.2

28 Jan 17:01
bbbe849
Compare
Choose a tag to compare

@jsamr/react-native-li@2.3.0

29 Aug 10:48
ccfe0c9
Compare
Choose a tag to compare

2.3.0 (2021-08-29)

Features

  • new clipMarkerText prop to prevent text wrapping (1fa1a22)

@jsamr/react-native-li@2.2.1

04 Jun 19:51
Compare
Choose a tag to compare

2.2.1 (2021-06-04)

Bug Fixes

  • react-native-li: align text marker at the end of the marker box (4973fe4)

@jsamr/react-native-li@2.2.0

04 Jun 17:05
Compare
Choose a tag to compare

2.2.0 (2021-06-04)

Features

  • react-native-li: new dynamicMarkerBoxWidth prop (6b6453c)

@jsamr/counter-style@2.0.1

04 Jun 16:59
Compare
Choose a tag to compare

@jsamr/react-native-li@2.1.0

01 May 13:25
Compare
Choose a tag to compare

2.1.0 (2021-05-01)

Features

  • react-native-li: new Container prop (82648c0)

@jsamr/react-native-li@2.0.0

15 Apr 23:42
Compare
Choose a tag to compare

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.

@jsamr/react-native-li@1.1.0

15 Apr 10:59
Compare
Choose a tag to compare

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)

@jsamr/react-native-li@2.0.0-alpha.0

15 Apr 11:07
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.0 (2021-04-15)

Features

  • 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.