# Changelog ## [1.1.2] - 2022-07-18 ### Added - Infinity sample for multi prefab. ### Changed - Fix API below Unity 2020 - Fix `RefreshCells` with total count changes. - Check `m_Content` afterwards. - Fix SizeHelper with no content spacing considered. ## [1.1.1] - 2022-04-23 ### Added - Register at OpenUPM. ### Changed - Fix `RefreshCells` when `totalCount` increases. ## [1.1.0] - 2022-03-25 ### Added - Changelog - Add support for different sources. - More complex demo from @SyaoranChang (Great thanks for valuable suggestion) ### Changed - ReOrganize Project with Unity Package. - Improve scrolling within tiny steps. ## [1.0.6] - 2021-08-01 ### Changed - Continue seperating data source and prefab source. - Fix padding from @CodingFishWu. - Fix issue when grid is not full from @zxsean. ## [1.0.5] - 2020-10-06 ### Changed - Seperate data source. - Improve performance with more skippable cases and better pooling. - Implement `fillViewRect` in `RefillCells` from @roointan. ## [1.0.4] - 2018-01-04 ### Added - Quick jump. ## [1.0.3] - 2016-10-12 ### Added - ScrollBar support. ### Changed - Fix Grid issues. ## [1.0.2] - 2016-01-21 ### Changed - Code cleanup. - Performance optimization from @zxsean. ## [1.0.1] - 2015-12-02 ### Added - Infinity version. - Reverse Direction mode. - Threshold for better control. ## [1.0.0] - 2015-08-15