-
DrawerKit now supports interactions with the presenting view. By default, the presenting view will receive touch events when the drawer is in the
collapsed
orpartiallyExpanded
state. This can be configured via the newpassthroughTouchesInStates
configuration. -
Drawer corner radius animation can now be disabled.
-
DrawerKit now has a new state,
dismissed
, to differentiate between beingcollapsed
(to a particular non-zero height) and being actually dismissed. -
It's possible to make the drawer visible on screen when in the
collapsed
state, via the new propertyheightOfCollapsedDrawer
in theDrawerPresentable
protocol. -
The drawer can now be presented in a particular initial state, via the new
initialState
configuration.