Skip to content

Commit 28a6215

Browse files
committed
Release 1.2.2
1 parent e114f06 commit 28a6215

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Changelog for SlideController 1.2.2
2+
### Fixed
3+
* ```isScrollEnabled``` exposed to public api as intended.
4+
* ```currentIndex``` calculation for not layouted views.
5+
16
# Changelog for SlideController 1.2.1
27
### Fixed
38
* Title item selection follow up. [#35](https://github.com/touchlane/SlideController/issues/35)

SlideController.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 = 'SlideController'
3-
s.version = '1.2.1'
3+
s.version = '1.2.2'
44
s.summary = 'SlideController is replacement for Apple\'s UIPageControl completely written in Swift using power of generic types.'
55
s.description = <<-DESC
66
Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.

0 commit comments

Comments
 (0)