·
1 commit
to main
since this release
🚀 Production Release 1.2.2
📦 Published Package
📝 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
useProvidePivotDataandprovidePivotDatain 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 [email protected]🔗 Links
Released by GitHub Actions