Skip to content

Commit 6469007

Browse files
TRIPLE Botdongoc
authored andcommitted
Update v14.1.7 CHANGELOG
1 parent 4b2a75e commit 6469007

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

CHANGELOG.md

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

3+
## v14.1.7
4+
5+
```
6+
### tds-ui
7+
8+
- [DMTALK-557] 탭 focused 오류 수정 [#3748](https://github.com/titicacadev/triple-frontend/pull/3748)
9+
- v13.46.1, v13.47.0, v13.48.1 변경사항을 반영합니다. [#3752](https://github.com/titicacadev/triple-frontend/pull/3752)
10+
11+
### tds-widget
12+
13+
- [DMTALK-526] 채팅방 나가기 [#3746](https://github.com/titicacadev/triple-frontend/pull/3746)
14+
- v13.46.1, v13.47.0, v13.48.1 변경사항을 반영합니다. [#3752](https://github.com/titicacadev/triple-frontend/pull/3752)
15+
```
16+
317
## v14.1.6
418

519
### tds-widget
@@ -2082,11 +2096,9 @@ v13.38.1 변경사항을 적용합니다. [#3521](https://github.com/titicacadev
20822096
## 12.12.0
20832097

20842098
- Headless UI으로 변경 [#2432](https://github.com/titicacadev/triple-frontend/pull/2432)
2085-
20862099
- React Aria에 버그가 많아서 Accessible overlay 컴포넌트 라이브러리를 [Headless UI](https://headlessui.com/)로 변경합니다.
20872100

20882101
- 변경된 컴포넌트:
2089-
20902102
- action-sheet
20912103
- core-elements/Drawer
20922104
- drawer-button
@@ -5554,11 +5566,11 @@ SingleSlider, RangeSlider
55545566
```ts
55555567
interface ReviewLikesContextProps {
55565568
deriveCurrentStateAndCount: (currentState: {
5557-
reviewId: any
5558-
liked: boolean
5559-
likesCount: number
5560-
}) => { liked: boolean; likesCount: number }
5561-
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void
5569+
reviewId: any;
5570+
liked: boolean;
5571+
likesCount: number;
5572+
}) => { liked: boolean; likesCount: number };
5573+
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void;
55625574
}
55635575
```
55645576

0 commit comments

Comments
 (0)