From f3cb7127b4e539352ddc812cd7e1e55239b329ee Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Tue, 10 Apr 2018 10:22:09 -0400 Subject: [PATCH] v2.5.0 --- BrickKit.podspec | 2 +- CHANGELOG.md | 30 +++++++++++++++++++++++++++--- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/BrickKit.podspec b/BrickKit.podspec index 957e45a..1663a97 100644 --- a/BrickKit.podspec +++ b/BrickKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'BrickKit' - s.version = '2.4.3' + s.version = '2.5.0' s.summary = 'BrickKit: a smart, easy, and consistent way of making layouts in iOS and tvOS.' s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index de1561d..83d2a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,35 @@ # Change Log -## [2.4.2](https://github.com/wayfair/brickkit-ios/tree/4.2.2) (2017-12-07) -[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.4.1...2.4.2) +## [2.5.0](https://github.com/wayfair/brickkit-ios/tree/2.5.0) (2018-04-10) +[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.4.3...2.5.0) + +**Closed issues:** + +- Push 2.4.2 to trunk to enable use of Swift 4.0 compatible BrickKit in podspec [\#207](https://github.com/wayfair/brickkit-ios/issues/207) + +**Merged pull requests:** + +- Xcode 9.3/Swift 4.1 upgrade [\#211](https://github.com/wayfair/brickkit-ios/pull/211) ([aaronsky](https://github.com/aaronsky)) + +## [2.4.3](https://github.com/wayfair/brickkit-ios/tree/2.4.3) (2018-03-06) +[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.4.2...2.4.3) **Closed issues:** +- Incorrect CollectionViewDelegate Method Syntax in Sample [\#209](https://github.com/wayfair/brickkit-ios/issues/209) - Did you want to review the spelling of behavior ? [\#205](https://github.com/wayfair/brickkit-ios/issues/205) + +**Merged pull requests:** + +- \#209: Fixed outdated didSelectItemAt signature in interactive align example [\#210](https://github.com/wayfair/brickkit-ios/pull/210) ([aaronsky](https://github.com/aaronsky)) +- CollectionBrickCellDelegate addition [\#206](https://github.com/wayfair/brickkit-ios/pull/206) ([wfsttam](https://github.com/wfsttam)) +- Call layoutIfNeeded on the cell’s contentView instead of just cell [\#204](https://github.com/wayfair/brickkit-ios/pull/204) ([ablokker](https://github.com/ablokker)) + +## [2.4.2](https://github.com/wayfair/brickkit-ios/tree/2.4.2) (2017-12-07) +[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.4.1...2.4.2) + +**Closed issues:** + - Upgrade to swift 4 [\#198](https://github.com/wayfair/brickkit-ios/issues/198) **Merged pull requests:** @@ -397,4 +421,4 @@ ## [0.9.0](https://github.com/wayfair/brickkit-ios/tree/0.9.0) (2016-10-20) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file