Skip to content

Commit 793c219

Browse files
authored
Merge branch 'develop' into fix/memory-leak-issue-270
2 parents 3e85eb1 + d9edef8 commit 793c219

File tree

15 files changed

+646
-1428
lines changed

15 files changed

+646
-1428
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.

.github/workflows/integrate-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "- **Auto-generated**: This PR was automatically created by the integration workflow"
9191
echo ""
9292
echo "### 📝 Recent Commits"
93-
echo "${{ steps.commit-info.outputs.commits }}"
93+
echo "${{ steps.commit-info.outputs.commits }}" | sed 's/%0A/\n/g; s/%0D//g; s/%25/%/g'
9494
echo ""
9595
echo "### 🔍 What happens next?"
9696
echo "1. Review the changes in this PR"

0 commit comments

Comments
 (0)