Skip to content

Commit f4122ad

Browse files
Seungwoo321claude
andcommitted
chore: add changeset for VuePivottable props fixes
- Add changeset for patch release addressing component isolation and prop issues - Includes fixes for undefined errors and missing required prop warnings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 97cdf74 commit f4122ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"vue-pivottable": patch
3+
---
4+
5+
Fix VuePivottable component props and type issues
6+
7+
- Fix "Cannot read properties of undefined" error when using VuePivottable without VuePivottableUi
8+
- Remove unnecessary composables export from main index to prevent VuePivottableUi code execution
9+
- Make aggregatorName, renderers, rendererName optional in DefaultPropsType with proper defaults
10+
- Add proper default values in VPivottable component
11+
- Fix TSVExportRenderers to handle undefined aggregatorName
12+
- Resolve Vue warning messages for missing required props
13+
14+
This ensures VuePivottable can be used independently without requiring VuePivottableUi-specific props.

0 commit comments

Comments
 (0)