Releases: Haruma-K/FancyCarouselView
Releases · Haruma-K/FancyCarouselView
v1.1.6
- Reset position when cleanup is called.
- Related Issue: #12
v1.1.5
- Fixed an issue where auto-scroll does not work when switching the GameObject's active state.
- Related Issue: #10
- GameObjectのActive状態を切り替えた時にオートスクロールが効かなくなる不具合を修正
- 関連Issue: #10
v1.1.3
Made it possible to call Setup multiple times.
v1.1.2
Fix a bug where dragging is not work when pinching on a mobile device.
v1.1.1
- Make some properties public.
- Fix a bug that the cell spacing was not correct.
- いくつかのプロパティをpublicにしました
- 縦方向のスクロール時にセルの間隔が正常に反映されていない不具合を修正しました
v1.1.0
- Added the feature to scroll to the index of the progress element clicked on.
- クリックしたprogress elementのインデックスに遷移する機能を追加。
v1.0.3
- Update the workflow with Scroll View.
v1.0.2
- Fixed to work property when under the scroll rect.