Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 482 Bytes

CHANGELOG.md

File metadata and controls

19 lines (11 loc) · 482 Bytes

Changelog

[1.1.0]

  • Added var holdersItemDecoration to configure placeholders item decoration when needed.
  • Renamed package from ...view.PlaceHolderRecyclerView to ...views.PlaceHolderRecyclerView

[1.0.1]

  • Added check for current adapter before changing it.
    This is important in pagination situations where we could call toggleHoldersAdapter(false) thus making the list refresh and lose its scroll position.

[1.0.0]

First version released