|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 56 | ## v14.0.3 |
4 | 57 |
|
5 | 58 | ### standard-action-handler |
@@ -4905,11 +4958,11 @@ SingleSlider, RangeSlider |
4905 | 4958 | ```ts |
4906 | 4959 | interface ReviewLikesContextProps { |
4907 | 4960 | 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; |
4913 | 4966 | } |
4914 | 4967 | ``` |
4915 | 4968 |
|
|
0 commit comments