All Versions
21
Latest Version
Avg Release Cycle
17 days
Latest Release
1385 days ago

Changelog History
Page 1

  • v5.3.2 Changes

    November 30, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • โšก๏ธ Dependency updates | Kotlin 1.4.20

    ๐Ÿฑ ๐Ÿ› Fixes

    • ๐Ÿ›  Fix broken swipe distance when item width < recyclerView's width
  • v5.3.1 Changes

    November 18, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • Working withSurfaceThreshold for SimpleSwipeDrawerCallback
  • v5.3.0 Changes

    November 09, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • โšก๏ธ Update dependencies to their latest version
    • Swipe events for SwipeDrawer behaviour

    ๐Ÿฑ ๐Ÿ’ฌ Other

    • [CI] Pipeline improvements
    • ๐Ÿš€ [CI] Disable release builds for tags
    • ๐Ÿš€ Automatic changelog generation for releases
    • ๐Ÿ›  Fix swipe sample item colors
  • v5.2.4 Changes

    October 09, 2020

    โšก๏ธ Dependency updates

    • โฌ†๏ธ upgrade to target API 30
    • material 1.2.1
    • constraintlayout 2.0.0

    ๐Ÿ›  Fixes / Changes

    • ๐Ÿ“š adjust default values according to documentation,
    • introduce new flag to allow adjusting the behaviour for notifying on auto toggle expandable
    • โšก๏ธ update gradle to v6.6.1
    • โšก๏ธ update gradle build tools
    • โšก๏ธ update compileSDK
    • โšก๏ธ update build tools
    • โšก๏ธ update various dependencies to their latest stable version
  • v5.2.3 Changes

    August 24, 2020

    โšก๏ธ Dependency updates

    • โฌ†๏ธ upgrade to target API 30
    • material 1.2.0
    • appcompat 1.2.0
    • drawerlayout 1.1.0
    • constraintlayout 2.0.0

    ๐Ÿ›  Fixes / Changes

    • /
  • v5.2.2 Changes

    July 18, 2020

    โšก๏ธ Dependency updates

    • /

    ๐Ÿ›  Fixes / Changes

    • โž• Add expandAllOnPath method to ExpandableExtension
    • ๐Ÿ›  fixed wrong link in sample app
  • v5.2.1 Changes

    July 14, 2020

    โšก๏ธ Dependency updates

    • /

    ๐Ÿ›  Fixes / Changes

    • ๐Ÿ›  fix implementation of the equals method for the BaseItem
    • ๐Ÿ›  Fix inconsistency between helper and main class arguments
  • v5.2.0 Changes

    July 05, 2020

    โšก๏ธ Dependency updates

    • /

    ๐Ÿ›  Fixes / Changes

    • Swipe gesture sensitivity and threshold are now customizable [#905]
    • Drawer swipe implementation added
      • Introduce new sample activity to showcase this new behavior
      • Thanks for the great addition @RobbWatershed
  • v5.1.0 Changes

    June 06, 2020

    โšก๏ธ Dependency updates

    • appcompat 1.2.0-rc01
    • materialdrawer 8.0.3
    • aboutlib 8.1.6

    ๐Ÿ›  Fixes / Changes

    • split apart functions in diff util to allow a more modular usage
        - RELATED #893
    • ๐Ÿ— use stable gradle build tools 4.0.0
    • ๐Ÿ›  fix duration annotation
    • ๐Ÿ‘€ make the list with diff util longer to see scroll position stays
  • v5.0.2 Changes

    May 12, 2020

    ๐Ÿ›  Fixes / Changes

    • Proper onDrop feedback when the item is dropped on its initial position (i.e. without moving at all) (#886)