Skip to content

Commit

Permalink
Improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Enricoza committed Jan 16, 2021
1 parent 4c9a62e commit 3897eb6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,22 @@ A patch that includes some fixes and improvements to the default `EZPushPopAnima

### Changed

- `pan-to-pop` gesture now requires `maximumNumberOfTouches` to be 1.
- `pan-to-pop` gesture won't start if the direction of the pan is wrong
- `EZPushPopAnimator` default duration is increased from `0.2` to `0.33`.
- `EZPushPopAnimator` uses `animateKeyFrames` to allow usage of `calculationModeCubic` in non-interactive transitions as it's more similar to the default NavigationController animation.
- `EZPushPopAnimator` now interposes a dimming view between the animating view controllers to imitate the default NavigationController animation ([#9](https://github.com/Enricoza/EZCustomNavigation/issues/9)).
- On the completion of the interactive animation the completion curve is set to `easeInOut` instead of linear and it's removed the completionSpeed (was `0.5`).

### Fixed

- A glitch that made translucent tabBar cut the pushed view controller during animation in case of `hidesBottomBarWhenPushed = true` ([#4](https://github.com/Enricoza/EZCustomNavigation/issues/4)).

### Known Issues

- Currently is not possible to activate leadingSwipeActions on UITableViews ([#6](https://github.com/Enricoza/EZCustomNavigation/issues/6))

## v1.1.1
A patch that includes some fixes and improvements to the `pan-to-pop` gesture interoperability with other gestures.

### Changed

- `pan-to-pop` gesture now requires `maximumNumberOfTouches` to be 1.
- `pan-to-pop` gesture won't start if the direction of the pan is wrong
- `pan-to-pop` gesture won't start if the direction of the pan is wrong.

### Fixed

Expand Down

0 comments on commit 3897eb6

Please sign in to comment.