Skip to content

Releases: qiankanglai/LoopScrollRect

v1.1.2

18 Jul 13:49
Compare
Choose a tag to compare

[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.

v1.1.1

23 Apr 14:03
Compare
Choose a tag to compare

[1.1.1] - 2022-04-23

Added

  • Register at OpenUPM.

Changed

  • Fix RefreshCells when totalCount increases.

v1.1.0

23 Apr 11:31
Compare
Choose a tag to compare

[1.1.0] - 2022-03-25

Improve working with better release and publish workflow.

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.