Skip to content

Commit 222c512

Browse files
TRIPLE Botdrakang4
authored andcommitted
Update v14.0.4 CHANGELOG
1 parent 940622b commit 222c512

File tree

1 file changed

+58
-5
lines changed

1 file changed

+58
-5
lines changed

CHANGELOG.md

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

3+
## v14.0.4
4+
5+
### i18n
6+
7+
- triple-web 테스트 추가 [#3472](https://github.com/titicacadev/triple-frontend/pull/3472)
8+
9+
### router
10+
11+
- Link 컴포넌트에서 불필요한 inline style 제거 [#3482](https://github.com/titicacadev/triple-frontend/pull/3482)
12+
13+
### standard-action-handler
14+
15+
- 타입 에러 수정 [#3471](https://github.com/titicacadev/triple-frontend/pull/3471)
16+
17+
### tds-ui
18+
19+
- Card radius prop 이름 변경 [#3463](https://github.com/titicacadev/triple-frontend/pull/3463)
20+
- Carousel containerPadding, margin prop 복구 [#3470](https://github.com/titicacadev/triple-frontend/pull/3470)
21+
- 타입 에러 수정 [#3471](https://github.com/titicacadev/triple-frontend/pull/3471)
22+
23+
### tds-widget
24+
25+
- ScrapsProvider에 onScrapeFailed prop 넘길 수 있도록 추가 [#3469](https://github.com/titicacadev/triple-frontend/pull/3469)
26+
- 타입 에러 수정 [#3471](https://github.com/titicacadev/triple-frontend/pull/3471)
27+
- 13.35.0 - 13.36.0 변경사항을 14에 반영 [#3479](https://github.com/titicacadev/triple-frontend/pull/3479)
28+
29+
### triple-document
30+
31+
- #3437 변경사항을 적용합니다 [#3466](https://github.com/titicacadev/triple-frontend/pull/3466)
32+
- 타입 에러 수정 [#3471](https://github.com/titicacadev/triple-frontend/pull/3471)
33+
34+
### triple-web
35+
36+
- triple-web 테스트 추가 [#3472](https://github.com/titicacadev/triple-frontend/pull/3472)
37+
- 13.35.0 - 13.36.0 변경사항을 14에 반영 [#3479](https://github.com/titicacadev/triple-frontend/pull/3479)
38+
39+
### triple-web-nextjs
40+
41+
- [triple-web-nextjs] promise error 해결 [#3473](https://github.com/titicacadev/triple-frontend/pull/3473)
42+
- 13.35.0 - 13.36.0 변경사항을 14에 반영 [#3479](https://github.com/titicacadev/triple-frontend/pull/3479)
43+
44+
### triple-web-nextjs-pages
45+
46+
- 13.35.0 - 13.36.0 변경사항을 14에 반영 [#3479](https://github.com/titicacadev/triple-frontend/pull/3479)
47+
48+
### triple-web-test-utils
49+
50+
- 타입 에러 수정 [#3471](https://github.com/titicacadev/triple-frontend/pull/3471)
51+
52+
### triple-web-utils
53+
54+
- 13.35.0 - 13.36.0 변경사항을 14에 반영 [#3479](https://github.com/titicacadev/triple-frontend/pull/3479)
55+
356
## v14.0.3
457

558
### standard-action-handler
@@ -4905,11 +4958,11 @@ SingleSlider, RangeSlider
49054958
```ts
49064959
interface ReviewLikesContextProps {
49074960
deriveCurrentStateAndCount: (currentState: {
4908-
reviewId: any
4909-
liked: boolean
4910-
likesCount: number
4911-
}) => { liked: boolean; likesCount: number }
4912-
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void
4961+
reviewId: any;
4962+
liked: boolean;
4963+
likesCount: number;
4964+
}) => { liked: boolean; likesCount: number };
4965+
updateLikedStatus: (newLikes: { [reviewId: string]: boolean }) => void;
49134966
}
49144967
```
49154968

0 commit comments

Comments
 (0)