Skip to content

Commit 1a6332d

Browse files
committed
Version 1.2.0
1 parent ffb42f4 commit 1a6332d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.2.0
4+
Improve handling of pan gesture, matching the feeling of default `UINavigationController`.
5+
6+
### Changed
7+
8+
- `pan-to-pop` animation completion/cancellation is now decided on gesture `velocity` first and, only in case of low velocity, on progress percentage ([#12](https://github.com/Enricoza/EZCustomNavigation/issues/12)).
9+
- `pan-to-pop` animation `completionSpeed` is increased based on gesture velocity at the end of the gesture itself.
10+
311
## v1.1.2
412
A patch that includes some fixes and improvements to the default `EZPushPopAnimator` to make it more similar to the default Navigation Controller animator.
513

EZCustomNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'EZCustomNavigation'
33
spec.author = { 'Enrico Zannini' => 'enricozannini93@gmail.com' }
4-
spec.version = '1.1.2'
4+
spec.version = '1.2.0'
55
spec.summary = 'Navigation animation and transition with pan gesture'
66
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
77
spec.platform = :ios

0 commit comments

Comments
 (0)