0.9.6 (2016-12-19)
Implemented enhancements:
- BrickAlignment #42
- alignRowHeights per BrickSection #41
- BrickDimension: Remaining #39
- Optimise calculations for larger quantities #19
Closed issues:
- brickIsStickingWithPercentage not correct when stacking sticky bricks #51
- Wrong identifier when appending a brick to the end and using repeatCount #50
- Example app doesn't compile #47
- Gap between Bricks on a iPad #33
Merged pull requests:
- InvalidateRepeatCounts + identifiers #53 (rubencagnie)
- Fixed sticking percentage for stacking sticky bricks #52 (rubencagnie)
- BrickSize public init #45 (jay18001)
- Allows to set the alignment per row #44 (rubencagnie)
- alignRowHeights per BrickSection #43 (rubencagnie)
- Support for “Remainder” BrickDimension #40 (rubencagnie)
- Optimization for attributes calculation. Now the attributes will only… #38 (rubencagnie)
- Added Brick Size #26 (jay18001)
0.9.5 (2016-12-02)
Closed issues:
- Wrong content size calculation when a brick's height shrinks #36
Merged pull requests:
- Fixed wrong contentSize when Brick’s height changed #37 (rubencagnie)
0.9.4 (2016-11-28)
Merged pull requests:
- Added imageDownloadHandler to ImageBrick and made tapGesture public o… #35 (jay18001)
- Fix all the memory issues #34 (jay18001)
- Removed incorrect information in deprecation statement #32 (jay18001)
0.9.3 (2016-11-10)
Fixed bugs:
- Flickering CollectionBrick's #28
Closed issues:
Merged pull requests:
- Fix spotlight layout behavior bug #31 (djriefler)
- Fixed reloading of CollectionBricks #29 (rubencagnie)
- Added data source method on collection brick to register bricks and array of bricks for collection brick #25 (jay18001)
- Update README.md #24 (klundberg)
- Update README.md #23 (klundberg)
- Added Carthage install in README.md #22 (rubencagnie)
- Added Flickr example #2 (jay18001)
0.9.2 (2016-10-27)
Fixed bugs:
- alignRowHeights are not working correctly #17
- ImageBrick dynamic size doesn't always refresh on screen #15
- BrickDimension.Orientation has wrong value when orientation
isFlat
#13
Merged pull requests:
- Reported changed attributes correctly #18 (rubencagnie)
- Wrapped
updateHeight
inperformBatchUpdates
#16 (rubencagnie) - BrickDimension now checks on UIScreen bounds #14 (rubencagnie)
0.9.1 (2016-10-25)
Fixed bugs:
- Sticky Footer for Sections didn't calculate correctly #8
- Brick Dimension Size Classes Issue #6
- SpotlightLayoutBehavior doesn't show the bottom bricks #4
Merged pull requests:
- Travis fix #12 (rubencagnie)
- 0.9.1 #10 (rubencagnie)
- Sticky footer was wrongly calculated #9 (rubencagnie)
- Fix BrickDimension for iPad. #7 (thevwu)
- SpotlightLayoutBehavior now calls
attributesDidUpdate
#5 (rubencagnie) - Integration with Travis #3 (rubencagnie)
- Added travis build badge #1 (klundberg)
0.9.0 (2016-10-20)
* This Change Log was automatically generated by github_changelog_generator