·
1 commit
to main
since this release
🚀 Production Release 1.2.2
📦 Published Package
- vue-pivottable@1.2.2
📝 Release Notes
Patch Changes
- Export all composables for external packages to enable custom renderer development
- Added
export * from './composables'
to main index.ts - Resolves import errors for
useProvidePivotData
andprovidePivotData
in external packages - Enables plotly-renderer and lazy-table-renderer to properly import required functions
- No circular dependency issues detected after thorough analysis
- Maintains backward compatibility while improving extensibility
- Added
💻 Installation
npm install vue-pivottable@1.2.2
🔗 Links
Released by GitHub Actions