Releases: wayfair-archive/brickkit-ios
Releases · wayfair-archive/brickkit-ios
v.2.6.0
v2.5.0
v2.4.3
2.4.2
Closed issues:
Merged pull requests:
- Stability, Layout, and Logging Enhancements; Added Support for Legacy Edge Insets Functionality #202 (mamccarthy)
- Updated the UpdateFrameListener function to pass the GenericBrickCell. #200 (ablokker)
- Migrated to Swift 4 #199 (jay18001)
- Conform BrickSize to Equatable and apply some suggested build settings changes #197 (klundberg)
- Attempt to fix a crash appearing in Crashlytics (couldn’t reproduce c… #196 (ablokker)
- Updates to ImageBrick. #195 (ablokker)
- Background colors should default to .clear not .white. #193 (willspurgeon)
- Updated height provider code to be a closure #191 (vlozko)
- Added update edgeInsets logic #189 (pcheung16)
- Added prepareForReuse functions to Button and Label bricks #188 (willspurgeon)
v2.4.0
Closed issues:
- Better logging #63
Merged pull requests:
- Fixed performance of height recalculation #180 (rubencagnie)
- Image view now shows the correct image when the cell is reused #177 (logannathanson)
- Checks if _brick!=nil before calling framesDidLayout(). #176 (ablokker)
v2.3.0
Support for 3D Touch #170 (aaronsky)
Added Restricted Brick Size #168 (jay18001)
Make imageView public so subclasses can use it #167 (jeffoleary1987)
Fixed the invalidating heights animation #164 (jay18001)
BrickCell width provider #162 (rubencagnie)
Update travis to run iOS 11 tests #160 (jay18001)
Properly insert/delete items #159 (rubencagnie)
Optimize indexPath search using visible cells #157 (rubencagnie)
V2.2.1
Closed issues:
- GenericBrick background color gets set to
clear
when reloading the brick #154 - Playgrounds Pages #147
- App Extension API #146
- Cleanup sample app and sometimes it looks like bricks are disappearing #142
- Add support for adding a second brick section inside of an existing brick section #139
- Height Calculation Issue using CollectionBrick for a carousel #118
Merged pull requests:
- GenericBrick background color won’t reset to clear #155 (rubencagnie)
- Inserting/deleting items from middle of a brickCollectionView #149 (ethan-riback)
- Moved playgrounds to pages and checked App Extension API only setting #148 (jay18001)
- Cleanup Sample App + Fixed “disapearing bricks” #144 (rubencagnie)
- Support for ordering bricks within a section #143 (rubencagnie)
v2.2.0
Merged pull requests:
- Varadic range support #140 (vlozko)
- Preventing self from deallocating during performPatchUpdates. #137 (ethan-riback)
v2.1.0
Closed issues:
- Swift 4 support #135
- Playground examples #133
repeatCount
on Brick #130- Remove print override #128
- AccessoryView for a brick #126
- Migrate over image brick delegate to swift 3 #106
Merged pull requests:
- Swift 4 compatibility fixes #136 (klundberg)
- Playground examples #134 (jay18001)
- Support for accessoryView on GenericBrickCell #132 ([rubencagnie](https://github.com/rube$
- Support for repeatCount on Brick-level #131 ([rubencagnie](https://github.com/rubencagnie$
- #128 Moved print override to BrickUtils #129 (jay18001)