Skip to content

Commit

Permalink
Release 0.5.0 (#59)
Browse files Browse the repository at this point in the history
* 0.5.0

* Update the readme. [ci skip]
  • Loading branch information
andersio authored Apr 6, 2018
1 parent b3f0f95 commit fcd9f0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DrawerKit

## v. 0.5.0

- DrawerKit now supports `overCurrentContext` and `overFullScreen` modal presentations over the drawer. (#56)

- Fixed the issue of touches on the drawer being cancelled by the DrawerKit internal gesture recognizers. (#57)

- `UIControl`s within the drawer are now interactive when the drawer is partially expanded. (#57)

## v. 0.4.1

- Reverses the fix for the [issue](https://github.com/Babylonpartners/DrawerKit/issues/31) about safe areas. The fix broke other things and the issue will need to be re-opened.
Expand Down
2 changes: 1 addition & 1 deletion DrawerKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "DrawerKit"
s.version = "0.4.1"
s.version = "0.5.0"
s.summary = "An implementation of an interactive and animated view, similar to what you see in Apple Maps"

s.description = <<-DESC
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Please do play with the demo app and try different configuration options because
</table>
</p>

## 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.
Expand Down

0 comments on commit fcd9f0c

Please sign in to comment.