Skip to content

Choose a tag to compare

@Seungwoo321 Seungwoo321 released this 14 Aug 03:09
· 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 useProvidePivotData and providePivotData 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

💻 Installation

npm install [email protected]

🔗 Links


Released by GitHub Actions