Skip to content

Commit 3ea64fa

Browse files
author
TRIPLE Bot
committed
Update v13.41.0 CHANGELOG
1 parent 3b19426 commit 3ea64fa

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# CHANGELOG
22

3+
## v13.41.0
4+
5+
```
6+
### chat
7+
8+
- [chat] \b메세지에 IntersectionObserver와 ref를 추가합니다. [#3109](https://github.com/titicacadev/triple-frontend/pull/3109)
9+
- [chat] 부모 메세지 UI를 추가합니다 [#3111](https://github.com/titicacadev/triple-frontend/pull/3111)
10+
- [chat] 버블 스타일을 수정하고 날짜 및 시간 표기, 프로필 생략 기능을 추가합니다. [#3116](https://github.com/titicacadev/triple-frontend/pull/3116)
11+
- [chat] 메세지에 답장하기 아이콘을 추가합니다. [#3127](https://github.com/titicacadev/triple-frontend/pull/3127)
12+
- [chat] epic: geochat 기능을 chat 패키지에 추가합니다. [#3130](https://github.com/titicacadev/triple-frontend/pull/3130)
13+
- [chat] 답장하기 아이콘의 렌더링 조건을 수정합니다. [#3132](https://github.com/titicacadev/triple-frontend/pull/3132)
14+
- [chat] 긴 글 메세지의 전체보기 뷰를 추가합니다. [#3134](https://github.com/titicacadev/triple-frontend/pull/3134)
15+
- [chat] openMenu의 타입 오류를 수정합니다. [#3139](https://github.com/titicacadev/triple-frontend/pull/3139)
16+
- [chat] 지오챗 버블의 기능을 추가합니다. [#3146](https://github.com/titicacadev/triple-frontend/pull/3146)
17+
- [\bchat] intersection observer 교체 외 스타일 수정 [#3444](https://github.com/titicacadev/triple-frontend/pull/3444)
18+
- [chat] aTagNavigator가 외부 브라우저에서 열리도록 수정합니다. [#3551](https://github.com/titicacadev/triple-frontend/pull/3551)
19+
- [chat] 답장하기 버튼에 data-id 추가 [#3556](https://github.com/titicacadev/triple-frontend/pull/3556)
20+
21+
### refactoring
22+
23+
- [chat] 부모 메세지 UI를 추가합니다 [#3111](https://github.com/titicacadev/triple-frontend/pull/3111)
24+
```
25+
326
## 13.40.1
427

528
```
@@ -4623,11 +4646,11 @@ SingleSlider, RangeSlider
46234646
```ts
46244647
interface ReviewLikesContextProps {
46254648
deriveCurrentStateAndCount: (currentState: {
4626-
reviewId: any
4627-
liked: boolean
4628-
likesCount: number
4629-
}) => { liked: boolean; likesCount: number }
4630-
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void
4649+
reviewId: any;
4650+
liked: boolean;
4651+
likesCount: number;
4652+
}) => { liked: boolean; likesCount: number };
4653+
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void;
46314654
}
46324655
```
46334656

0 commit comments

Comments
 (0)