-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release UI v2.4.0 #196
Release UI v2.4.0 #196
Conversation
### Added * InfiniteScroll * 스크롤 이벤트 추가 [(180)](#180) * OnChangeValue * OnChangeActiveItem * OnStartLine * OnEndLine * WrapLayoutGroup * 셈플 추가 * 문서 추가
docs/UI/InfiniteScroll/README.en.md
Outdated
```cs | ||
onChangeValue.AddListener(firstDataIndex, lastDataIndex, isStartLine, isEndLine => | ||
{ | ||
// funtion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.
docs/UI/InfiniteScroll/README.en.md
Outdated
```cs | ||
onChangeActiveItem.AddListener(dataIndex, active => | ||
{ | ||
// funtion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.
docs/UI/InfiniteScroll/README.en.md
Outdated
```cs | ||
onStartLine.AddListener((bool)isStartLine => | ||
{ | ||
// funtion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.
docs/UI/InfiniteScroll/README.en.md
Outdated
```cs | ||
onEndLine.AddListener((bool)isEndLine => | ||
{ | ||
// funtion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.
docs/UI/ReleaseNotes.en.md
Outdated
|
||
### Added | ||
* InfiniteScroll | ||
* Added Scroll Event [(181)](https://github.com/nhn/gpm.unity/issues/180) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MUST] 이슈 번호 180으로 수정하면 좋을 것 같습니다.
Release UI v2.4.0
Added
InfiniteScroll
WrapLayoutGroup