Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@soemre soemre released this 22 May 13:12
· 26 commits to main since this release

3.0.0 Release

  • Removed the minHeight, maxHeight, expandedHeight, and expandable parameters.

  • Added a new feature to customize the Draggable Menu's levels.

  • Added new parameters to use the DraggableMenu's main features. defaultHeight, allowToShrink and levels are the new parameters. Check the readme file to understand them better and the Example App's Status Menu to see how the new parameters affect the DraggableMenu.

  • Fixed an Animation issue

  • Changed a lot in the DraggableMenu's status handling algorithm. I recommend you to check them on the Example App's Status Menu.

  • Provided the levelValue and level values to the DraggableMenu's listeners.

  • Provided the raw value in the CustomDraggableMenu's buildUi method.

If you are coming from an early version before the 2.0.0 of the draggable_menu, check out the version 2.0.0 changes before using the 3.0.0 version.