Skip to content

Commit c82e4ba

Browse files
committed
Bump to version 5.0.0
1 parent e3c8cb8 commit c82e4ba

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

AMScrollingNavbar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AMScrollingNavbar"
3-
s.version = "4.3.1"
3+
s.version = "5.0.0"
44
s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view"
55
s.description = <<-DESC
66
A custom UINavigationController that enables the scrolling of the

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).
44

5+
- `5.0.x` Releases - [5.0.0](#500)
56
- `4.3.x` Releases - [4.3.0](#430) | [4.3.1](#431)
67
- `4.2.x` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424)
78
- `4.1.x` Releases - [4.1.0](#410)
@@ -18,6 +19,12 @@ All notable changes to this project will be documented in this file.
1819

1920
---
2021

22+
## [5.0.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.0.0)
23+
24+
### Breaking changes
25+
26+
The followers are no longer plain `UIView`s, but need to be wrapped in a `NavigationBarFollower` object, that provides the direction of the scroll.
27+
2128
## [4.3.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.3.1)
2229

2330
- Merge #310

0 commit comments

Comments
 (0)