From a1825624d7f10e9fa04e4201e6183bfad038f8b3 Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Fri, 6 Apr 2018 15:24:37 +0100 Subject: [PATCH] Update the readme. [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 85a031b..2d2fa11 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ Please do play with the demo app and try different configuration options because

+## What's new in version 0.5.0? + +- DrawerKit now supports `overCurrentContext` and `overFullScreen` modal presentations over the drawer. +- Fixed the issue of touches on the drawer being cancelled by the DrawerKit internal gesture recognizers. +- `UIControl`s within the drawer are now interactive when the drawer is partially expanded. + ## What's new in version 0.4.1? - Reverses the fix for the [issue](https://github.com/Babylonpartners/DrawerKit/issues/31) about safe areas.