Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkandrashkou committed Feb 21, 2018
1 parent 113c850 commit 763f51a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog for SlideController 1.3.0
### Added
* New example look 🎉 .
### **Breaking Change**
* ```isCircular``` renamed to ```isCarousel```.
### Fixed
* Select title item after ```insert(object: SlideLifeCycleObjectProvidable, index: Int)```

# Changelog for SlideController 1.2.2
### Fixed
* ```isScrollEnabled``` exposed to public api as intended.
Expand Down
2 changes: 1 addition & 1 deletion SlideController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SlideController'
s.version = '1.2.2'
s.version = '1.3.0'
s.summary = 'SlideController is replacement for Apple\'s UIPageControl completely written in Swift using power of generic types.'
s.description = <<-DESC
Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.
Expand Down

0 comments on commit 763f51a

Please sign in to comment.