Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jay18001 committed Aug 14, 2017
1 parent b304c0d commit 0b9a57d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BrickKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BrickKit'
s.version = '2.2.1'
s.version = '2.3.0'
s.summary = 'BrickKit: a smart, easy, and consistent way of making layouts in iOS and tvOS.'

s.description = <<-DESC
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [2.3.0](https://github.com/wayfair/brickkit-ios/tree/2.3.0) (2017-08-14)
[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.2.1...2.3.0)

**Closed issues:**

- Support for 3D Touch [\#169](https://github.com/wayfair/brickkit-ios/issues/169)
- Callback when frames have layout correctly [\#161](https://github.com/wayfair/brickkit-ios/issues/161)
- Wrong indexPaths are called when inserting/deleting items [\#158](https://github.com/wayfair/brickkit-ios/issues/158)
- Invalidating heights is not animated correctly [\#153](https://github.com/wayfair/brickkit-ios/issues/153)
- Indexpath searching is slow for UI Updates [\#152](https://github.com/wayfair/brickkit-ios/issues/152)
- Support for latest xcode and iOS [\#145](https://github.com/wayfair/brickkit-ios/issues/145)

**Merged pull requests:**

- Support for 3D Touch [\#170](https://github.com/wayfair/brickkit-ios/pull/170) ([aaronsky](https://github.com/aaronsky))
- Added Restricted Brick Size [\#168](https://github.com/wayfair/brickkit-ios/pull/168) ([jay18001](https://github.com/jay18001))
- Make imageView public so subclasses can use it [\#167](https://github.com/wayfair/brickkit-ios/pull/167) ([jeffoleary1987](https://github.com/jeffoleary1987))
- Fixed the invalidating heights animation [\#164](https://github.com/wayfair/brickkit-ios/pull/164) ([jay18001](https://github.com/jay18001))
- BrickCell width provider [\#162](https://github.com/wayfair/brickkit-ios/pull/162) ([rubencagnie](https://github.com/rubencagnie))
- Update travis to run iOS 11 tests [\#160](https://github.com/wayfair/brickkit-ios/pull/160) ([jay18001](https://github.com/jay18001))
- Properly insert/delete items [\#159](https://github.com/wayfair/brickkit-ios/pull/159) ([rubencagnie](https://github.com/rubencagnie))
- Optimize indexPath search using visible cells [\#157](https://github.com/wayfair/brickkit-ios/pull/157) ([rubencagnie](https://github.com/rubencagnie))

## [2.2.1](https://github.com/wayfair/brickkit-ios/tree/2.2.1) (2017-07-17)
[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.2.0...2.2.1)

Expand Down

0 comments on commit 0b9a57d

Please sign in to comment.