Skip to content

v2.7.1

Compare
Choose a tag to compare
@ValCanBuild ValCanBuild released this 22 Oct 08:10
· 61 commits to master since this release

This release addresses the breaking changes in 2.7.0 in a less breaking manner as per discussion in #299 (PR #303 ). All old methods that were removed or changed have been returned but marked as deprecated and point to the ones that should be used instead.

Important if you've already updated to 2.7.0: If you now update to 2.7.1 be warned that getGroup(position) now functions like it did before 2.7.0. If you now want to get a top level group use the method getTopLevelGroup(position)

Other additions to this release:

  • Fix urls in Maven POM (PR #302 )
  • Added example for how to reorder expandable groups (PR #300)

❤️ Thank you to @ikesyo, @scottschmitz and @amitav13 for contributing to this release