Skip to content

Commit

Permalink
Merge pull request #28 from mansbernhardt/release-1.2
Browse files Browse the repository at this point in the history
Bumped version to version 1.2 (and skip never released 1.1.1 release)
  • Loading branch information
mansbernhardt authored Sep 3, 2018
2 parents 52eacac + 3e03127 commit cc1ba1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
- Added alternative helper type `MixedReusable` that can be used instead of `Either` for tables with mixed types.
- Extended the Demo sample with examples show-casing using tables with mixed types.
- Added new table and collection view overloads of dequeueCell taking a re-configure closure.
- Added didEndDisplayingCell signal to TableViewDelegate

- Deprecating `EitherRow`, replaced by using Flows `Either` instead
- Deprecating `dequeueCell(forItem:, style:, reuseIdentifier:)`, replaced by version not using explicit `reuseIdentifier`

- Fixed issue where Reusable configure was called instead of reconfigure when rows was updated.

## 1.1.1
- Added didEndDisplayingCell signal to TableViewDelegate
- Bugfix: Updated TableKit to release the a cell's bag once the cell ends displaying or the TableKit's bag is being disposed.

## 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion Form/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion FormFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FormFramework"
s.version = "1.1.0"
s.version = "1.2.0"
s.module_name = "Form"
s.summary = "Powerful iOS layout and styling"
s.description = <<-DESC
Expand Down

0 comments on commit cc1ba1a

Please sign in to comment.