We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73d42f4 + 6f72c8d commit ec95a6bCopy full SHA for ec95a6b
.changeset/composables-export-patch.md
@@ -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