All Versions
30
Latest Version
Avg Release Cycle
44 days
Latest Release
1264 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.6.0 Changes
October 08, 2019Breaking change: removed some unused features for Xcode 11.1 compatibility
-
v2.5.0 Changes
April 10, 2018Closed issues:
- Push 2.4.2 to trunk to enable use of Swift 4.0 compatible BrickKit in podspec #207
π Merged pull requests:
-
v2.4.3 Changes
March 06, 2018 -
v2.4.2 Changes
December 18, 2017Closed 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)
- 0οΈβ£ 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.1 Changes
September 18, 2017π Merged pull requests:
- βͺ Revert change in PR #164 #186 (wfsttam)
- β Removed code that caused edgeInsets to update incorrectly #184 (pcheung16)
- Insertion animation clean #183 (butkis93)
- π Performance Improvements #182 (vlozko)
- π Use Identifiers to register bricks and be able to register cell classes #174 (butkis93)
-
v2.4.0 Changes
August 29, 2017Closed issues:
- π Better logging #63
π Merged pull requests:
- π Fixed performance of height recalculation #180 (rubencagnie)
- π Revert "Fixed performance of height recalculation" #179 (jay18001)
- π Fixed performance of height recalculation #178 (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 Changes
August 14, 2017Closed issues:
- π Support for 3D Touch #169
- Callback when frames have layout correctly #161
- Wrong indexPaths are called when inserting/deleting items #158
- Invalidating heights is not animated correctly #153
- β‘οΈ Indexpath searching is slow for UI Updates #152
- π Support for latest xcode and iOS #145
π Merged pull requests:
- π 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 Changes
July 17, 2017Closed 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)
- GenericBrick background color gets set to
-
v2.2.0 Changes
July 06, 2017π Merged pull requests:
- π Varadic range support #140 (vlozko)
- β‘οΈ Preventing self from deallocating during performPatchUpdates. #137 (ethan-riback)
-
v2.1.0 Changes
June 08, 2017Closed 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)