Skip to content

Releases: qiankanglai/LoopScrollRect

v1.1.5

17 Jan 15:15

Choose a tag to compare

[1.1.5] - 2026-01-17

Changed

  • new GetItemsSize interface to support infinity scroll
  • Fix velocity calculation, thanks to @zhiyangyou
  • Fix distance estimation in ScrollToCellWithinTime, thanks to @fddjjj
  • Fix RefillCells with content padding

v1.1.4

18 Jul 13:09

Choose a tag to compare

[1.1.4] - 2025-07-18

Changed

  • Avoid UpdateBounds when disabled
  • Apply inspector to LoopScrollRectBase
  • Improved element size estimation
  • Ensure Rebuild called as expected
  • Fix scrollbar precision problem with many items and avoid redundant callback
  • Fix GetFirstItem+RefillCells and LastItem+RefillCellsFromEnd usage, keeping ScrollRect stable
  • Add more tests in inspector

v1.1.3

28 Feb 14:42

Choose a tag to compare

[1.1.3] - 2025-02-28

Added

  • Multi cell full screen sample.
  • Support item without ILayoutElement
  • Support ToCenter/FirstAppear in ScrollToCell
  • Add contentOffset in RefillCellsFromEnd

Changed

  • Deprecated typo API
  • Fill last line in RefillCellsFromEnd
  • Consider padding in RefillCellsFromEnd
  • UpdateItems when OnRectTransformDimensionsChange

v1.1.2

18 Jul 13:49

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

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

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.