diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6f556..5c19add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Form/Info.plist b/Form/Info.plist index 09bc972..331a2da 100644 --- a/Form/Info.plist +++ b/Form/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/FormFramework.podspec b/FormFramework.podspec index 32ee379..25ae030 100644 --- a/FormFramework.podspec +++ b/FormFramework.podspec @@ -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