|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.0.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- a59a151: chore: plotly-renderer peerDependency를 'latest'로 변경 |
| 8 | + |
| 9 | + - 베타 버전 대신 'latest'를 사용하여 더 유연한 버전 관리 가능 |
| 10 | + |
3 | 11 | ## [2.0.0](https://github.com/vue-pivottable/vue3-pivottable/compare/@vue-pivottable/[email protected]...@vue-pivottable/[email protected]) (2024-06-15) |
4 | 12 |
|
5 | 13 | ### ⚠ BREAKING CHANGES |
6 | 14 |
|
7 | | -* Complete TypeScript migration |
8 | | -* Updated Plotly.js to latest version |
9 | | -* Changed prop interfaces for better type safety |
| 15 | +- Complete TypeScript migration |
| 16 | +- Updated Plotly.js to latest version |
| 17 | +- Changed prop interfaces for better type safety |
10 | 18 |
|
11 | 19 | ### Features |
12 | 20 |
|
13 | | -* TypeScript support throughout the package |
14 | | -* Improved chart rendering performance |
15 | | -* Better error handling for invalid data |
16 | | -* Enhanced customization options for charts |
| 21 | +- TypeScript support throughout the package |
| 22 | +- Improved chart rendering performance |
| 23 | +- Better error handling for invalid data |
| 24 | +- Enhanced customization options for charts |
17 | 25 |
|
18 | 26 | ### Bug Fixes |
19 | 27 |
|
20 | | -* Fixed memory leaks in chart disposal |
21 | | -* Resolved resize observer issues |
22 | | -* Fixed chart update race conditions |
| 28 | +- Fixed memory leaks in chart disposal |
| 29 | +- Resolved resize observer issues |
| 30 | +- Fixed chart update race conditions |
23 | 31 |
|
24 | 32 | ## [1.0.0](https://github.com/vue-pivottable/vue3-pivottable/releases/tag/@vue-pivottable/[email protected]) (2024-05-01) |
25 | 33 |
|
26 | 34 | ### Features |
27 | 35 |
|
28 | | -* Initial release of Plotly renderer for vue3-pivottable |
29 | | -* Support for all major Plotly chart types |
30 | | -* Responsive chart sizing |
31 | | -* Custom color schemes |
32 | | -* Interactive chart features (zoom, pan, hover) |
33 | | -* Export to PNG/SVG functionality |
| 36 | +- Initial release of Plotly renderer for vue3-pivottable |
| 37 | +- Support for all major Plotly chart types |
| 38 | +- Responsive chart sizing |
| 39 | +- Custom color schemes |
| 40 | +- Interactive chart features (zoom, pan, hover) |
| 41 | +- Export to PNG/SVG functionality |
0 commit comments