Releases: RxSwiftCommunity/RxKeyboard
Releases · RxSwiftCommunity/RxKeyboard
0.7.1
- Add Xcode 9.1 support for Carthage
0.6.1
- Ignore first event from
willShowVisibleHeight
(#30, @vbmania)
0.6.0
- Add
isHidden
property to easily observe keyboard visibility (#27, @noppefoxwolf)
0.4.1
- Reorganize the folder and project structure so that RxKeyboard target doesn't contain CocoaPods related resources (#18)
0.4.0
- Take only
.changed
state from pan gesture recognizer (#14, @devxoul)
- Add
willShowVisibleHeight
property (#15, @devxoul)
0.3.0
- Update RxSwift dependency to
>= 3.0
(#5, @devxoul)