Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Release v1.2.1

Compare
Choose a tag to compare
@michael811125 michael811125 released this 24 Oct 10:46
· 18 commits to master since this release

[1.2.1] - 2023-10-24

  • Modified InfiniteCell method name (OnUpdate change to OnRefresh more clear).
    public virtual void OnRefresh() { }
  • Modified callback names in InfiniteScrollView.
    • onRectTransformUpdate change to onRectTransformDimensionsChanged.
    • onRefresh change onRefreshed.