All Versions
12
Latest Version
Avg Release Cycle
79 days
Latest Release
1435 days ago

Changelog History
Page 1

  • v13.3.4

    May 20, 2020
  • v13.3.3 Changes

    May 03, 2020

    ⚡️ Update dependencies and constants

  • v13.3.2 Changes

    November 30, 2018

    🛠 Fix scroll bar errors that manifest when margins or padding are added to the recyclerView or its elements.

  • v13.3.1 Changes

    October 30, 2018

    🛠 Fixed an issue with programmatic instantiation and migrated androidX.

  • v13.3.0 Changes

    July 11, 2018

    👍 Allows the dev to specify if the indicator should display the last element or the first visible element at the end of the list.

  • v13.2.6 Changes

    July 06, 2018

    👀 Attempt to fix an issue where some users crash because of a divide by 0. See issue 91.

  • v13.2.5 Changes

    June 23, 2018

    🛠 Fixed an issue where re-using a layout with a bar and RecyclerView in a ViewPager would result in the bar incorrectly identifying the first RecyclerView it found, usually not the RV in the same fragment as the bar. The bar will now prefer the view with the correct ID closest to it in the activity layout over more distant views.

  • v13.2.4 Changes

    June 21, 2018

    🛠 Fix crash on Android P.

  • v13.2.3 Changes

    March 08, 2018

    ⚡️ Updated dependencies and removed java 8 requirement for apps that depend on this library.

  • v13.2.2 Changes

    February 23, 2018

    🛠 Fixed bug where the indicator was always visible even when unpressed.