Skip to content

Commit ec95a6b

Browse files
authored
Merge pull request #297 from vue-pivottable/chore/add-changeset-for-composables-export
chore: add changeset for composables export feature
2 parents 73d42f4 + 6f72c8d commit ec95a6b

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)