Skip to content

Commit fcc93c8

Browse files
committed
Bump up version to 0.7
1 parent dbf4d38 commit fcc93c8

File tree

3 files changed

+35
-16
lines changed

3 files changed

+35
-16
lines changed

BTNavigationDropdownMenu.podspec

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "BTNavigationDropdownMenu"
3-
s.version = "0.5"
3+
s.version = "0.7"
44
s.summary = "The elegent navigation dropdown menu"
5-
s.description = <<-DESC
6-
The elegant **dropdown menu**, written in **Swift**, appears underneath **navigation bar** to display a list of related items when a user click on the navigation title.
7-
DESC
5+
s.description = "The elegant yet functional dropdown menu, written in Swift, appears underneath the navigation bar to display a list of defined items when a user clicks on the navigation title."
86
s.homepage = "https://github.com/PhamBaTho/BTNavigationDropdownMenu"
97
s.screenshots = "https://raw.githubusercontent.com/PhamBaTho/BTNavigationDropdownMenu/master/Assets/Demo.png"
108
s.license = "MIT"
11-
s.author = { "Pham Ba Tho" => "[email protected]" }
12-
s.social_media_url = "https://www.facebook.com/phambatho"
13-
s.platform = :ios, '8.0'
9+
s.author = { "Tho Pham" => "[email protected]" }
10+
s.platform = :ios, '9.0'
1411
s.source = { :git => "https://github.com/PhamBaTho/BTNavigationDropdownMenu.git", :tag => s.version.to_s }
1512
s.source_files = "Source/**/*.swift"
1613
s.resources = "Source/*.bundle"

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [0.7](https://github.com/PhamBaTho/BTNavigationDropdownMenu/releases/tag/0.7) (16-11-2020)
2+
### Fixed
3+
- Update deprecated index(of:) to firstIndex(of:) [(#156)](https://github.com/PhamBaTho/BTNavigationDropdownMenu/pull/156)
4+
- Remove ImplicitlyUnwrappedOptional to be compatible with Swift 5.
5+
6+
### Improved
7+
- Update project configuration to be compatible with Swift 5 and Xcode 10.2+
8+
- Use system font as default value of `navigationBarTitleFont`.
9+
10+
## [0.6](https://github.com/PhamBaTho/BTNavigationDropdownMenu/releases/tag/0.6) (19-02-2019)
11+
- Merged PR [#145](https://github.com/PhamBaTho/BTNavigationDropdownMenu/pull/145): Carthage support.
12+
13+
## [0.5](https://github.com/PhamBaTho/BTNavigationDropdownMenu/releases/tag/0.5) (19-08-2018)
14+
- Support Xcode 10 and Swift 4.2
15+
16+
## [0.4.1](https://github.com/PhamBaTho/BTNavigationDropdownMenu/releases/tag/0.4.1) (01-08-2016)
17+
- Merge PR [#71](https://github.com/PhamBaTho/BTNavigationDropdownMenu/pull/71): Now you can configure selectedCellTextLabelColor. arrowTintColor, navigationBarTitleFont
18+
- Merge PR [#75](https://github.com/PhamBaTho/BTNavigationDropdownMenu/pull/75): Now you can keep navigation title static when selecting items in dropdown menu
19+
- Change keepSelectedCellColor to shouldKeepSelectedCellColor
20+
- Fix a bug in updateItems() when updating menu view after HTTP request.
21+
22+
## [0.4](https://github.com/PhamBaTho/BTNavigationDropdownMenu/releases/tag/0.4) (23-06-2016)
23+
- Resolve issue [#57](https://github.com/PhamBaTho/BTNavigationDropdownMenu/issues/57) and [#63](https://github.com/PhamBaTho/BTNavigationDropdownMenu/issues/63). Now you can scroll to the last one when the list is longer than screen's height.
24+
- Resolve issue [#62](https://github.com/PhamBaTho/BTNavigationDropdownMenu/issues/62) (Alternate scope initialization). Now you can initialize menuView where `title` parameter doesn't need to be one of the items array.
25+
- Resolve issue [#68](https://github.com/PhamBaTho/BTNavigationDropdownMenu/issues/68). Now, you can use `updateItems(items: [AnyObject])` to update items for the dropdown menu after it has been initialized.
26+
- Add containView as parameter when initializing menuView.
27+
128
## [0.3](https://github.com/PhamBaTho/BTNavigationDropdownMenu/releases/tag/0.3) (17-04-2016)
229
- Add toggle() functions
330
- Add keepSelectedCellColor property

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### Swift 5 is coming soon.
2-
3-
---
4-
51
![alt tag](https://github.com/PhamBaTho/BTNavigationDropdownMenu/blob/master/Assets/BTNavigationDropdownLogo.png)
62

73
[![Pod Version](https://img.shields.io/cocoapods/v/BTNavigationDropdownMenu.svg?style=flat)](http://cocoadocs.org/docsets/BTNavigationDropdownMenu/)
@@ -40,7 +36,7 @@ $ brew install carthage
4036
To integrate BTNavigationDropdownMenu into your Xcode project using Carthage, specify it in your `Cartfile`:
4137

4238
```ogdl
43-
github "PhamBaTho/BTNavigationDropdownMenu" ~> 0.5
39+
github "PhamBaTho/BTNavigationDropdownMenu" ~> 0.7
4440
```
4541

4642
Run `carthage update` to build the framework and drag the built `BTNavigationDropdownMenu.framework` into your Xcode project.
@@ -96,9 +92,9 @@ First, assign the items and frame for the dropdown menu. Then, customize the loo
9692

9793
`cellTextLabelColor` **- Text color inside of the cell** *Default is darkGrayColor()*
9894

99-
`cellTextLabelFont` **- Font inside the cell** *Default is HelveticaNeue-Bold, size 17*
95+
`cellTextLabelFont` **- Font inside the cell** *Default is bold system font, size 17*
10096

101-
`navigationBarTitleFont` **- Navigation bar title font** *Default is HelveticaNeue-Bold, size 17*
97+
`navigationBarTitleFont` **- Navigation bar title font** *Default is vold system font, size 17*
10298

10399
`cellTextLabelAlignment` **- Text alignment inside of the cell** *Default is .Left*
104100

@@ -127,8 +123,7 @@ First, assign the items and frame for the dropdown menu. Then, customize the loo
127123
`arrowTintColor` **- Tint color of the arrow.** *Default is whiteColor()*
128124

129125
## Requirement
130-
- iOS 8.0+ (CocoaPods with Swift support will only work on iOS 8.0+. Alternatively, you will have to import library manually to your project)
131-
- Xcode 8.0+, Swift 3.0+
126+
- iOS 9.0+
132127

133128
## Changelog
134129
See the [CHANGELOG](https://github.com/PhamBaTho/BTNavigationDropdownMenu/blob/master/CHANGELOG.md) for details

0 commit comments

Comments
 (0)