All relative changes will be documented in this file.
ToosieSlide
adheres to Semantic Versioning.
- Fix a bug where scrolling to a cell index via code, resulted in wrong offset.
focusedItemHeightScaleFactor
was replaced byfocusedItemScaleFactor
and instead of resizing the cell's height, atransform
is applied to the cell.
- Fix a bug where when
UICollectionView
is subclassed, layout invalidation did not work properly.
- First major release
- Add support for automatic cell resize
- Add support to cell alpha change when not focused anymore.
- Changed approach on how to center cell in middle.
- Initial release