Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.42 KB

1.2.2

  • Fix type warning in RN 71.8+

1.2.1

  • Fix keyExtractor types.

1.2.0

What's Changed

  • Remove keyPrefix and replace with keyExtractor like [FlatList].

1.1.5

What's Changed

  • Add optional removeClippedSubviews by @hyochan in #30
  • Support onScroll by @hyochan in #31

1.1.4

Small internal lint fixes.

1.1.3

Layout styling fixes #23

  • Added ListComponentStyleProp to provide header styles
  • Moved style prop from scrollview to view that wraps items in list
  • Added contentContainerStyle prop
  • Renamed prop for ScrollView from style to containerStyle

1.1.1

Expose innerRef to use ref of MasonryList #21

1.1.0

Fix element typings and add default flex: 1 style

Update packages and make it a pure component

1.0.9

Fix element typings and add default flex: 1 style

1.0.8

Add support for horizontal layout #17

1.0.7

Use refreshing from props if specified #13

1.0.6

Fix unpublished typings

1.0.1

Initial release