Skip to content

Commit 7861a74

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/vue-pivottable/vue3-pivottable/compare/@vue-pivottable/lazy-table-renderer@1.0.13...@vue-pivottable/lazy-table-renderer@1.1.0) (2025-06-18) ### Bug Fixes * **aggregators:** 집계 함수 null/undefined 체크 strictNullChecks 대응 ([1f681b6](1f681b6)), closes [#132](#132) * **composables:** helper import 경로 @ alias로 복구 (PivotData) ([7f3b396](7f3b396)) * **composables:** helper import 경로 @ alias로 복구 (PivotData) ([49a5905](49a5905)) * **composables:** import 경로 및 타입 선언 오류 수정 (빌드 경고/에러 해결) ([c403cfa](c403cfa)) * **composables:** import 경로를 상대경로로 수정하여 빌드 경고 해결 (PivotData) ([deb6bb1](deb6bb1)) * **helper:** sum(attrs)() 패턴 제거 및 타입 일관성 개선 ([e93aecf](e93aecf)), closes [#130](#130) [#130](#130) ### Features * **composables:** useMaterializeInput TypeScript 변환 ([868f275](868f275)) * **composables:** usePropsState TypeScript 변환 ([b1b833b](b1b833b)) * **composables:** useProvidePivotData TypeScript 변환 ([c6a33d9](c6a33d9)) * **helper:** utilities.js를 TypeScript로 마이그레이션 ([1f882f3](1f882f3))
1 parent cad921a commit 7861a74

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/lazy-table-renderer/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.1.0](https://github.com/vue-pivottable/vue3-pivottable/compare/@vue-pivottable/lazy-table-renderer@1.0.13...@vue-pivottable/lazy-table-renderer@1.1.0) (2025-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **aggregators:** 집계 함수 null/undefined 체크 strictNullChecks 대응 ([1f681b6](https://github.com/vue-pivottable/vue3-pivottable/commit/1f681b6954e39ef5fa09faaf53d3874fdec06cb8)), closes [#132](https://github.com/vue-pivottable/vue3-pivottable/issues/132)
7+
* **composables:** helper import 경로 @ alias로 복구 (PivotData) ([7f3b396](https://github.com/vue-pivottable/vue3-pivottable/commit/7f3b396ccdc56364ebde86f1480eae1ab22fb839))
8+
* **composables:** helper import 경로 @ alias로 복구 (PivotData) ([49a5905](https://github.com/vue-pivottable/vue3-pivottable/commit/49a59052529ce5abdb86716f5f9463587f8cf61a))
9+
* **composables:** import 경로 및 타입 선언 오류 수정 (빌드 경고/에러 해결) ([c403cfa](https://github.com/vue-pivottable/vue3-pivottable/commit/c403cfaef33816448ca1deb8254710fcb1b908ee))
10+
* **composables:** import 경로를 상대경로로 수정하여 빌드 경고 해결 (PivotData) ([deb6bb1](https://github.com/vue-pivottable/vue3-pivottable/commit/deb6bb11ebaf4558c109b6537582ef73d9ff9083))
11+
* **helper:** sum(attrs)() 패턴 제거 및 타입 일관성 개선 ([e93aecf](https://github.com/vue-pivottable/vue3-pivottable/commit/e93aecf1f7b944895c68f0c4ac26949094691b9b)), closes [#130](https://github.com/vue-pivottable/vue3-pivottable/issues/130) [#130](https://github.com/vue-pivottable/vue3-pivottable/issues/130)
12+
13+
14+
### Features
15+
16+
* **composables:** useMaterializeInput TypeScript 변환 ([868f275](https://github.com/vue-pivottable/vue3-pivottable/commit/868f27537d9d43d15649d5e61118bc46a477dc3f))
17+
* **composables:** usePropsState TypeScript 변환 ([b1b833b](https://github.com/vue-pivottable/vue3-pivottable/commit/b1b833bb59a797ea5208e45e82bf3931ae8b2c73))
18+
* **composables:** useProvidePivotData TypeScript 변환 ([c6a33d9](https://github.com/vue-pivottable/vue3-pivottable/commit/c6a33d9ef6077f5c5714902dd2fc6e9c0ead885e))
19+
* **helper:** utilities.js를 TypeScript로 마이그레이션 ([1f882f3](https://github.com/vue-pivottable/vue3-pivottable/commit/1f882f3b24637c69f411be3ffc639fc408529cc1))
20+
121
## [1.0.13](https://github.com/vue-pivottable/vue3-pivottable/compare/@vue-pivottable/lazy-table-renderer@1.0.12...@vue-pivottable/lazy-table-renderer@1.0.13) (2025-05-07)
222

323
## [1.0.12](https://github.com/vue-pivottable/vue3-pivottable/compare/@vue-pivottable/lazy-table-renderer@1.0.11...@vue-pivottable/lazy-table-renderer@1.0.12) (2025-05-07)

packages/lazy-table-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-pivottable/lazy-table-renderer",
3-
"version": "1.0.13",
3+
"version": "1.1.0",
44
"type": "module",
55
"description": "",
66
"exports": {

0 commit comments

Comments
 (0)