All Versions
21
Latest Version
Avg Release Cycle
17 days
Latest Release
845 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)