stz-chart-maker 2.3.9 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,241 @@
1
+ # Changelog
2
+
3
+
4
+ ### [2.3.10] (2026-06-24)
5
+ - feat : stzOnClick 함수를 만들어서 사용자가 기본 chartjs options.onClick 함수를 사용 시 세번째 인자로 차트 값도 사용 할 수 있도록 제공
6
+
7
+ ### [2.3.7] (2026-06-11)
8
+ -feat : zoom option을 plugin-native `limits` 구조로 정리하고 `zoomLimits` 하위 호환 유지
9
+ -feat : `autoLimits: 'original' | 'data'` opt-in 지원 추가
10
+
11
+ ### [2.3.6] (2026-06-08)
12
+ -feat : dataset visibility, tooltip 제어 helper 추가 및 typedoc example 보강
13
+
14
+ ### [2.3.5] (2026-06-08)
15
+ -feat : chartId 또는 Chart 인스턴스를 받는 제어/export helper 추가
16
+ -feat : dataset visibility, tooltip 제어 helper 추가 및 typedoc example 보강
17
+ -feat : `_noDataText` 옵션으로 no-data 문구 커스터마이징 및 자동 noDataPlugin 활성화
18
+ -feat : 전역 설정 `loading` 추가 (Cartesian 차트 대상)
19
+
20
+ ### [2.3.4] (2026-06-08)
21
+ -fix : 범례 관련 오류 수정
22
+ -feat : 전역 설정 관련 줌, 툴팁 추가
23
+
24
+ ### [2.3.3] (2026-06-05)
25
+ - chore : README, typedoc 정리
26
+ - fix : 범례 datasetindex 0 오류 수정
27
+
28
+ ### [2.3.2] (2026-06-04)
29
+ -feat : setTimeScale 메소드 추가
30
+ -fix : default options 개선
31
+
32
+ ### [2.3.1] (2026-06-04)
33
+ -refactor : 타입 판별 로직을 `StzUtils` 기반으로 통일
34
+ -refactor : 객체 판별 및 조건 분기 코드 정리
35
+ -chore : README, 기본 옵션, 유틸리티, 래퍼 일부 정리
36
+
37
+ ### [2.3.0] (2026-06-02)
38
+ -feat : `clone()`, `copy()` 메서드 추가
39
+ -refactor : plugins 관련 메서드 구조 정리
40
+ -refactor : `coalesce` helper 도입으로 초기화 패턴 정리
41
+ -refactor : `Chart`, `Cartesian`, `Arc`, `Treemap` 래퍼 내부 구조 정리
42
+
43
+ ### [2.2.0] (2026-02-26)
44
+ -refactor : isEmpty / !null 체크 기반 초기화 패턴을 `StzUtils` helper(`coalesce`) 기반으로 구조 개선
45
+ -chore : 코드 정리 및 마이너 버전 업그레이드
46
+
47
+ ### [2.1.1] (2026-02-26)
48
+ -refactor : 코드 정리 및 document 타이틀 변경
49
+ -refactor : 각 클래스 역할 분할
50
+
51
+ ### [2.1.0] (2026-02-24)
52
+ -refactor : 파일명 및 구조 변경
53
+
54
+ ### [2.0.4] (2026-02-03)
55
+ -refactor : 폴더명 변경
56
+ -refactor : `stzutil-js` 마이그레이션 (3)
57
+
58
+ ### [2.0.3] (2026-02-01)
59
+ -refactor : `stzutil-js` 마이그레이션 (2)
60
+
61
+ ### [2.0.2] (2026-01-23)
62
+ -feat : streaming method 추가
63
+ -refactor : `StzUtils` 마이그레이션 (점진 적용)
64
+
65
+ ### [2.0.1] (2026-01-23)
66
+ -fix : 기존 `StzUtils` 마이그레이션 방식 보정 (점진적 적용으로 변경)
67
+
68
+ ### [2.0.0] (2026-01-23)
69
+ -refactor : `StzUtils` 기반으로 유틸리티 의존성 전환
70
+
71
+ ### [1.7.1] (2026-01-15)
72
+ -fix : `DeepPartial` 관련 오류 수정
73
+ -refactor : 유틸 관련 코드 정리
74
+
75
+ ### [1.6.15] (2025-12-30)
76
+ -fix : 에러 수정
77
+
78
+ ### [1.6.14] (2025-12-30)
79
+ -fix : 에러 수정
80
+
81
+ ### [1.6.13] (2025-12-30)
82
+ -fix : 안정화 패치 반영
83
+
84
+ ### [1.6.12] (2025-12-30)
85
+ -fix : 안정화 패치 반영
86
+
87
+ ### [1.6.11] (2025-12-30)
88
+ -fix : 안정화 패치 반영
89
+
90
+ ### [1.6.10] (2025-12-30)
91
+ -refactor : 유틸 의존성 변경 반영
92
+ -feat : icons 및 간트 차트용 플러그인 추가
93
+
94
+ ### [1.6.9] (2025-12-07)
95
+ -fix : custom plugin error 수정
96
+
97
+ ### [1.6.8] (2025-12-07)
98
+ -feat : icons, custom plugin 추가
99
+
100
+ ### [1.6.7] (2025-12-07)
101
+ -fix : `backgroundColor`, `borderColor` 속성 오류 수정
102
+
103
+ ### [1.6.6] (2025-12-07)
104
+ -feat : `addData`, `setData`, `getData` 메서드 업데이트
105
+ -feat : `setPlugin` 인자를 객체 하나에서 배열까지 받을 수 있도록 확장
106
+
107
+ ### [1.6.5] (2025-11-25)
108
+ -fix : treeMapChart 오류 수정
109
+
110
+ ### [1.6.4] (2025-11-25)
111
+ -feat : `CartesianChartWrapper` method update
112
+ -fix : `ChartMountPlugin` 관점 분리
113
+
114
+ ### [1.6.3] (2025-11-24)
115
+ -feat : `ganttChart()` method 추가
116
+
117
+ ### [1.6.2] (2025-11-24)
118
+ -fix : `segmentImagePlugin` 변경에 따른 `ArcChartWrapper _group` error 수정
119
+
120
+ ### [1.6.1] (2025-11-24)
121
+ -fix : `ArcChartWrapper chartMountPlugin` error fix
122
+
123
+ ### [1.6.0] (2025-11-24)
124
+ -feat : `TreemapChartWrapper` 추가
125
+
126
+ ### [1.5.2] (2025-11-22)
127
+ -feat : `segmentImage` method 추가
128
+
129
+ ### [1.5.1] (2025-11-17)
130
+ -feat : chart image export function 추가
131
+
132
+ ### [1.5.0] (2025-11-16)
133
+ -fix : `configLoader.ts` 수정
134
+ -feat : `PieChartWrapper` 추가
135
+
136
+ ### [1.4.1] (2025-11-09)
137
+ -fix : `Cannot access 'ChartWrapper' before initialization` 오류 수정
138
+ -fix : `configLoader.ts`에서 직접 import 하도록 변경
139
+
140
+ ### [1.4.0] (2025-11-09)
141
+ -feat : 설정파일 기능 확장 (`CHART_COLOR`, `autoRegister` 옵션 추가)
142
+ -fix : `commonTypes` 가독성 문제로 인한 분리
143
+
144
+ ### [1.3.3] (2025-11-08)
145
+ -feat : `stz.config.js` 설정파일 적용 기능 추가
146
+
147
+ ### [1.3.1] (2025-11-03)
148
+ -feat : `chartData` 관련 accessor 추가
149
+ -feat : 각종 커스텀 데이터셋 키 추가
150
+
151
+ ### [1.3.0] (2025-11-02)
152
+ -feat : `ErrorShield` 클래스 추가
153
+ -feat : 커스텀 에러 핸들링 기능 구현
154
+
155
+ ### [1.2.6] (2025-11-01)
156
+ -fix : README 오타 수정
157
+ -feat : sparkline 차트 클래스 추가
158
+
159
+ ### [1.2.5] (2025-10-25)
160
+ -feat : `ChartWrapper` class `setTitle`, `setLegend` 추가
161
+ -feat : `CartesianChart` class `setBackgroundColor`, `setGrid` 추가
162
+ -feat : `Doughnut` `setCenterText` 추가
163
+
164
+ ### [1.2.2 ~ 1.2.4] (2025-10-19)
165
+ -docs : README 변경
166
+
167
+ ### [1.2.1] (2025-10-19)
168
+ -fix : 라인 차트 오타 수정
169
+ -feat : bar 차트 `sparkBar` 옵션 및 메서드 추가
170
+ -feat : `Bubble` 클래스 추가
171
+ -feat : `CustomError.shield` 추가
172
+
173
+ ### [1.1.1] (2025-09-30)
174
+ -fix : 1.1.1 릴리즈 패치 반영
175
+
176
+ ### [1.1.0] (2025-10-10)
177
+ -feat : `Doughnut` 차트 클래스 추가
178
+ -fix : 각 클래스가 상속받는 interface 수정
179
+
180
+ ### [1.0.20] (2025-10-09)
181
+ -feat : `ArcChartWrapper` (`pie`, `doughnut`) 추가
182
+ -chore : keyword 정리
183
+
184
+ ### [1.0.18] (2025-09-22)
185
+ -feat : `RadialChartWrapper` 추가
186
+ -feat : `CartesianChartWrapper` 메서드 추가 및 dataset uid 보강
187
+ -docs : typedoc 정리
188
+
189
+ ### [1.0.17] (2025-09-17)
190
+ -feat : `onResize` 메서드 추가 및 option 변경
191
+ -refactor : `ChartFactory.create`, `LineChartWrapper` 메서드 구조 수정
192
+ -fix : 오류 수정
193
+
194
+ ### [1.0.16] (2025-09-12)
195
+ -refactor : `build` 프록시 반환 구조 변경에 따른 추상 메서드 전환
196
+
197
+ ### [1.0.15] (2025-09-11)
198
+ -fix : 타입 수정
199
+
200
+ ### [1.0.14] (2025-09-11)
201
+ -fix : ESLint 에러 수정
202
+
203
+ ### [1.0.13] (2025-09-11)
204
+ -fix : ESLint 에러 수정
205
+
206
+ ### [1.0.12] (2025-09-11)
207
+ -fix : ESLint 에러 수정
208
+
209
+ ### [1.0.11] (2025-09-11)
210
+ -fix : ESLint 에러 수정
211
+
212
+ ### [1.0.10] (2025-09-11)
213
+ -docs : README 정리
214
+ -fix : ESLint 에러 수정
215
+
216
+ ### [1.0.9] (2025-09-11)
217
+ -docs : README 테스트/정리
218
+
219
+ ### [1.0.8] (2025-09-11)
220
+ -docs : README 정리
221
+
222
+ ### [1.0.7] (2025-09-11)
223
+ -docs : README 정리
224
+
225
+ ### [1.0.6] (2025-09-11)
226
+ -docs : README 정리
227
+
228
+ ### [1.0.5] (2025-09-11)
229
+ -build : rollup 옵션 수정
230
+
231
+ ### [1.0.4] (2025-09-11)
232
+ -docs : README 정리
233
+
234
+ ### [1.0.3] (2025-09-11)
235
+ -docs : vercel에 typedoc 호스팅
236
+
237
+ ### [1.0.2] (2025-09-11)
238
+ -chore : 1.0.2 릴리즈
239
+
240
+ ### [1.0.1] (2025-09-11)
241
+ -chore : 1.0.1 초기 릴리즈