File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.2
4+
5+ ### Patch Changes
6+
7+ - 6f72c8d: Export all composables for external packages to enable custom renderer development
8+ - Added ` export * from './composables' ` to main index.ts
9+ - Resolves import errors for ` useProvidePivotData ` and ` providePivotData ` in external packages
10+ - Enables plotly-renderer and lazy-table-renderer to properly import required functions
11+ - No circular dependency issues detected after thorough analysis
12+ - Maintains backward compatibility while improving extensibility
13+
314## 1.2.1
415
516### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-pivottable" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2-beta.1755136946 " ,
44 "type" : " module" ,
55 "description" : " " ,
66 "exports" : {
You can’t perform that action at this time.
0 commit comments