Skip to content

Releases: ToshikiImagawa/Scrmizu

v1.1.6

11 Mar 09:32
Compare
Choose a tag to compare

Scrmizu 1.1.6 Release Note

2024/3/11

Bug Fixes

  • Fixed an issue where the Unity version specified in the package.json was incorrect. since 1.1.4.(#16)

v1.1.5

11 Mar 08:13
Compare
Choose a tag to compare

Scrmizu 1.1.5 Release Note

2024/3/11

Bug Fixes

  • Fixed an issue where layouts were not updating properly. since 1.1.4.

v1.1.4

09 May 15:30
Compare
Choose a tag to compare

Scrmizu 1.1.4 Release Note

2023/5/10

Bug Fixes

  • Fixed a bug that caused a NullReferenceException to be thrown when the InfiniteScrollBinder failed to retrieve the IInfiniteScrollItem component on Awake(). This bug has been present since 1.0.0.(#14)

v1.1.3

06 May 15:57
Compare
Choose a tag to compare

Scrmizu 1.1.3 Release Note

2023/5/7

Bug Fixes

  • Fixed an issue where the size of the entire Content in InfiniteScrollRect became invalid during scrolling. This bug has been present since 1.0.0.

v1.1.2

16 Mar 10:21
db67f77
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

Scrmizu 1.1.2 Release Note

2023/3/16

Bug Fixes

  • We fixed a bug where the overall scrolling length was incorrect by one frame. This bug has been present since 1.0.0.

v1.1.1

28 Jul 14:00
6077817
Compare
Choose a tag to compare

Scrmizu 1.1.1 Release Note

2022/7/28

SampleApp Bug Fixes

  • Fixed VerticalScrollItem height stability issue. (#3)

Release v1.1.0

15 Feb 10:20
Compare
Choose a tag to compare

Scrmizu 1.1.0 Release Note

2020/2/15

New Features

  • Add setter InfiniteScrollItemRepository
  • Add setter InfiniteScrollElementFactory

Release v1.0.1

15 Feb 09:38
0d8cfd2
Compare
Choose a tag to compare

Scrmizu 1.0.1 Release Note

2020/2/14

Bug Fixes

  • Fix IndexOutOfRangeException when instantiated Item count is one more than item size. bug has occurred since v1.0.0.

Release v1.0.0

22 Jan 17:08
Compare
Choose a tag to compare

Scrmizu 1.0.0 Release Note

2020/1/21

New Features

  • Add InfiniteScrollRect.
  • Add NestedScrollRect.
  • Add PagedScrollRect.