All Versions
30
Latest Version
Avg Release Cycle
44 days
Latest Release
1652 days ago

Changelog History
Page 1

  • v2.6.0 Changes

    October 08, 2019

    Breaking change: removed some unused features for Xcode 11.1 compatibility

  • v2.5.0 Changes

    April 10, 2018

    Full Changelog

    Closed 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

    Full Changelog

    Closed issues:

    • Incorrect CollectionViewDelegate Method Syntax in Sample #209
    • Did you want to review the spelling of behavior ? #205

    πŸ”€ Merged pull requests:

    • πŸ›  #209: Fixed outdated didSelectItemAt signature in interactive align example #210 (aaronsky)
    • CollectionBrickCellDelegate addition #206 (wfsttam)
    • Call layoutIfNeeded on the cell’s contentView instead of just cell #204 (ablokker)
  • v2.4.2 Changes

    December 18, 2017

    Full Changelog

    Closed issues:

    • Did you want to review the spelling of behavior ? #205
    • ⬆️ Upgrade to swift 4 #198

    πŸ”€ 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

    Full Changelog

    πŸ”€ 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, 2017

    Full Changelog

    Closed 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, 2017

    Full Changelog

    Closed 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:

  • v2.2.1 Changes

    July 17, 2017

    Full Changelog

    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 Changes

    July 06, 2017

    Full Changelog

    πŸ”€ Merged pull requests:

    • πŸ‘ Varadic range support #140 (vlozko)
    • ⚑️ Preventing self from deallocating during performPatchUpdates. #137 (ethan-riback)
  • v2.1.0 Changes

    June 08, 2017

    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: