Skip to content

Commit

Permalink
Release UI v2.1.0
Browse files Browse the repository at this point in the history
### Added
* InfiniteScroll
    * ScrollItem active 함수 추가
    * ScrollItem Item size 설정 함수 추가

### Updated
* InfiniteScroll
    * dynamicItemSize 환경에서 가변길이 ScrollItem 대응 가능하도록 수정 로직 수정[(165)](#165)

### Fixed
* InfiniteScroll
    * dynamicItemSize 환경에서 보이지 않는 ScrollItem 오브젝트 활성화 되는 문제 수정
  • Loading branch information
smflt-nhn committed Jan 13, 2022
1 parent ba91e4a commit 226f16c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/UI/ReleaseNotes.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

🌏 [English](ReleaseNotes.en.md)

## 2.1.0

### Date

* 2021.01.13

### Added
* InfiniteScroll
* Added ScrollItem active function
* Added ScrollItem Item size setting function

### Updated
* InfiniteScroll
* Update to be able to respond to variable-length ScrollItems in dynamicItemSize environment [(165)](https://github.com/nhn/gpm.unity/issues/165)

### Fixed
* InfiniteScroll
* Fixed an issue where invisible ScrollItem object was activated in dynamicItemSize environment

## 2.0.7

### Date
Expand Down
19 changes: 19 additions & 0 deletions docs/UI/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

🌏 [English](ReleaseNotes.en.md)

## 2.1.0

### Date

* 2021.01.13

### Added
* InfiniteScroll
* ScrollItem active 함수 추가
* ScrollItem Item size 설정 함수 추가

### Updated
* InfiniteScroll
* dynamicItemSize 환경에서 가변길이 ScrollItem 대응 가능하도록 수정 로직 수정[(165)](https://github.com/nhn/gpm.unity/issues/165)

### Fixed
* InfiniteScroll
* dynamicItemSize 환경에서 보이지 않는 ScrollItem 오브젝트 활성화 되는 문제 수정

## 2.0.7

### Date
Expand Down
Binary file added release/UI/gpm_ui_v2.1.0.unitypackage
Binary file not shown.
13 changes: 11 additions & 2 deletions release/UI/service.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
<?xml version="1.0" encoding="UTF-8" ?>
<info version="11">
<info version="12">
<title>UI</title>
<status>publish</status>
<description>$DESCRIPTION</description>
<version>2.0.7</version>
<version>2.1.0</version>
<dependencies>
<unity>
<version>2018.4.0+</version>
</unity>
</dependencies>
<packageList>
<package>
<version>2.1.0</version>
<installList>
<install>
<name>gpm_ui_v2.1.0.unitypackage</name>
<path>GPM/UI</path>
</install>
</installList>
</package>
<package>
<version>2.0.7</version>
<installList>
Expand Down

0 comments on commit 226f16c

Please sign in to comment.