Skip to content

Commit 6f72c8d

Browse files
Seungwoo321claude
andcommitted
chore: add changeset for composables export feature
- Add changeset documentation for PR #295 - Tracks the composables export feature for release notes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 73d42f4 commit 6f72c8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"vue-pivottable": patch
3+
---
4+
5+
Export all composables for external packages to enable custom renderer development
6+
7+
- Added `export * from './composables'` to main index.ts
8+
- Resolves import errors for `useProvidePivotData` and `providePivotData` in external packages
9+
- Enables plotly-renderer and lazy-table-renderer to properly import required functions
10+
- No circular dependency issues detected after thorough analysis
11+
- Maintains backward compatibility while improving extensibility

0 commit comments

Comments
 (0)