Skip to content

Latest commit

 

History

History
73 lines (33 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

73 lines (33 loc) · 3.17 KB

Changelog

0.10.2 (2023-09-21)

Bug Fixes

  • renames flat-list-loading class in the css file after the last fix (10e66af)

0.10.1 (2023-09-21)

Bug Fixes

  • fixes flat list using the same class as the loading element when loading (5a5ddd9)

0.10.0 (2023-09-21)

Features

  • adds loading ui state and a default loading element (45889c3)

Code Refactoring

  • changes types from props elements from ReactNode -> JSX.Element (45889c3)
  • refactor FlatList props suffix from Component -> Element when it expects a html element (45889c3)

Build System

  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (f13903a)

Miscellaneous

  • adds README.md with examples (1c51302)
  • adds usage example images (c995f3b)
  • improves README.md by adding the list of components explanations and the inspiration for the lib (5153c0e)

0.9.0 (2023-06-21)

Features

  • adds flat-list-item container props to its props (4a2aa11)

0.8.1 (2023-05-16)

Bug Fixes

  • fixes flat list subheader classes (3a2609d)

0.8.0 (2023-05-10)

Features

  • adds row index to flat list dataKey function (4c6f3cb)

0.7.0 (2023-04-28)

Features

  • adds prop to define wrapping component for react-flat-list-item (95e7f4b)

Build System

  • adds release please to github actions release (95e7f4b)