Skip to content

Commit

Permalink
Merge pull request #35 from mansbernhardt/release-1.3
Browse files Browse the repository at this point in the history
Bumped version to 1.3.0 and updated changelog
  • Loading branch information
mansbernhardt authored Sep 19, 2018
2 parents 73703f3 + b218759 commit e62f3d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3

- Added reordering delegate `reordering` to `CollectionViewDelegate`.
- Added `apply(changes:)` to `MutableCollection`, `TableKit` and `CollectionKit`.

- Fixed a `TableKit` crash on iOS 9.
- Fixed a compiler "unable to type-check this expression in reasonable time" on Swift 4.2.

## 1.2

- Added `reuseIdentifier` to the `Reusable` protocol to allow better handling of tables with mixed types.
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.2.0</string>
<string>1.3.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.2.0"
s.version = "1.3.0"
s.module_name = "Form"
s.summary = "Powerful iOS layout and styling"
s.description = <<-DESC
Expand Down

0 comments on commit e62f3d3

Please sign in to comment.