Skip to content

Commit

Permalink
[Release] Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Tunius committed Mar 7, 2017
1 parent ca6a35b commit ee2814b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Master(unreleased)
v3.0.0
-----------------

### Breaking

Change implementation of anmimation callbacks to include boolean completed flag.
Change implementation of amimation callbacks to include boolean completed flag.

#### Before
```swift
Expand All @@ -16,7 +16,7 @@ textfield.setTitleVisible(false, animated: true) {

```swift
textfield.setTitleVisible(false, animated: true) { completed in
// Do callback actions using completed flag
// Perform callback actions using completed flag
}
```

Expand Down
2 changes: 1 addition & 1 deletion SkyFloatingLabelTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SkyFloatingLabelTextField"
s.version = "2.0.1"
s.version = "3.0.0"
s.summary = "A beautiful, flexible and customizable textfield that minimizes space when displaying additional context."
s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField"
s.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
Expand Down

0 comments on commit ee2814b

Please sign in to comment.