3.0.0
3.0.0 Release
-
Removed the
minHeight
,maxHeight
,expandedHeight
, andexpandable
parameters. -
Added a new feature to customize the Draggable Menu's levels.
-
Added new parameters to use the
DraggableMenu
's main features.defaultHeight
,allowToShrink
andlevels
are the new parameters. Check the readme file to understand them better and theExample App
'sStatus Menu
to see how the new parameters affect theDraggableMenu
. -
Fixed an Animation issue
-
Changed a lot in the
DraggableMenu
'sstatus handling algorithm
. I recommend you to check them on theExample App
'sStatus Menu
. -
Provided the
levelValue
andlevel
values to theDraggableMenu
's listeners. -
Provided the
raw
value in theCustomDraggableMenu
'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.