File tree Expand file tree Collapse file tree 1 file changed +28
-5
lines changed Expand file tree Collapse file tree 1 file changed +28
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
26
## 13.40.1
4
27
5
28
```
@@ -4623,11 +4646,11 @@ SingleSlider, RangeSlider
4623
4646
``` ts
4624
4647
interface ReviewLikesContextProps {
4625
4648
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 ;
4631
4654
}
4632
4655
```
4633
4656
You can’t perform that action at this time.
0 commit comments