Skip to content

Latest commit

 

History

History
424 lines (290 loc) · 28.7 KB

CHANGELOG.md

File metadata and controls

424 lines (290 loc) · 28.7 KB

Change Log

2.5.0 (2018-04-10)

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:

2.4.3 (2018-03-06)

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)

2.4.2 (2017-12-07)

Full Changelog

Closed issues:

  • 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)
  • 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)

2.4.1 (2017-09-18)

Full Changelog

Merged pull requests:

2.4.0 (2017-08-29)

Full Changelog

Closed issues:

  • Better logging #63

Merged pull requests:

2.3.0 (2017-08-14)

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:

2.2.1 (2017-07-17)

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)

2.2.0 (2017-07-06)

Full Changelog

Merged pull requests:

2.1.0 (2017-06-08)

Full Changelog

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:

2.0.0 (2017-05-26)

Full Changelog

Closed issues:

  • Title used within its own type #123
  • Do you have plan for supporting swift 3 ? #121
  • compiled with older version of Swift language #21

Merged pull requests:

1.4.0 (2017-04-24)

Full Changelog

Merged pull requests:

  • -Addresses an issue when using multiple BrickCollectionViews as Cells… #122 (ablokker)
  • Collection bricks with a fixed height would infinitely resize. #116 (thevwu)
  • Added a test for the preferred layout attributes height #115 (willspurgeon)
  • Move image brick delegate change over to swift 3 branch #107 (butkis93)

1.3.2 (2017-04-05)

Full Changelog

Closed issues:

  • CollectionBrick issues with height sizing #109
  • Flickr Example Crash app #48
  • Brick Dimension Size Classes Issue on iPad pro device #27

Merged pull requests:

  • Fixed memory leak with BrickDimension #119 (jay18001)
  • Removed Flickr example #114 (jay18001)
  • Collection bricks with fixed heights were infinitely resizing. #113 (thevwu)

1.3.1 (2017-03-22)

Full Changelog

Closed issues:

  • Bricks are offscreen #104

Merged pull requests:

1.3.0 (2017-03-09)

Full Changelog

Closed issues:

  • Brick's height is not updated correctly when invalidating repeat count #101

Merged pull requests:

1.2.1 (2017-03-02)

Full Changelog

Closed issues:

  • Bricks get unexpected heights #97

Merged pull requests:

1.2.0 (2017-03-02)

Full Changelog

Closed issues:

  • Allow a Brick to hide individually #93
  • BrickSection should know what bricks/nibs to register #90
  • ImageView goes blank #88
  • Content offset for scrolling bricks upward needed #84
  • SnapToPointLayoutBehavior does not always ignore the overall CollectionBrick section #82

Merged pull requests:

1.1.3 (2017-02-14)

Full Changelog

1.1.2 (2017-02-14)

Full Changelog

Closed issues:

  • GenericBrickCell is setting backgroundColor wrong #80

1.1.1 (2017-02-13)

Full Changelog

Closed issues:

  • invalidateRepeatCounts causes duplicate loading of newly added bricks #55

Merged pull requests:

  • Moved place where generic brick background color is set to clear #81 (rubencagnie)

1.1.0 (2017-02-10)

Full Changelog

Closed issues:

  • Width ratio doesn't always work on iPad #77
  • Default ButtonBrick doesn't call didTapOnButtonForButtonBrickCell #75
  • ImageBrick - Image is added on main thread #72
  • Bricks are not always displayed #70
  • Vertically Center Bricks in a BrickSection #69
  • LabelBrick should inherit from GenericBrick<UILabel> #66
  • Generic Brick #64
  • Move public functions in extensions into its respective class declaration #56

Merged pull requests:

1.0.0 (2017-01-26)

Full Changelog

Closed issues:

  • Add support for UIAccessibility #59

Merged pull requests:

0.9.7 (2017-01-12)

Full Changelog

Closed issues:

  • Have BrickCells display different views based on appearance state #46

Merged pull requests:

  • Add UIAccessibility properties to Brick class to pass along to BrickC… #61 (joleary1987)
  • Provide a way to override brick cell content after the updateContent #58 (wfsttam)
  • Fixed Image brick when the readding it to the section #54 (jay18001)

list (2016-12-19)

Full Changelog

0.9.6 (2016-12-19)

Full Changelog

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:

0.9.5 (2016-12-02)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Fixed bugs:

  • Flickering CollectionBrick's #28

Closed issues:

  • Fix Spotlight Layout Behavior Issue #30
  • Carthage #20

Merged pull requests:

0.9.2 (2016-10-27)

Full Changelog

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:

0.9.1 (2016-10-25)

Full Changelog

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:

0.9.0 (2016-10-20)

* This Change Log was automatically generated by github_changelog_generator