Skip to content

Commit 6d6b733

Browse files
authored
Merge pull request #292 from vue-pivottable/develop
πŸ”„ Integrate develop β†’ staging (13 commits)
2 parents 70e17ab + b4bd857 commit 6d6b733

20 files changed

+680
-1616
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"vue-pivottable": patch
3+
---
4+
5+
Fix main.ts import reference issue and optimize memory usage
6+
7+
Fixed undefined SimpleApp reference to use App component in main.ts entry point. This resolves runtime errors and improves application startup reliability.
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)