Releases: soemre/draggable_menu
4.4.1
4.4.0
4.4.0 Release
- Add
smoothScrolling
parameter toScrollableManager
. (New Smooth Scrolling Feature)
4.3.0 Release
-
Added the
startLevel
parameter to theDraggableMenu
widget. -
Changed the
DraggableMenu
'saddValueListener
parameter's return value ofdouble? raw
todouble raw
. -
Added the
expandable
getter to theCustomDraggableMenu
class.
4.3.1
4.3.1 Release
- Update document
- Change
ScrollableManager
'sbool? enableExpandedScroll
tobool enableExpandedScroll
4.3.0 Release
-
Added the
startLevel
parameter to theDraggableMenu
widget. -
Changed the
DraggableMenu
'saddValueListener
parameter's return value ofdouble? raw
todouble raw
. -
Added the
expandable
getter to theCustomDraggableMenu
class.
4.3.0
4.2.0
4.2.0 Release
- Add
ModularDraggableMenu
UI
4.0.0 Release Notes
-
Added
DraggableMenuController
to manage theDraggableMenu
. -
Added
DraggableMenuLevel.ratio
to define theDraggableMenu
'sheight
withratio
. -
Removed the
defaultHeight
parameter of theDraggableMenu
widget. (Provide aDraggableMenuLevel
to thelevels
parameter of theDraggableMenu
widget instead.)
If you are coming from an early version before the 4.0.0
of the draggable_menu
, check out the version 3.0.0 changes before using.
4.1.4
4.1.4 Release
- Default UI clip behavior bug fix
4.0.0 Release Notes
-
Added
DraggableMenuController
to manage theDraggableMenu
. -
Added
DraggableMenuLevel.ratio
to define theDraggableMenu
'sheight
withratio
. -
Removed the
defaultHeight
parameter of theDraggableMenu
widget. (Provide aDraggableMenuLevel
to thelevels
parameter of theDraggableMenu
widget instead.)
If you are coming from an early version before the 4.0.0
of the draggable_menu
, check out the version 3.0.0 changes before using.
4.1.3
4.1.3 Release
- The notify status listeners method of the animations is moved inside of the
animateTo
method.
4.0.0 Release Notes
-
Added
DraggableMenuController
to manage theDraggableMenu
. -
Added
DraggableMenuLevel.ratio
to define theDraggableMenu
'sheight
withratio
. -
Removed the
defaultHeight
parameter of theDraggableMenu
widget. (Provide aDraggableMenuLevel
to thelevels
parameter of theDraggableMenu
widget instead.)
If you are coming from an early version before the 4.0.0
of the draggable_menu
, check out the version 3.0.0 changes before using.
4.1.2
4.1.2 Release
- Handled the native pop to notify the status listeners as closing.
4.0.0 Release Notes
-
Added
DraggableMenuController
to manage theDraggableMenu
. -
Added
DraggableMenuLevel.ratio
to define theDraggableMenu
'sheight
withratio
. -
Removed the
defaultHeight
parameter of theDraggableMenu
widget. (Provide aDraggableMenuLevel
to thelevels
parameter of theDraggableMenu
widget instead.)
If you are coming from an early version before the 4.0.0
of the draggable_menu
, check out the version 3.0.0 changes before using.
4.1.1
4.1.1 Release
- Optimized the Value Listeners
4.0.0 Release Notes
-
Added
DraggableMenuController
to manage theDraggableMenu
. -
Added
DraggableMenuLevel.ratio
to define theDraggableMenu
'sheight
withratio
. -
Removed the
defaultHeight
parameter of theDraggableMenu
widget. (Provide aDraggableMenuLevel
to thelevels
parameter of theDraggableMenu
widget instead.)
If you are coming from an early version before the 4.0.0
of the draggable_menu
, check out the version 3.0.0 changes before using.
4.1.0
4.1.0 Release
-
Fixed the
blockMenuClosing
feature issue -
Optimized the whole menu code
-
Organized the whole menu code
4.0.0 Release Notes
-
Added
DraggableMenuController
to manage theDraggableMenu
. -
Added
DraggableMenuLevel.ratio
to define theDraggableMenu
'sheight
withratio
. -
Removed the
defaultHeight
parameter of theDraggableMenu
widget. (Provide aDraggableMenuLevel
to thelevels
parameter of theDraggableMenu
widget instead.)
If you are coming from an early version before the 4.0.0
of the draggable_menu
, check out the version 3.0.0 changes before using.