@carbon/charts-react 1.8.0 → 1.9.0-rc.3
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/README.md +11 -13
- package/dist/charts/AlluvialChart.d.ts +5 -0
- package/dist/charts/AreaChart.d.ts +5 -0
- package/dist/charts/BaseChart.d.ts +16 -0
- package/dist/charts/BoxplotChart.d.ts +5 -0
- package/dist/charts/BubbleChart.d.ts +5 -0
- package/dist/charts/BulletChart.d.ts +5 -0
- package/dist/charts/ChoroplethChart.d.ts +5 -0
- package/dist/charts/CirclePackChart.d.ts +5 -0
- package/dist/charts/ComboChart.d.ts +5 -0
- package/dist/charts/DonutChart.d.ts +5 -0
- package/dist/charts/GaugeChart.d.ts +5 -0
- package/dist/charts/GroupedBarChart.d.ts +5 -0
- package/dist/charts/HeatmapChart.d.ts +5 -0
- package/dist/charts/HistogramChart.d.ts +5 -0
- package/dist/charts/LineChart.d.ts +5 -0
- package/dist/charts/LollipopChart.d.ts +5 -0
- package/dist/charts/MeterChart.d.ts +5 -0
- package/dist/charts/PieChart.d.ts +5 -0
- package/dist/charts/RadarChart.d.ts +5 -0
- package/dist/charts/ScatterChart.d.ts +5 -0
- package/dist/charts/SimpleBarChart.d.ts +5 -0
- package/dist/charts/StackedAreaChart.d.ts +5 -0
- package/dist/charts/StackedBarChart.d.ts +5 -0
- package/dist/charts/TreeChart.d.ts +5 -0
- package/dist/charts/TreemapChart.d.ts +5 -0
- package/dist/charts/WordCloudChart.d.ts +5 -0
- package/dist/charts/index.d.ts +26 -0
- package/dist/diagrams/CardNode.d.ts +12 -0
- package/dist/diagrams/CardNodeColumn.d.ts +7 -0
- package/dist/diagrams/CardNodeLabel.d.ts +6 -0
- package/dist/diagrams/CardNodeSubtitle.d.ts +6 -0
- package/dist/diagrams/CardNodeTitle.d.ts +6 -0
- package/dist/diagrams/Edge.d.ts +17 -0
- package/dist/diagrams/Marker.d.ts +20 -0
- package/dist/diagrams/ShapeNode.d.ts +17 -0
- package/dist/diagrams/index.d.ts +9 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +114 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +23083 -0
- package/dist/index.mjs.map +1 -0
- package/dist/styles.css +28264 -0
- package/dist/styles.css.map +1 -0
- package/dist/styles.min.css +1 -0
- package/dist/styles.min.css.map +1 -0
- package/package.json +94 -56
- package/CHANGELOG.md +0 -2120
- package/LICENSE.md +0 -201
- package/alluvial-chart.d.ts +0 -12
- package/alluvial-chart.js +0 -42
- package/area-chart-stacked.d.ts +0 -12
- package/area-chart-stacked.js +0 -42
- package/area-chart.d.ts +0 -12
- package/area-chart.js +0 -42
- package/bar-chart-grouped.d.ts +0 -12
- package/bar-chart-grouped.js +0 -42
- package/bar-chart-simple.d.ts +0 -12
- package/bar-chart-simple.js +0 -42
- package/bar-chart-stacked.d.ts +0 -12
- package/bar-chart-stacked.js +0 -42
- package/base-chart.d.ts +0 -17
- package/base-chart.js +0 -46
- package/boxplot-chart.d.ts +0 -12
- package/boxplot-chart.js +0 -42
- package/bubble-chart.d.ts +0 -12
- package/bubble-chart.js +0 -42
- package/bullet-chart.d.ts +0 -12
- package/bullet-chart.js +0 -42
- package/bundle.js +0 -1
- package/choropleth-chart.d.ts +0 -12
- package/choropleth-chart.js +0 -42
- package/circle-pack-chart.d.ts +0 -12
- package/circle-pack-chart.js +0 -42
- package/combo-chart.d.ts +0 -12
- package/combo-chart.js +0 -42
- package/diagrams/CardNode/CardNode.d.ts +0 -54
- package/diagrams/CardNode/CardNode.js +0 -84
- package/diagrams/CardNode/CardNodeColumn.d.ts +0 -19
- package/diagrams/CardNode/CardNodeColumn.js +0 -37
- package/diagrams/CardNode/CardNodeLabel.d.ts +0 -15
- package/diagrams/CardNode/CardNodeLabel.js +0 -32
- package/diagrams/CardNode/CardNodeSubtitle.d.ts +0 -15
- package/diagrams/CardNode/CardNodeSubtitle.js +0 -32
- package/diagrams/CardNode/CardNodeTitle.d.ts +0 -15
- package/diagrams/CardNode/CardNodeTitle.js +0 -32
- package/diagrams/CardNode/index.d.ts +0 -6
- package/diagrams/CardNode/index.js +0 -16
- package/diagrams/Edge/Edge.d.ts +0 -65
- package/diagrams/Edge/Edge.js +0 -94
- package/diagrams/Edge/index.d.ts +0 -2
- package/diagrams/Edge/index.js +0 -7
- package/diagrams/Marker/Marker.d.ts +0 -66
- package/diagrams/Marker/Marker.js +0 -120
- package/diagrams/Marker/index.d.ts +0 -1
- package/diagrams/Marker/index.js +0 -14
- package/diagrams/ShapeNode/ShapeNode.d.ts +0 -68
- package/diagrams/ShapeNode/ShapeNode.js +0 -101
- package/diagrams/ShapeNode/index.d.ts +0 -2
- package/diagrams/ShapeNode/index.js +0 -7
- package/diagrams/configs.js +0 -4
- package/donut-chart.d.ts +0 -12
- package/donut-chart.js +0 -42
- package/gauge-chart.d.ts +0 -12
- package/gauge-chart.js +0 -42
- package/heatmap-chart.d.ts +0 -12
- package/heatmap-chart.js +0 -42
- package/histogram-chart.d.ts +0 -12
- package/histogram-chart.js +0 -42
- package/index.d.ts +0 -26
- package/index.js +0 -56
- package/line-chart.d.ts +0 -12
- package/line-chart.js +0 -42
- package/lollipop-chart.d.ts +0 -12
- package/lollipop-chart.js +0 -42
- package/meter-chart.d.ts +0 -12
- package/meter-chart.js +0 -42
- package/pie-chart.d.ts +0 -12
- package/pie-chart.js +0 -42
- package/radar-chart.d.ts +0 -12
- package/radar-chart.js +0 -42
- package/scatter-chart.d.ts +0 -12
- package/scatter-chart.js +0 -42
- package/tree-chart.d.ts +0 -12
- package/tree-chart.js +0 -42
- package/treemap-chart.d.ts +0 -12
- package/treemap-chart.js +0 -42
- package/utils.d.ts +0 -1
- package/utils.js +0 -9
- package/wordcloud-chart.d.ts +0 -12
- package/wordcloud-chart.js +0 -42
- /package/{diagrams/configs.d.ts → dist/diagrams/utils.d.ts} +0 -0
package/CHANGELOG.md
DELETED
|
@@ -1,2120 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See
|
|
4
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [1.8.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.6...v1.8.0) (2023-06-03)
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
- **core:** Add choropleth chart
|
|
11
|
-
([#1487](https://github.com/carbon-design-system/carbon-charts/issues/1487))
|
|
12
|
-
([62caeb1](https://github.com/carbon-design-system/carbon-charts/commit/62caeb1fd6fab9e2a39d85b024f2d9b97f8bd1fa))
|
|
13
|
-
|
|
14
|
-
# Change Log
|
|
15
|
-
|
|
16
|
-
All notable changes to this project will be documented in this file. See
|
|
17
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
-
|
|
19
|
-
## [1.7.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.5...v1.7.6) (2023-05-01)
|
|
20
|
-
|
|
21
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
22
|
-
|
|
23
|
-
# Change Log
|
|
24
|
-
|
|
25
|
-
All notable changes to this project will be documented in this file. See
|
|
26
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
-
|
|
28
|
-
## [1.7.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.4...v1.7.5) (2023-04-28)
|
|
29
|
-
|
|
30
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
31
|
-
|
|
32
|
-
# Change Log
|
|
33
|
-
|
|
34
|
-
All notable changes to this project will be documented in this file. See
|
|
35
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
36
|
-
|
|
37
|
-
## [1.7.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.3...v1.7.4) (2023-04-27)
|
|
38
|
-
|
|
39
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
40
|
-
|
|
41
|
-
# Change Log
|
|
42
|
-
|
|
43
|
-
All notable changes to this project will be documented in this file. See
|
|
44
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
45
|
-
|
|
46
|
-
## [1.7.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.2...v1.7.3) (2023-04-25)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
49
|
-
|
|
50
|
-
# Change Log
|
|
51
|
-
|
|
52
|
-
All notable changes to this project will be documented in this file. See
|
|
53
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
54
|
-
|
|
55
|
-
## [1.7.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.1...v1.7.2) (2023-04-25)
|
|
56
|
-
|
|
57
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
58
|
-
|
|
59
|
-
## [1.7.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.7.0...v1.7.1) (2023-04-20)
|
|
60
|
-
|
|
61
|
-
### Bug Fixes
|
|
62
|
-
|
|
63
|
-
- **1522:** externalize dom-to-image-more
|
|
64
|
-
([#1540](https://github.com/carbon-design-system/carbon-charts/issues/1540))
|
|
65
|
-
([98f1bfc](https://github.com/carbon-design-system/carbon-charts/commit/98f1bfc40aaf0f6cb0e7139ff8cfc3337474aa33))
|
|
66
|
-
|
|
67
|
-
# [1.7.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.14...v1.7.0) (2023-04-19)
|
|
68
|
-
|
|
69
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
70
|
-
|
|
71
|
-
## [1.6.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.13...v1.6.14) (2023-03-07)
|
|
72
|
-
|
|
73
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
74
|
-
|
|
75
|
-
## [1.6.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.12...v1.6.13) (2023-03-07)
|
|
76
|
-
|
|
77
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
78
|
-
|
|
79
|
-
## [1.6.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.11...v1.6.12) (2023-03-06)
|
|
80
|
-
|
|
81
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
82
|
-
|
|
83
|
-
## [1.6.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.10...v1.6.11) (2023-03-06)
|
|
84
|
-
|
|
85
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
86
|
-
|
|
87
|
-
## [1.6.10](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.9...v1.6.10) (2023-03-06)
|
|
88
|
-
|
|
89
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
90
|
-
|
|
91
|
-
## [1.6.9](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.8...v1.6.9) (2023-03-03)
|
|
92
|
-
|
|
93
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
94
|
-
|
|
95
|
-
## [1.6.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.7...v1.6.8) (2023-02-27)
|
|
96
|
-
|
|
97
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
98
|
-
|
|
99
|
-
## [1.6.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.6...v1.6.7) (2023-02-27)
|
|
100
|
-
|
|
101
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
102
|
-
|
|
103
|
-
## [1.6.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.5...v1.6.6) (2023-02-27)
|
|
104
|
-
|
|
105
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
106
|
-
|
|
107
|
-
## [1.6.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.4...v1.6.5) (2023-02-27)
|
|
108
|
-
|
|
109
|
-
### Bug Fixes
|
|
110
|
-
|
|
111
|
-
- **react:** outdated Carbon prefix being used
|
|
112
|
-
([#1501](https://github.com/carbon-design-system/carbon-charts/issues/1501))
|
|
113
|
-
([13d5c58](https://github.com/carbon-design-system/carbon-charts/commit/13d5c58915fc8337d877718fb8857820af10bf26))
|
|
114
|
-
|
|
115
|
-
## [1.6.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.3...v1.6.4) (2023-02-03)
|
|
116
|
-
|
|
117
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
118
|
-
|
|
119
|
-
## [1.6.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.2...v1.6.3) (2022-12-23)
|
|
120
|
-
|
|
121
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
122
|
-
|
|
123
|
-
## [1.6.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.1...v1.6.2) (2022-12-06)
|
|
124
|
-
|
|
125
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
126
|
-
|
|
127
|
-
## [1.6.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.0...v1.6.1) (2022-10-20)
|
|
128
|
-
|
|
129
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
130
|
-
|
|
131
|
-
# [1.6.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.8...v1.6.0) (2022-09-27)
|
|
132
|
-
|
|
133
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
134
|
-
|
|
135
|
-
## [1.5.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.7...v1.5.8) (2022-09-26)
|
|
136
|
-
|
|
137
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
138
|
-
|
|
139
|
-
## [1.5.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.6...v1.5.7) (2022-09-19)
|
|
140
|
-
|
|
141
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
142
|
-
|
|
143
|
-
## [1.5.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.5...v1.5.6) (2022-09-14)
|
|
144
|
-
|
|
145
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
146
|
-
|
|
147
|
-
## [1.5.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.4...v1.5.5) (2022-09-14)
|
|
148
|
-
|
|
149
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
150
|
-
|
|
151
|
-
## [1.5.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.3...v1.5.4) (2022-09-14)
|
|
152
|
-
|
|
153
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
154
|
-
|
|
155
|
-
## [1.5.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.2...v1.5.3) (2022-09-06)
|
|
156
|
-
|
|
157
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
158
|
-
|
|
159
|
-
## [1.5.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.1...v1.5.2) (2022-08-15)
|
|
160
|
-
|
|
161
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
162
|
-
|
|
163
|
-
## [1.5.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.5.0...v1.5.1) (2022-08-08)
|
|
164
|
-
|
|
165
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
166
|
-
|
|
167
|
-
# [1.5.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.4.0...v1.5.0) (2022-07-22)
|
|
168
|
-
|
|
169
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
170
|
-
|
|
171
|
-
# [1.4.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.3.2...v1.4.0) (2022-07-21)
|
|
172
|
-
|
|
173
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
174
|
-
|
|
175
|
-
## [1.3.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.3.1...v1.3.2) (2022-06-30)
|
|
176
|
-
|
|
177
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
178
|
-
|
|
179
|
-
## [1.3.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.3.0...v1.3.1) (2022-06-28)
|
|
180
|
-
|
|
181
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
182
|
-
|
|
183
|
-
# [1.3.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.2.1...v1.3.0) (2022-06-28)
|
|
184
|
-
|
|
185
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
186
|
-
|
|
187
|
-
## [1.2.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.2.0...v1.2.1) (2022-06-14)
|
|
188
|
-
|
|
189
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
190
|
-
|
|
191
|
-
# [1.2.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.1.0...v1.2.0) (2022-06-13)
|
|
192
|
-
|
|
193
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
194
|
-
|
|
195
|
-
# [1.1.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.4...v1.1.0) (2022-06-08)
|
|
196
|
-
|
|
197
|
-
### Features
|
|
198
|
-
|
|
199
|
-
- **core:** add theming functions to sass styles
|
|
200
|
-
([#1382](https://github.com/carbon-design-system/carbon-charts/issues/1382))
|
|
201
|
-
([6f56b2f](https://github.com/carbon-design-system/carbon-charts/commit/6f56b2f78436ab7c5d2e4fc83d9b3a91123c78b1))
|
|
202
|
-
|
|
203
|
-
## [1.0.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.3...v1.0.4) (2022-05-27)
|
|
204
|
-
|
|
205
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
206
|
-
|
|
207
|
-
## [1.0.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.2...v1.0.3) (2022-05-25)
|
|
208
|
-
|
|
209
|
-
### Bug Fixes
|
|
210
|
-
|
|
211
|
-
- **network-diagrams:** fix styling issues
|
|
212
|
-
([#1377](https://github.com/carbon-design-system/carbon-charts/issues/1377))
|
|
213
|
-
([731b747](https://github.com/carbon-design-system/carbon-charts/commit/731b74708fbd2e239f2cf7f51a2a37b8f30ba3f6))
|
|
214
|
-
|
|
215
|
-
## [1.0.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.1...v1.0.2) (2022-05-24)
|
|
216
|
-
|
|
217
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
218
|
-
|
|
219
|
-
## [1.0.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.0...v1.0.1) (2022-05-24)
|
|
220
|
-
|
|
221
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
222
|
-
|
|
223
|
-
# [1.0.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.58.2...v1.0.0) (2022-05-24)
|
|
224
|
-
|
|
225
|
-
### Features
|
|
226
|
-
|
|
227
|
-
- **monorepo:** Carbon v11 migration
|
|
228
|
-
([#1345](https://github.com/carbon-design-system/carbon-charts/issues/1345))
|
|
229
|
-
([97c6fcd](https://github.com/carbon-design-system/carbon-charts/commit/97c6fcd842b83adbbeadd9fa1362d7727b91e6ff))
|
|
230
|
-
|
|
231
|
-
### BREAKING CHANGES
|
|
232
|
-
|
|
233
|
-
- **monorepo:** node-sass => sass, theming
|
|
234
|
-
|
|
235
|
-
# Change Log
|
|
236
|
-
|
|
237
|
-
All notable changes to this project will be documented in this file. See
|
|
238
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
239
|
-
|
|
240
|
-
## [0.58.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.58.1...v0.58.2) (2022-05-24)
|
|
241
|
-
|
|
242
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
243
|
-
|
|
244
|
-
## [0.58.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.58.0...v0.58.1) (2022-05-19)
|
|
245
|
-
|
|
246
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
247
|
-
|
|
248
|
-
# [0.58.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.57.1...v0.58.0) (2022-05-16)
|
|
249
|
-
|
|
250
|
-
### Features
|
|
251
|
-
|
|
252
|
-
- **react:** add react 18 as peerDep, update componentDidMount logic for
|
|
253
|
-
strictmode
|
|
254
|
-
([#1364](https://github.com/carbon-design-system/carbon-charts/issues/1364))
|
|
255
|
-
([9af452f](https://github.com/carbon-design-system/carbon-charts/commit/9af452fa0ae63087ec09556fa34cba8c23bc4689))
|
|
256
|
-
|
|
257
|
-
## [0.57.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.57.0...v0.57.1) (2022-05-06)
|
|
258
|
-
|
|
259
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
260
|
-
|
|
261
|
-
# [0.57.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.56.0...v0.57.0) (2022-04-11)
|
|
262
|
-
|
|
263
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
264
|
-
|
|
265
|
-
# [0.56.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.55.1...v0.56.0) (2022-03-28)
|
|
266
|
-
|
|
267
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
268
|
-
|
|
269
|
-
## [0.55.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.55.0...v0.55.1) (2022-03-14)
|
|
270
|
-
|
|
271
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
272
|
-
|
|
273
|
-
# [0.55.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.14...v0.55.0) (2022-03-14)
|
|
274
|
-
|
|
275
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
276
|
-
|
|
277
|
-
## [0.54.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.13...v0.54.14) (2022-03-14)
|
|
278
|
-
|
|
279
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
280
|
-
|
|
281
|
-
## [0.54.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.12...v0.54.13) (2022-03-09)
|
|
282
|
-
|
|
283
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
284
|
-
|
|
285
|
-
## [0.54.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.11...v0.54.12) (2022-02-04)
|
|
286
|
-
|
|
287
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
288
|
-
|
|
289
|
-
## [0.54.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.10...v0.54.11) (2022-02-02)
|
|
290
|
-
|
|
291
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
292
|
-
|
|
293
|
-
## [0.54.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.9...v0.54.10) (2022-01-27)
|
|
294
|
-
|
|
295
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
296
|
-
|
|
297
|
-
## [0.54.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.8...v0.54.9) (2022-01-27)
|
|
298
|
-
|
|
299
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
300
|
-
|
|
301
|
-
## [0.54.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.7...v0.54.8) (2022-01-25)
|
|
302
|
-
|
|
303
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
304
|
-
|
|
305
|
-
## [0.54.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.6...v0.54.7) (2022-01-13)
|
|
306
|
-
|
|
307
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
308
|
-
|
|
309
|
-
## [0.54.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.5...v0.54.6) (2022-01-13)
|
|
310
|
-
|
|
311
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
312
|
-
|
|
313
|
-
## [0.54.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.4...v0.54.5) (2022-01-11)
|
|
314
|
-
|
|
315
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
316
|
-
|
|
317
|
-
## [0.54.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.3...v0.54.4) (2022-01-10)
|
|
318
|
-
|
|
319
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
320
|
-
|
|
321
|
-
## [0.54.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.2...v0.54.3) (2022-01-07)
|
|
322
|
-
|
|
323
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
324
|
-
|
|
325
|
-
## [0.54.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.1...v0.54.2) (2022-01-05)
|
|
326
|
-
|
|
327
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
328
|
-
|
|
329
|
-
## [0.54.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.54.0...v0.54.1) (2022-01-05)
|
|
330
|
-
|
|
331
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
332
|
-
|
|
333
|
-
# [0.54.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.5...v0.54.0) (2021-12-24)
|
|
334
|
-
|
|
335
|
-
### Features
|
|
336
|
-
|
|
337
|
-
- **core:** create heatmap chart
|
|
338
|
-
([#1200](https://github.com/carbon-design-system/carbon-charts/issues/1200))
|
|
339
|
-
([a55be0f](https://github.com/carbon-design-system/carbon-charts/commit/a55be0fcec6020b609ab18b2224562aaa9775321))
|
|
340
|
-
|
|
341
|
-
## [0.53.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.4...v0.53.5) (2021-12-15)
|
|
342
|
-
|
|
343
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
344
|
-
|
|
345
|
-
## [0.53.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.3...v0.53.4) (2021-12-13)
|
|
346
|
-
|
|
347
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
348
|
-
|
|
349
|
-
## [0.53.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.2...v0.53.3) (2021-12-07)
|
|
350
|
-
|
|
351
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
352
|
-
|
|
353
|
-
## [0.53.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.1...v0.53.2) (2021-12-06)
|
|
354
|
-
|
|
355
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
356
|
-
|
|
357
|
-
## [0.53.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.53.0...v0.53.1) (2021-12-02)
|
|
358
|
-
|
|
359
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
360
|
-
|
|
361
|
-
# [0.53.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.4...v0.53.0) (2021-12-01)
|
|
362
|
-
|
|
363
|
-
### Features
|
|
364
|
-
|
|
365
|
-
- **react diagrams:** add support for applying a custom class to the outer node
|
|
366
|
-
([#1222](https://github.com/carbon-design-system/carbon-charts/issues/1222))
|
|
367
|
-
([c7e8606](https://github.com/carbon-design-system/carbon-charts/commit/c7e8606e860702bf80ebfb9045a5965fcd2fa0ff)),
|
|
368
|
-
closes
|
|
369
|
-
[#1221](https://github.com/carbon-design-system/carbon-charts/issues/1221)
|
|
370
|
-
|
|
371
|
-
## [0.52.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.3...v0.52.4) (2021-12-01)
|
|
372
|
-
|
|
373
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
374
|
-
|
|
375
|
-
## [0.52.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.2...v0.52.3) (2021-11-22)
|
|
376
|
-
|
|
377
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
378
|
-
|
|
379
|
-
## [0.52.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.1...v0.52.2) (2021-11-19)
|
|
380
|
-
|
|
381
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
382
|
-
|
|
383
|
-
## [0.52.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.52.0...v0.52.1) (2021-11-19)
|
|
384
|
-
|
|
385
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
386
|
-
|
|
387
|
-
# [0.52.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.4...v0.52.0) (2021-11-18)
|
|
388
|
-
|
|
389
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
390
|
-
|
|
391
|
-
## [0.51.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.3...v0.51.4) (2021-11-16)
|
|
392
|
-
|
|
393
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
394
|
-
|
|
395
|
-
## [0.51.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.2...v0.51.3) (2021-11-03)
|
|
396
|
-
|
|
397
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
398
|
-
|
|
399
|
-
## [0.51.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.1...v0.51.2) (2021-11-02)
|
|
400
|
-
|
|
401
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
402
|
-
|
|
403
|
-
## [0.51.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.51.0...v0.51.1) (2021-11-02)
|
|
404
|
-
|
|
405
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
406
|
-
|
|
407
|
-
# [0.51.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.10...v0.51.0) (2021-11-01)
|
|
408
|
-
|
|
409
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
410
|
-
|
|
411
|
-
## [0.50.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.9...v0.50.10) (2021-10-27)
|
|
412
|
-
|
|
413
|
-
### Bug Fixes
|
|
414
|
-
|
|
415
|
-
- **core:** address various accessibility violations
|
|
416
|
-
([#1199](https://github.com/carbon-design-system/carbon-charts/issues/1199))
|
|
417
|
-
([a4ab2c0](https://github.com/carbon-design-system/carbon-charts/commit/a4ab2c0e3a91513a18e5724faa87dfd80c81c248))
|
|
418
|
-
|
|
419
|
-
## [0.50.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.8...v0.50.9) (2021-10-20)
|
|
420
|
-
|
|
421
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
422
|
-
|
|
423
|
-
## [0.50.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.7...v0.50.8) (2021-10-18)
|
|
424
|
-
|
|
425
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
426
|
-
|
|
427
|
-
## [0.50.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.6...v0.50.7) (2021-10-12)
|
|
428
|
-
|
|
429
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
430
|
-
|
|
431
|
-
## [0.50.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.5...v0.50.6) (2021-10-08)
|
|
432
|
-
|
|
433
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
434
|
-
|
|
435
|
-
## [0.50.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.4...v0.50.5) (2021-10-08)
|
|
436
|
-
|
|
437
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
438
|
-
|
|
439
|
-
## [0.50.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.3...v0.50.4) (2021-10-05)
|
|
440
|
-
|
|
441
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
442
|
-
|
|
443
|
-
## [0.50.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.2...v0.50.3) (2021-10-04)
|
|
444
|
-
|
|
445
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
446
|
-
|
|
447
|
-
## [0.50.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.1...v0.50.2) (2021-10-04)
|
|
448
|
-
|
|
449
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
450
|
-
|
|
451
|
-
## [0.50.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.0...v0.50.1) (2021-10-01)
|
|
452
|
-
|
|
453
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
454
|
-
|
|
455
|
-
# [0.50.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.7...v0.50.0) (2021-09-30)
|
|
456
|
-
|
|
457
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
458
|
-
|
|
459
|
-
## [0.49.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.6...v0.49.7) (2021-09-27)
|
|
460
|
-
|
|
461
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
462
|
-
|
|
463
|
-
## [0.49.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.5...v0.49.6) (2021-09-23)
|
|
464
|
-
|
|
465
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
466
|
-
|
|
467
|
-
## [0.49.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.4...v0.49.5) (2021-09-23)
|
|
468
|
-
|
|
469
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
470
|
-
|
|
471
|
-
## [0.49.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.3...v0.49.4) (2021-09-22)
|
|
472
|
-
|
|
473
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
474
|
-
|
|
475
|
-
## [0.49.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.2...v0.49.3) (2021-09-22)
|
|
476
|
-
|
|
477
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
478
|
-
|
|
479
|
-
## [0.49.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.1...v0.49.2) (2021-09-20)
|
|
480
|
-
|
|
481
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
482
|
-
|
|
483
|
-
## [0.49.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.0...v0.49.1) (2021-09-17)
|
|
484
|
-
|
|
485
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
486
|
-
|
|
487
|
-
# [0.49.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.4...v0.49.0) (2021-09-15)
|
|
488
|
-
|
|
489
|
-
### Features
|
|
490
|
-
|
|
491
|
-
- **core:** create alluvial chart
|
|
492
|
-
([#1132](https://github.com/carbon-design-system/carbon-charts/issues/1132))
|
|
493
|
-
([08fa194](https://github.com/carbon-design-system/carbon-charts/commit/08fa194f1c59ab2110c0d221886fc0174c936194)),
|
|
494
|
-
closes
|
|
495
|
-
[#871](https://github.com/carbon-design-system/carbon-charts/issues/871)
|
|
496
|
-
|
|
497
|
-
## [0.48.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.3...v0.48.4) (2021-09-13)
|
|
498
|
-
|
|
499
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
500
|
-
|
|
501
|
-
## [0.48.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.2...v0.48.3) (2021-09-13)
|
|
502
|
-
|
|
503
|
-
### Bug Fixes
|
|
504
|
-
|
|
505
|
-
- **core:** diagram rendering issues in safari
|
|
506
|
-
([#1150](https://github.com/carbon-design-system/carbon-charts/issues/1150))
|
|
507
|
-
([fc123dd](https://github.com/carbon-design-system/carbon-charts/commit/fc123dda01795fbd4703362dd2688c5ac1940728))
|
|
508
|
-
|
|
509
|
-
## [0.48.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.1...v0.48.2) (2021-09-13)
|
|
510
|
-
|
|
511
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
512
|
-
|
|
513
|
-
## [0.48.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.48.0...v0.48.1) (2021-09-13)
|
|
514
|
-
|
|
515
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
516
|
-
|
|
517
|
-
# [0.48.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.47.0...v0.48.0) (2021-09-10)
|
|
518
|
-
|
|
519
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
520
|
-
|
|
521
|
-
# [0.47.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.5...v0.47.0) (2021-09-08)
|
|
522
|
-
|
|
523
|
-
### Features
|
|
524
|
-
|
|
525
|
-
- **core:** add tree chart
|
|
526
|
-
([#1116](https://github.com/carbon-design-system/carbon-charts/issues/1116))
|
|
527
|
-
([96e4988](https://github.com/carbon-design-system/carbon-charts/commit/96e4988d5b3926f2a9daa642c8ebb62058328aa3))
|
|
528
|
-
|
|
529
|
-
## [0.46.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.4...v0.46.5) (2021-09-08)
|
|
530
|
-
|
|
531
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
532
|
-
|
|
533
|
-
## [0.46.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.3...v0.46.4) (2021-08-31)
|
|
534
|
-
|
|
535
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
536
|
-
|
|
537
|
-
## [0.46.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.2...v0.46.3) (2021-08-31)
|
|
538
|
-
|
|
539
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
540
|
-
|
|
541
|
-
## [0.46.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.1...v0.46.2) (2021-08-30)
|
|
542
|
-
|
|
543
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
544
|
-
|
|
545
|
-
## [0.46.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.46.0...v0.46.1) (2021-08-27)
|
|
546
|
-
|
|
547
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
548
|
-
|
|
549
|
-
# [0.46.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.45.1...v0.46.0) (2021-08-27)
|
|
550
|
-
|
|
551
|
-
### Features
|
|
552
|
-
|
|
553
|
-
- **charts:** add proportional meter chart
|
|
554
|
-
([#1040](https://github.com/carbon-design-system/carbon-charts/issues/1040))
|
|
555
|
-
([10592e4](https://github.com/carbon-design-system/carbon-charts/commit/10592e40665d104117b8e2d2580e5edc407c3e8d))
|
|
556
|
-
|
|
557
|
-
# Change Log
|
|
558
|
-
|
|
559
|
-
All notable changes to this project will be documented in this file. See
|
|
560
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
561
|
-
|
|
562
|
-
## [0.45.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.45.0...v0.45.1) (2021-08-23)
|
|
563
|
-
|
|
564
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
565
|
-
|
|
566
|
-
# [0.45.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.1...v0.45.0) (2021-08-19)
|
|
567
|
-
|
|
568
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
569
|
-
|
|
570
|
-
## [0.44.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.0...v0.44.1) (2021-08-19)
|
|
571
|
-
|
|
572
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
573
|
-
|
|
574
|
-
# [0.44.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.43.0...v0.44.0) (2021-08-18)
|
|
575
|
-
|
|
576
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
577
|
-
|
|
578
|
-
# [0.43.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.1...v0.43.0) (2021-08-17)
|
|
579
|
-
|
|
580
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
581
|
-
|
|
582
|
-
## [0.42.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.0...v0.42.1) (2021-08-13)
|
|
583
|
-
|
|
584
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
585
|
-
|
|
586
|
-
# [0.42.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.103...v0.42.0) (2021-08-13)
|
|
587
|
-
|
|
588
|
-
### Features
|
|
589
|
-
|
|
590
|
-
- **charts:** add histogram
|
|
591
|
-
([#1038](https://github.com/carbon-design-system/carbon-charts/issues/1038))
|
|
592
|
-
([07e07b3](https://github.com/carbon-design-system/carbon-charts/commit/07e07b3a2e8bc0eb01a7f4fdfc004e8095fb7b26))
|
|
593
|
-
|
|
594
|
-
# Change Log
|
|
595
|
-
|
|
596
|
-
All notable changes to this project will be documented in this file. See
|
|
597
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
598
|
-
|
|
599
|
-
## [0.41.103](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.102...v0.41.103) (2021-08-11)
|
|
600
|
-
|
|
601
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
602
|
-
|
|
603
|
-
## [0.41.102](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.101...v0.41.102) (2021-08-10)
|
|
604
|
-
|
|
605
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
606
|
-
|
|
607
|
-
## [0.41.101](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.100...v0.41.101) (2021-08-06)
|
|
608
|
-
|
|
609
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
610
|
-
|
|
611
|
-
## [0.41.100](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.99...v0.41.100) (2021-08-04)
|
|
612
|
-
|
|
613
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
614
|
-
|
|
615
|
-
## [0.41.99](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.98...v0.41.99) (2021-08-04)
|
|
616
|
-
|
|
617
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
618
|
-
|
|
619
|
-
## [0.41.98](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.97...v0.41.98) (2021-08-04)
|
|
620
|
-
|
|
621
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
622
|
-
|
|
623
|
-
## [0.41.97](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.96...v0.41.97) (2021-08-04)
|
|
624
|
-
|
|
625
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
626
|
-
|
|
627
|
-
## [0.41.96](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.95...v0.41.96) (2021-08-04)
|
|
628
|
-
|
|
629
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
630
|
-
|
|
631
|
-
## [0.41.95](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.94...v0.41.95) (2021-08-02)
|
|
632
|
-
|
|
633
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
634
|
-
|
|
635
|
-
## [0.41.94](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.93...v0.41.94) (2021-07-30)
|
|
636
|
-
|
|
637
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
638
|
-
|
|
639
|
-
## [0.41.93](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.92...v0.41.93) (2021-07-27)
|
|
640
|
-
|
|
641
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
642
|
-
|
|
643
|
-
## [0.41.92](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.91...v0.41.92) (2021-07-26)
|
|
644
|
-
|
|
645
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
646
|
-
|
|
647
|
-
## [0.41.91](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.90...v0.41.91) (2021-07-22)
|
|
648
|
-
|
|
649
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
650
|
-
|
|
651
|
-
## [0.41.90](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.89...v0.41.90) (2021-07-21)
|
|
652
|
-
|
|
653
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
654
|
-
|
|
655
|
-
## [0.41.89](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.88...v0.41.89) (2021-07-21)
|
|
656
|
-
|
|
657
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
658
|
-
|
|
659
|
-
## [0.41.88](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.87...v0.41.88) (2021-07-21)
|
|
660
|
-
|
|
661
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
662
|
-
|
|
663
|
-
## [0.41.87](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.86...v0.41.87) (2021-07-20)
|
|
664
|
-
|
|
665
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
666
|
-
|
|
667
|
-
## [0.41.86](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.85...v0.41.86) (2021-07-20)
|
|
668
|
-
|
|
669
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
670
|
-
|
|
671
|
-
## [0.41.85](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.84...v0.41.85) (2021-07-20)
|
|
672
|
-
|
|
673
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
674
|
-
|
|
675
|
-
## [0.41.84](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.83...v0.41.84) (2021-07-16)
|
|
676
|
-
|
|
677
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
678
|
-
|
|
679
|
-
## [0.41.83](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.82...v0.41.83) (2021-07-15)
|
|
680
|
-
|
|
681
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
682
|
-
|
|
683
|
-
# Change Log
|
|
684
|
-
|
|
685
|
-
All notable changes to this project will be documented in this file. See
|
|
686
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
687
|
-
|
|
688
|
-
## [0.41.82](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.81...v0.41.82) (2021-07-13)
|
|
689
|
-
|
|
690
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
691
|
-
|
|
692
|
-
## [0.41.81](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.80...v0.41.81) (2021-07-13)
|
|
693
|
-
|
|
694
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
695
|
-
|
|
696
|
-
## [0.41.80](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.79...v0.41.80) (2021-07-07)
|
|
697
|
-
|
|
698
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
699
|
-
|
|
700
|
-
## [0.41.79](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.78...v0.41.79) (2021-06-29)
|
|
701
|
-
|
|
702
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
703
|
-
|
|
704
|
-
## [0.41.78](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.77...v0.41.78) (2021-06-29)
|
|
705
|
-
|
|
706
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
707
|
-
|
|
708
|
-
## [0.41.77](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.76...v0.41.77) (2021-06-25)
|
|
709
|
-
|
|
710
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
711
|
-
|
|
712
|
-
## [0.41.76](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.75...v0.41.76) (2021-06-24)
|
|
713
|
-
|
|
714
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
715
|
-
|
|
716
|
-
# Change Log
|
|
717
|
-
|
|
718
|
-
All notable changes to this project will be documented in this file. See
|
|
719
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
720
|
-
|
|
721
|
-
## [0.41.75](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.74...v0.41.75) (2021-06-24)
|
|
722
|
-
|
|
723
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
724
|
-
|
|
725
|
-
## [0.41.74](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.73...v0.41.74) (2021-06-24)
|
|
726
|
-
|
|
727
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
728
|
-
|
|
729
|
-
## [0.41.73](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.72...v0.41.73) (2021-06-24)
|
|
730
|
-
|
|
731
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
732
|
-
|
|
733
|
-
## [0.41.72](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.71...v0.41.72) (2021-06-23)
|
|
734
|
-
|
|
735
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
736
|
-
|
|
737
|
-
## [0.41.71](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.70...v0.41.71) (2021-06-21)
|
|
738
|
-
|
|
739
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
740
|
-
|
|
741
|
-
## [0.41.70](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.69...v0.41.70) (2021-06-21)
|
|
742
|
-
|
|
743
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
744
|
-
|
|
745
|
-
# Change Log
|
|
746
|
-
|
|
747
|
-
All notable changes to this project will be documented in this file. See
|
|
748
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
749
|
-
|
|
750
|
-
## [0.41.69](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.68...v0.41.69) (2021-06-21)
|
|
751
|
-
|
|
752
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
753
|
-
|
|
754
|
-
## [0.41.67](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.66...v0.41.67) (2021-05-31)
|
|
755
|
-
|
|
756
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
757
|
-
|
|
758
|
-
## [0.41.66](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.65...v0.41.66) (2021-05-25)
|
|
759
|
-
|
|
760
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
761
|
-
|
|
762
|
-
## [0.41.65](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.64...v0.41.65) (2021-05-19)
|
|
763
|
-
|
|
764
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
765
|
-
|
|
766
|
-
# Change Log
|
|
767
|
-
|
|
768
|
-
All notable changes to this project will be documented in this file. See
|
|
769
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
770
|
-
|
|
771
|
-
## [0.41.64](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.63...v0.41.64) (2021-05-10)
|
|
772
|
-
|
|
773
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
774
|
-
|
|
775
|
-
## [0.41.63](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.62...v0.41.63) (2021-05-10)
|
|
776
|
-
|
|
777
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
778
|
-
|
|
779
|
-
# Change Log
|
|
780
|
-
|
|
781
|
-
All notable changes to this project will be documented in this file. See
|
|
782
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
783
|
-
|
|
784
|
-
## [0.41.62](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.61...v0.41.62) (2021-04-29)
|
|
785
|
-
|
|
786
|
-
### Bug Fixes
|
|
787
|
-
|
|
788
|
-
- **core:** fix minor bug with data values that are undefined
|
|
789
|
-
([#1007](https://github.com/carbon-design-system/carbon-charts/issues/1007))
|
|
790
|
-
([5c4db99](https://github.com/carbon-design-system/carbon-charts/commit/5c4db996e3aaf5b8c8146b686945c9eb4a191b46))
|
|
791
|
-
|
|
792
|
-
# Change Log
|
|
793
|
-
|
|
794
|
-
All notable changes to this project will be documented in this file. See
|
|
795
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
796
|
-
|
|
797
|
-
## [0.41.61](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.60...v0.41.61) (2021-04-28)
|
|
798
|
-
|
|
799
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
800
|
-
|
|
801
|
-
# Change Log
|
|
802
|
-
|
|
803
|
-
All notable changes to this project will be documented in this file. See
|
|
804
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
805
|
-
|
|
806
|
-
## [0.41.60](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.59...v0.41.60) (2021-04-28)
|
|
807
|
-
|
|
808
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
809
|
-
|
|
810
|
-
## [0.41.59](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.58...v0.41.59) (2021-04-27)
|
|
811
|
-
|
|
812
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
813
|
-
|
|
814
|
-
## [0.41.58](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.57...v0.41.58) (2021-04-26)
|
|
815
|
-
|
|
816
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
817
|
-
|
|
818
|
-
## [0.41.57](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.56...v0.41.57) (2021-04-20)
|
|
819
|
-
|
|
820
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
821
|
-
|
|
822
|
-
# Change Log
|
|
823
|
-
|
|
824
|
-
All notable changes to this project will be documented in this file. See
|
|
825
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
826
|
-
|
|
827
|
-
## [0.41.57](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.56...v0.41.57) (2021-04-20)
|
|
828
|
-
|
|
829
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
830
|
-
|
|
831
|
-
## [0.41.52](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.51...v0.41.52) (2021-04-12)
|
|
832
|
-
|
|
833
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
834
|
-
|
|
835
|
-
## [0.41.51](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.50...v0.41.51) (2021-04-12)
|
|
836
|
-
|
|
837
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
838
|
-
|
|
839
|
-
# Change Log
|
|
840
|
-
|
|
841
|
-
All notable changes to this project will be documented in this file. See
|
|
842
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
843
|
-
|
|
844
|
-
## [0.41.50](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.49...v0.41.50) (2021-04-07)
|
|
845
|
-
|
|
846
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
847
|
-
|
|
848
|
-
## [0.41.49](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.48...v0.41.49) (2021-04-07)
|
|
849
|
-
|
|
850
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
851
|
-
|
|
852
|
-
## [0.41.48](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.47...v0.41.48) (2021-03-31)
|
|
853
|
-
|
|
854
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
855
|
-
|
|
856
|
-
## [0.41.47](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.46...v0.41.47) (2021-03-30)
|
|
857
|
-
|
|
858
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
859
|
-
|
|
860
|
-
## [0.41.46](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.45...v0.41.46) (2021-03-29)
|
|
861
|
-
|
|
862
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
863
|
-
|
|
864
|
-
# Change Log
|
|
865
|
-
|
|
866
|
-
All notable changes to this project will be documented in this file. See
|
|
867
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
868
|
-
|
|
869
|
-
## [0.41.45](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.44...v0.41.45) (2021-03-29)
|
|
870
|
-
|
|
871
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
872
|
-
|
|
873
|
-
## [0.41.44](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.43...v0.41.44) (2021-03-24)
|
|
874
|
-
|
|
875
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
876
|
-
|
|
877
|
-
## [0.41.43](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.42...v0.41.43) (2021-03-15)
|
|
878
|
-
|
|
879
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
880
|
-
|
|
881
|
-
## [0.41.42](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.41...v0.41.42) (2021-03-12)
|
|
882
|
-
|
|
883
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
884
|
-
|
|
885
|
-
## [0.41.41](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.40...v0.41.41) (2021-03-02)
|
|
886
|
-
|
|
887
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
888
|
-
|
|
889
|
-
## [0.41.40](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.39...v0.41.40) (2021-03-01)
|
|
890
|
-
|
|
891
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
892
|
-
|
|
893
|
-
## [0.41.39](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.38...v0.41.39) (2021-02-25)
|
|
894
|
-
|
|
895
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
896
|
-
|
|
897
|
-
## [0.41.38](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.37...v0.41.38) (2021-02-23)
|
|
898
|
-
|
|
899
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
900
|
-
|
|
901
|
-
## [0.41.37](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.36...v0.41.37) (2021-02-23)
|
|
902
|
-
|
|
903
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
904
|
-
|
|
905
|
-
# Change Log
|
|
906
|
-
|
|
907
|
-
All notable changes to this project will be documented in this file. See
|
|
908
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
909
|
-
|
|
910
|
-
## [0.41.36](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.35...v0.41.36) (2021-02-22)
|
|
911
|
-
|
|
912
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
913
|
-
|
|
914
|
-
# Change Log
|
|
915
|
-
|
|
916
|
-
All notable changes to this project will be documented in this file. See
|
|
917
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
918
|
-
|
|
919
|
-
## [0.41.35](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.34...v0.41.35) (2021-02-22)
|
|
920
|
-
|
|
921
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
922
|
-
|
|
923
|
-
# Change Log
|
|
924
|
-
|
|
925
|
-
All notable changes to this project will be documented in this file. See
|
|
926
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
927
|
-
|
|
928
|
-
## [0.41.34](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.33...v0.41.34) (2021-02-22)
|
|
929
|
-
|
|
930
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
931
|
-
|
|
932
|
-
# Change Log
|
|
933
|
-
|
|
934
|
-
All notable changes to this project will be documented in this file. See
|
|
935
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
936
|
-
|
|
937
|
-
## [0.41.33](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.32...v0.41.33) (2021-02-18)
|
|
938
|
-
|
|
939
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
940
|
-
|
|
941
|
-
# Change Log
|
|
942
|
-
|
|
943
|
-
All notable changes to this project will be documented in this file. See
|
|
944
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
945
|
-
|
|
946
|
-
## [0.41.32](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.31...v0.41.32) (2021-02-12)
|
|
947
|
-
|
|
948
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
949
|
-
|
|
950
|
-
# Change Log
|
|
951
|
-
|
|
952
|
-
All notable changes to this project will be documented in this file. See
|
|
953
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
954
|
-
|
|
955
|
-
## [0.41.31](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.30...v0.41.31) (2021-02-05)
|
|
956
|
-
|
|
957
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
958
|
-
|
|
959
|
-
## [0.41.30](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.29...v0.41.30) (2021-02-01)
|
|
960
|
-
|
|
961
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
962
|
-
|
|
963
|
-
# Change Log
|
|
964
|
-
|
|
965
|
-
All notable changes to this project will be documented in this file. See
|
|
966
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
967
|
-
|
|
968
|
-
## [0.41.29](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.28...v0.41.29) (2021-01-29)
|
|
969
|
-
|
|
970
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
971
|
-
|
|
972
|
-
## [0.41.28](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.27...v0.41.28) (2021-01-26)
|
|
973
|
-
|
|
974
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
975
|
-
|
|
976
|
-
# Change Log
|
|
977
|
-
|
|
978
|
-
All notable changes to this project will be documented in this file. See
|
|
979
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
980
|
-
|
|
981
|
-
## [0.41.27](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.26...v0.41.27) (2021-01-20)
|
|
982
|
-
|
|
983
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
984
|
-
|
|
985
|
-
## [0.41.26](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.25...v0.41.26) (2021-01-19)
|
|
986
|
-
|
|
987
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
988
|
-
|
|
989
|
-
## [0.41.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.24...v0.41.25) (2021-01-18)
|
|
990
|
-
|
|
991
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
992
|
-
|
|
993
|
-
## [0.41.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.23...v0.41.24) (2021-01-15)
|
|
994
|
-
|
|
995
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
996
|
-
|
|
997
|
-
## [0.41.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.22...v0.41.23) (2021-01-15)
|
|
998
|
-
|
|
999
|
-
### Bug Fixes
|
|
1000
|
-
|
|
1001
|
-
- **types:** add peak, status properties to MeterChartOptions interface
|
|
1002
|
-
([#924](https://github.com/carbon-design-system/carbon-charts/issues/924))
|
|
1003
|
-
([ffff193](https://github.com/carbon-design-system/carbon-charts/commit/ffff19380e391fc603600e2630f7bb583a6a335b)),
|
|
1004
|
-
closes
|
|
1005
|
-
[#920](https://github.com/carbon-design-system/carbon-charts/issues/920)
|
|
1006
|
-
|
|
1007
|
-
## [0.41.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.21...v0.41.22) (2021-01-15)
|
|
1008
|
-
|
|
1009
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1010
|
-
|
|
1011
|
-
# Change Log
|
|
1012
|
-
|
|
1013
|
-
All notable changes to this project will be documented in this file. See
|
|
1014
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1015
|
-
|
|
1016
|
-
## [0.41.21](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.20...v0.41.21) (2021-01-13)
|
|
1017
|
-
|
|
1018
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1019
|
-
|
|
1020
|
-
## [0.41.20](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.19...v0.41.20) (2021-01-13)
|
|
1021
|
-
|
|
1022
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1023
|
-
|
|
1024
|
-
## [0.41.19](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.18...v0.41.19) (2021-01-13)
|
|
1025
|
-
|
|
1026
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1027
|
-
|
|
1028
|
-
## [0.41.18](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.17...v0.41.18) (2021-01-13)
|
|
1029
|
-
|
|
1030
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1031
|
-
|
|
1032
|
-
## [0.41.17](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.16...v0.41.17) (2021-01-13)
|
|
1033
|
-
|
|
1034
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1035
|
-
|
|
1036
|
-
## [0.41.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.15...v0.41.16) (2021-01-13)
|
|
1037
|
-
|
|
1038
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1039
|
-
|
|
1040
|
-
## [0.41.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.14...v0.41.15) (2021-01-07)
|
|
1041
|
-
|
|
1042
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1043
|
-
|
|
1044
|
-
## [0.41.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.13...v0.41.14) (2020-12-07)
|
|
1045
|
-
|
|
1046
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1047
|
-
|
|
1048
|
-
## [0.41.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.12...v0.41.13) (2020-12-07)
|
|
1049
|
-
|
|
1050
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1051
|
-
|
|
1052
|
-
## [0.41.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.11...v0.41.12) (2020-12-07)
|
|
1053
|
-
|
|
1054
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1055
|
-
|
|
1056
|
-
## [0.41.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.10...v0.41.11) (2020-12-04)
|
|
1057
|
-
|
|
1058
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1059
|
-
|
|
1060
|
-
## [0.41.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.9...v0.41.10) (2020-12-01)
|
|
1061
|
-
|
|
1062
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1063
|
-
|
|
1064
|
-
## [0.41.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.8...v0.41.9) (2020-11-27)
|
|
1065
|
-
|
|
1066
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1067
|
-
|
|
1068
|
-
## [0.41.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.7...v0.41.8) (2020-11-26)
|
|
1069
|
-
|
|
1070
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1071
|
-
|
|
1072
|
-
## [0.41.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.6...v0.41.7) (2020-11-26)
|
|
1073
|
-
|
|
1074
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1075
|
-
|
|
1076
|
-
## [0.41.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.5...v0.41.6) (2020-11-20)
|
|
1077
|
-
|
|
1078
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1079
|
-
|
|
1080
|
-
## [0.41.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.4...v0.41.5) (2020-11-19)
|
|
1081
|
-
|
|
1082
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1083
|
-
|
|
1084
|
-
## [0.41.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.3...v0.41.4) (2020-11-16)
|
|
1085
|
-
|
|
1086
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1087
|
-
|
|
1088
|
-
## [0.41.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.2...v0.41.3) (2020-11-16)
|
|
1089
|
-
|
|
1090
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1091
|
-
|
|
1092
|
-
## [0.41.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.1...v0.41.2) (2020-11-13)
|
|
1093
|
-
|
|
1094
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1095
|
-
|
|
1096
|
-
## [0.41.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.0...v0.41.1) (2020-11-10)
|
|
1097
|
-
|
|
1098
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1099
|
-
|
|
1100
|
-
# [0.41.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.14...v0.41.0) (2020-11-10)
|
|
1101
|
-
|
|
1102
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1103
|
-
|
|
1104
|
-
## [0.40.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.13...v0.40.14) (2020-11-09)
|
|
1105
|
-
|
|
1106
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1107
|
-
|
|
1108
|
-
## [0.40.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.12...v0.40.13) (2020-11-06)
|
|
1109
|
-
|
|
1110
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1111
|
-
|
|
1112
|
-
## [0.40.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.11...v0.40.12) (2020-11-06)
|
|
1113
|
-
|
|
1114
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1115
|
-
|
|
1116
|
-
## [0.40.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.10...v0.40.11) (2020-11-03)
|
|
1117
|
-
|
|
1118
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1119
|
-
|
|
1120
|
-
## [0.40.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.9...v0.40.10) (2020-11-03)
|
|
1121
|
-
|
|
1122
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1123
|
-
|
|
1124
|
-
## [0.40.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.8...v0.40.9) (2020-11-03)
|
|
1125
|
-
|
|
1126
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1127
|
-
|
|
1128
|
-
## [0.40.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.7...v0.40.8) (2020-11-02)
|
|
1129
|
-
|
|
1130
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1131
|
-
|
|
1132
|
-
## [0.40.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.6...v0.40.7) (2020-10-30)
|
|
1133
|
-
|
|
1134
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1135
|
-
|
|
1136
|
-
## [0.40.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.5...v0.40.6) (2020-10-30)
|
|
1137
|
-
|
|
1138
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1139
|
-
|
|
1140
|
-
## [0.40.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.4...v0.40.5) (2020-10-30)
|
|
1141
|
-
|
|
1142
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1143
|
-
|
|
1144
|
-
## [0.40.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.3...v0.40.4) (2020-10-29)
|
|
1145
|
-
|
|
1146
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1147
|
-
|
|
1148
|
-
## [0.40.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.2...v0.40.3) (2020-10-28)
|
|
1149
|
-
|
|
1150
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1151
|
-
|
|
1152
|
-
## [0.40.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.1...v0.40.2) (2020-10-27)
|
|
1153
|
-
|
|
1154
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1155
|
-
|
|
1156
|
-
## [0.40.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.40.0...v0.40.1) (2020-10-22)
|
|
1157
|
-
|
|
1158
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1159
|
-
|
|
1160
|
-
# [0.40.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.39.1...v0.40.0) (2020-10-08)
|
|
1161
|
-
|
|
1162
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1163
|
-
|
|
1164
|
-
## [0.39.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.39.0...v0.39.1) (2020-10-05)
|
|
1165
|
-
|
|
1166
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1167
|
-
|
|
1168
|
-
# [0.39.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.8...v0.39.0) (2020-10-01)
|
|
1169
|
-
|
|
1170
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1171
|
-
|
|
1172
|
-
## [0.38.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.7...v0.38.8) (2020-09-30)
|
|
1173
|
-
|
|
1174
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1175
|
-
|
|
1176
|
-
## [0.38.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.6...v0.38.7) (2020-09-23)
|
|
1177
|
-
|
|
1178
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1179
|
-
|
|
1180
|
-
## [0.38.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.5...v0.38.6) (2020-09-22)
|
|
1181
|
-
|
|
1182
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1183
|
-
|
|
1184
|
-
## [0.38.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.4...v0.38.5) (2020-09-22)
|
|
1185
|
-
|
|
1186
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1187
|
-
|
|
1188
|
-
## [0.38.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.3...v0.38.4) (2020-09-21)
|
|
1189
|
-
|
|
1190
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1191
|
-
|
|
1192
|
-
## [0.38.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.2...v0.38.3) (2020-09-21)
|
|
1193
|
-
|
|
1194
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1195
|
-
|
|
1196
|
-
## [0.38.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.1...v0.38.2) (2020-09-17)
|
|
1197
|
-
|
|
1198
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1199
|
-
|
|
1200
|
-
## [0.38.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.38.0...v0.38.1) (2020-09-17)
|
|
1201
|
-
|
|
1202
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1203
|
-
|
|
1204
|
-
# [0.38.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.1...v0.38.0) (2020-09-15)
|
|
1205
|
-
|
|
1206
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1207
|
-
|
|
1208
|
-
## [0.37.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.37.0...v0.37.1) (2020-09-14)
|
|
1209
|
-
|
|
1210
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1211
|
-
|
|
1212
|
-
# [0.37.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.4...v0.37.0) (2020-09-11)
|
|
1213
|
-
|
|
1214
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1215
|
-
|
|
1216
|
-
## [0.36.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.3...v0.36.4) (2020-09-10)
|
|
1217
|
-
|
|
1218
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1219
|
-
|
|
1220
|
-
## [0.36.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.2...v0.36.3) (2020-09-10)
|
|
1221
|
-
|
|
1222
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1223
|
-
|
|
1224
|
-
## [0.36.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.1...v0.36.2) (2020-09-02)
|
|
1225
|
-
|
|
1226
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1227
|
-
|
|
1228
|
-
## [0.36.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.36.0...v0.36.1) (2020-09-01)
|
|
1229
|
-
|
|
1230
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1231
|
-
|
|
1232
|
-
# [0.36.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.3...v0.36.0) (2020-08-25)
|
|
1233
|
-
|
|
1234
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1235
|
-
|
|
1236
|
-
## [0.35.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.2...v0.35.3) (2020-08-21)
|
|
1237
|
-
|
|
1238
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1239
|
-
|
|
1240
|
-
## [0.35.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.1...v0.35.2) (2020-08-21)
|
|
1241
|
-
|
|
1242
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1243
|
-
|
|
1244
|
-
## [0.35.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.35.0...v0.35.1) (2020-08-18)
|
|
1245
|
-
|
|
1246
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1247
|
-
|
|
1248
|
-
# [0.35.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.11...v0.35.0) (2020-08-13)
|
|
1249
|
-
|
|
1250
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1251
|
-
|
|
1252
|
-
## [0.34.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.10...v0.34.11) (2020-08-12)
|
|
1253
|
-
|
|
1254
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1255
|
-
|
|
1256
|
-
## [0.34.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.9...v0.34.10) (2020-08-11)
|
|
1257
|
-
|
|
1258
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1259
|
-
|
|
1260
|
-
## [0.34.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.8...v0.34.9) (2020-08-06)
|
|
1261
|
-
|
|
1262
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1263
|
-
|
|
1264
|
-
## [0.34.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.7...v0.34.8) (2020-07-30)
|
|
1265
|
-
|
|
1266
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1267
|
-
|
|
1268
|
-
## [0.34.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.6...v0.34.7) (2020-07-29)
|
|
1269
|
-
|
|
1270
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1271
|
-
|
|
1272
|
-
## [0.34.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.5...v0.34.6) (2020-07-27)
|
|
1273
|
-
|
|
1274
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1275
|
-
|
|
1276
|
-
## [0.34.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.4...v0.34.5) (2020-07-22)
|
|
1277
|
-
|
|
1278
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1279
|
-
|
|
1280
|
-
## [0.34.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.3...v0.34.4) (2020-07-21)
|
|
1281
|
-
|
|
1282
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1283
|
-
|
|
1284
|
-
## [0.34.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.2...v0.34.3) (2020-07-20)
|
|
1285
|
-
|
|
1286
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1287
|
-
|
|
1288
|
-
## [0.34.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.1...v0.34.2) (2020-07-15)
|
|
1289
|
-
|
|
1290
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1291
|
-
|
|
1292
|
-
## [0.34.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.34.0...v0.34.1) (2020-07-14)
|
|
1293
|
-
|
|
1294
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1295
|
-
|
|
1296
|
-
# [0.34.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.33.1...v0.34.0) (2020-07-14)
|
|
1297
|
-
|
|
1298
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1299
|
-
|
|
1300
|
-
## [0.33.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.33.0...v0.33.1) (2020-07-08)
|
|
1301
|
-
|
|
1302
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1303
|
-
|
|
1304
|
-
# [0.33.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.12...v0.33.0) (2020-07-07)
|
|
1305
|
-
|
|
1306
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1307
|
-
|
|
1308
|
-
## [0.32.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.11...v0.32.12) (2020-06-26)
|
|
1309
|
-
|
|
1310
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1311
|
-
|
|
1312
|
-
## [0.32.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.10...v0.32.11) (2020-06-24)
|
|
1313
|
-
|
|
1314
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1315
|
-
|
|
1316
|
-
## [0.32.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.9...v0.32.10) (2020-06-24)
|
|
1317
|
-
|
|
1318
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1319
|
-
|
|
1320
|
-
## [0.32.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.8...v0.32.9) (2020-06-23)
|
|
1321
|
-
|
|
1322
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1323
|
-
|
|
1324
|
-
## [0.32.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.7...v0.32.8) (2020-06-19)
|
|
1325
|
-
|
|
1326
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1327
|
-
|
|
1328
|
-
## [0.32.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.6...v0.32.7) (2020-06-16)
|
|
1329
|
-
|
|
1330
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1331
|
-
|
|
1332
|
-
## [0.32.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.5...v0.32.6) (2020-06-12)
|
|
1333
|
-
|
|
1334
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1335
|
-
|
|
1336
|
-
## [0.32.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.4...v0.32.5) (2020-06-11)
|
|
1337
|
-
|
|
1338
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1339
|
-
|
|
1340
|
-
## [0.32.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.3...v0.32.4) (2020-06-10)
|
|
1341
|
-
|
|
1342
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1343
|
-
|
|
1344
|
-
## [0.32.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.2...v0.32.3) (2020-06-08)
|
|
1345
|
-
|
|
1346
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1347
|
-
|
|
1348
|
-
## [0.32.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.1...v0.32.2) (2020-06-05)
|
|
1349
|
-
|
|
1350
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1351
|
-
|
|
1352
|
-
## [0.32.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.32.0...v0.32.1) (2020-06-03)
|
|
1353
|
-
|
|
1354
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1355
|
-
|
|
1356
|
-
# [0.32.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.24...v0.32.0) (2020-05-29)
|
|
1357
|
-
|
|
1358
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1359
|
-
|
|
1360
|
-
# [0.31.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.24...v0.31.0) (2020-05-29)
|
|
1361
|
-
|
|
1362
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1363
|
-
|
|
1364
|
-
## [0.30.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.23...v0.30.24) (2020-05-15)
|
|
1365
|
-
|
|
1366
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1367
|
-
|
|
1368
|
-
## [0.30.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.22...v0.30.23) (2020-05-13)
|
|
1369
|
-
|
|
1370
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1371
|
-
|
|
1372
|
-
## [0.30.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.21...v0.30.22) (2020-05-13)
|
|
1373
|
-
|
|
1374
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1375
|
-
|
|
1376
|
-
## [0.30.21](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.20...v0.30.21) (2020-05-11)
|
|
1377
|
-
|
|
1378
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1379
|
-
|
|
1380
|
-
## [0.30.20](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.19...v0.30.20) (2020-05-08)
|
|
1381
|
-
|
|
1382
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1383
|
-
|
|
1384
|
-
## [0.30.19](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.18...v0.30.19) (2020-05-01)
|
|
1385
|
-
|
|
1386
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1387
|
-
|
|
1388
|
-
## [0.30.18](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.17...v0.30.18) (2020-04-24)
|
|
1389
|
-
|
|
1390
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1391
|
-
|
|
1392
|
-
## [0.30.17](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.16...v0.30.17) (2020-04-23)
|
|
1393
|
-
|
|
1394
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1395
|
-
|
|
1396
|
-
## [0.30.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.15...v0.30.16) (2020-04-23)
|
|
1397
|
-
|
|
1398
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1399
|
-
|
|
1400
|
-
## [0.30.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.14...v0.30.15) (2020-04-22)
|
|
1401
|
-
|
|
1402
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1403
|
-
|
|
1404
|
-
## [0.30.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.13...v0.30.14) (2020-04-21)
|
|
1405
|
-
|
|
1406
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1407
|
-
|
|
1408
|
-
## [0.30.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.12...v0.30.13) (2020-04-20)
|
|
1409
|
-
|
|
1410
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1411
|
-
|
|
1412
|
-
## [0.30.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.11...v0.30.12) (2020-04-17)
|
|
1413
|
-
|
|
1414
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1415
|
-
|
|
1416
|
-
## [0.30.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.10...v0.30.11) (2020-04-15)
|
|
1417
|
-
|
|
1418
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1419
|
-
|
|
1420
|
-
## [0.30.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.9...v0.30.10) (2020-04-09)
|
|
1421
|
-
|
|
1422
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1423
|
-
|
|
1424
|
-
## [0.30.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.8...v0.30.9) (2020-04-09)
|
|
1425
|
-
|
|
1426
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1427
|
-
|
|
1428
|
-
## [0.30.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.7...v0.30.8) (2020-04-03)
|
|
1429
|
-
|
|
1430
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1431
|
-
|
|
1432
|
-
## [0.30.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.6...v0.30.7) (2020-03-31)
|
|
1433
|
-
|
|
1434
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1435
|
-
|
|
1436
|
-
## [0.30.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.5...v0.30.6) (2020-03-30)
|
|
1437
|
-
|
|
1438
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1439
|
-
|
|
1440
|
-
## [0.30.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.4...v0.30.5) (2020-03-30)
|
|
1441
|
-
|
|
1442
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1443
|
-
|
|
1444
|
-
## [0.30.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.3...v0.30.4) (2020-03-27)
|
|
1445
|
-
|
|
1446
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1447
|
-
|
|
1448
|
-
## [0.30.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.2...v0.30.3) (2020-03-24)
|
|
1449
|
-
|
|
1450
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1451
|
-
|
|
1452
|
-
## [0.30.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.1...v0.30.2) (2020-03-16)
|
|
1453
|
-
|
|
1454
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1455
|
-
|
|
1456
|
-
## [0.30.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.30.0...v0.30.1) (2020-03-13)
|
|
1457
|
-
|
|
1458
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1459
|
-
|
|
1460
|
-
# [0.30.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.8...v0.30.0) (2020-03-11)
|
|
1461
|
-
|
|
1462
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1463
|
-
|
|
1464
|
-
## [0.29.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.7...v0.29.8) (2020-03-03)
|
|
1465
|
-
|
|
1466
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1467
|
-
|
|
1468
|
-
## [0.29.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.6...v0.29.7) (2020-02-28)
|
|
1469
|
-
|
|
1470
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1471
|
-
|
|
1472
|
-
## [0.29.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.5...v0.29.6) (2020-02-25)
|
|
1473
|
-
|
|
1474
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1475
|
-
|
|
1476
|
-
## [0.29.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.4...v0.29.5) (2020-02-21)
|
|
1477
|
-
|
|
1478
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1479
|
-
|
|
1480
|
-
## [0.29.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.3...v0.29.4) (2020-02-20)
|
|
1481
|
-
|
|
1482
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1483
|
-
|
|
1484
|
-
## [0.29.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.2...v0.29.3) (2020-02-20)
|
|
1485
|
-
|
|
1486
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1487
|
-
|
|
1488
|
-
## [0.29.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.1...v0.29.2) (2020-02-18)
|
|
1489
|
-
|
|
1490
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1491
|
-
|
|
1492
|
-
## [0.29.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.29.0...v0.29.1) (2020-02-10)
|
|
1493
|
-
|
|
1494
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1495
|
-
|
|
1496
|
-
# [0.29.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.28.1...v0.29.0) (2020-02-07)
|
|
1497
|
-
|
|
1498
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1499
|
-
|
|
1500
|
-
## [0.28.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.28.0...v0.28.1) (2020-01-30)
|
|
1501
|
-
|
|
1502
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1503
|
-
|
|
1504
|
-
# [0.28.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.27.0...v0.28.0) (2020-01-21)
|
|
1505
|
-
|
|
1506
|
-
### Features
|
|
1507
|
-
|
|
1508
|
-
- **core:** add support for horizontal bar charts
|
|
1509
|
-
([#415](https://github.com/carbon-design-system/carbon-charts/issues/415))
|
|
1510
|
-
([6a480f0](https://github.com/carbon-design-system/carbon-charts/commit/6a480f0))
|
|
1511
|
-
|
|
1512
|
-
# [0.27.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.26.1...v0.27.0) (2020-01-20)
|
|
1513
|
-
|
|
1514
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1515
|
-
|
|
1516
|
-
## [0.26.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.26.0...v0.26.1) (2020-01-20)
|
|
1517
|
-
|
|
1518
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1519
|
-
|
|
1520
|
-
# [0.26.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.25.0...v0.26.0) (2020-01-16)
|
|
1521
|
-
|
|
1522
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1523
|
-
|
|
1524
|
-
# [0.25.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.5...v0.25.0) (2020-01-10)
|
|
1525
|
-
|
|
1526
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1527
|
-
|
|
1528
|
-
## [0.24.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.4...v0.24.5) (2020-01-10)
|
|
1529
|
-
|
|
1530
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1531
|
-
|
|
1532
|
-
## [0.24.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.3...v0.24.4) (2020-01-06)
|
|
1533
|
-
|
|
1534
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1535
|
-
|
|
1536
|
-
## [0.24.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.2...v0.24.3) (2019-12-19)
|
|
1537
|
-
|
|
1538
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1539
|
-
|
|
1540
|
-
## [0.24.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.1...v0.24.2) (2019-12-19)
|
|
1541
|
-
|
|
1542
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1543
|
-
|
|
1544
|
-
## [0.24.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.24.0...v0.24.1) (2019-12-18)
|
|
1545
|
-
|
|
1546
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1547
|
-
|
|
1548
|
-
# [0.24.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.23.0...v0.24.0) (2019-12-17)
|
|
1549
|
-
|
|
1550
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1551
|
-
|
|
1552
|
-
# [0.23.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.4...v0.23.0) (2019-12-17)
|
|
1553
|
-
|
|
1554
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1555
|
-
|
|
1556
|
-
## [0.22.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.3...v0.22.4) (2019-12-16)
|
|
1557
|
-
|
|
1558
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1559
|
-
|
|
1560
|
-
## [0.22.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.2...v0.22.3) (2019-12-16)
|
|
1561
|
-
|
|
1562
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1563
|
-
|
|
1564
|
-
## [0.22.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.1...v0.22.2) (2019-12-16)
|
|
1565
|
-
|
|
1566
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1567
|
-
|
|
1568
|
-
## [0.22.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.22.0...v0.22.1) (2019-12-12)
|
|
1569
|
-
|
|
1570
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1571
|
-
|
|
1572
|
-
# [0.22.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.21.0...v0.22.0) (2019-12-09)
|
|
1573
|
-
|
|
1574
|
-
### Features
|
|
1575
|
-
|
|
1576
|
-
- **core, angular, react, vue:** Update chart width & height through options
|
|
1577
|
-
([f050c35](https://github.com/carbon-design-system/carbon-charts/commit/f050c35))
|
|
1578
|
-
|
|
1579
|
-
# [0.21.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.20.1...v0.21.0) (2019-12-09)
|
|
1580
|
-
|
|
1581
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1582
|
-
|
|
1583
|
-
## [0.20.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.20.0...v0.20.1) (2019-12-04)
|
|
1584
|
-
|
|
1585
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1586
|
-
|
|
1587
|
-
# [0.20.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.19.0...v0.20.0) (2019-12-02)
|
|
1588
|
-
|
|
1589
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1590
|
-
|
|
1591
|
-
# [0.19.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.18.0...v0.19.0) (2019-12-02)
|
|
1592
|
-
|
|
1593
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1594
|
-
|
|
1595
|
-
# [0.18.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.17.1...v0.18.0) (2019-12-02)
|
|
1596
|
-
|
|
1597
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1598
|
-
|
|
1599
|
-
## [0.17.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.17.0...v0.17.1) (2019-11-29)
|
|
1600
|
-
|
|
1601
|
-
### Bug Fixes
|
|
1602
|
-
|
|
1603
|
-
- **core:** build optimizations
|
|
1604
|
-
([fef77e5](https://github.com/carbon-design-system/carbon-charts/commit/fef77e5))
|
|
1605
|
-
|
|
1606
|
-
# [0.17.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.25...v0.17.0) (2019-11-29)
|
|
1607
|
-
|
|
1608
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1609
|
-
|
|
1610
|
-
## [0.16.25](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.24...v0.16.25) (2019-10-29)
|
|
1611
|
-
|
|
1612
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1613
|
-
|
|
1614
|
-
## [0.16.24](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.23...v0.16.24) (2019-10-25)
|
|
1615
|
-
|
|
1616
|
-
### Bug Fixes
|
|
1617
|
-
|
|
1618
|
-
- **core, react, angular, vue:** default width & height to 100%, and call
|
|
1619
|
-
setOptions on option change
|
|
1620
|
-
([db251b4](https://github.com/carbon-design-system/carbon-charts/commit/db251b4))
|
|
1621
|
-
|
|
1622
|
-
## [0.16.23](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.22...v0.16.23) (2019-10-25)
|
|
1623
|
-
|
|
1624
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1625
|
-
|
|
1626
|
-
## [0.16.22](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.21...v0.16.22) (2019-10-25)
|
|
1627
|
-
|
|
1628
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1629
|
-
|
|
1630
|
-
## [0.16.21](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.20...v0.16.21) (2019-10-24)
|
|
1631
|
-
|
|
1632
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1633
|
-
|
|
1634
|
-
## [0.16.20](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.19...v0.16.20) (2019-10-24)
|
|
1635
|
-
|
|
1636
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1637
|
-
|
|
1638
|
-
## [0.16.19](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.18...v0.16.19) (2019-10-24)
|
|
1639
|
-
|
|
1640
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1641
|
-
|
|
1642
|
-
## [0.16.18](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.17...v0.16.18) (2019-10-21)
|
|
1643
|
-
|
|
1644
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1645
|
-
|
|
1646
|
-
## [0.16.17](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.16...v0.16.17) (2019-10-10)
|
|
1647
|
-
|
|
1648
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1649
|
-
|
|
1650
|
-
## [0.16.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.15...v0.16.16) (2019-10-10)
|
|
1651
|
-
|
|
1652
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1653
|
-
|
|
1654
|
-
## [0.16.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.14...v0.16.15) (2019-10-09)
|
|
1655
|
-
|
|
1656
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1657
|
-
|
|
1658
|
-
## [0.16.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.13...v0.16.14) (2019-10-09)
|
|
1659
|
-
|
|
1660
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1661
|
-
|
|
1662
|
-
## [0.16.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.12...v0.16.13) (2019-10-09)
|
|
1663
|
-
|
|
1664
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1665
|
-
|
|
1666
|
-
## [0.16.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.11...v0.16.12) (2019-10-09)
|
|
1667
|
-
|
|
1668
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1669
|
-
|
|
1670
|
-
## [0.16.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.10...v0.16.11) (2019-10-09)
|
|
1671
|
-
|
|
1672
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1673
|
-
|
|
1674
|
-
## [0.16.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.9...v0.16.10) (2019-10-08)
|
|
1675
|
-
|
|
1676
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1677
|
-
|
|
1678
|
-
## [0.16.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.8...v0.16.9) (2019-10-07)
|
|
1679
|
-
|
|
1680
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1681
|
-
|
|
1682
|
-
## [0.16.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.7...v0.16.8) (2019-10-02)
|
|
1683
|
-
|
|
1684
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1685
|
-
|
|
1686
|
-
## [0.16.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.6...v0.16.7) (2019-09-30)
|
|
1687
|
-
|
|
1688
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1689
|
-
|
|
1690
|
-
## [0.16.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.5...v0.16.6) (2019-09-30)
|
|
1691
|
-
|
|
1692
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1693
|
-
|
|
1694
|
-
## [0.16.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.4...v0.16.5) (2019-09-30)
|
|
1695
|
-
|
|
1696
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1697
|
-
|
|
1698
|
-
## [0.16.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.3...v0.16.4) (2019-09-12)
|
|
1699
|
-
|
|
1700
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1701
|
-
|
|
1702
|
-
## [0.16.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.2...v0.16.3) (2019-09-11)
|
|
1703
|
-
|
|
1704
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1705
|
-
|
|
1706
|
-
## [0.16.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.1...v0.16.2) (2019-09-09)
|
|
1707
|
-
|
|
1708
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1709
|
-
|
|
1710
|
-
## [0.16.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.16.0...v0.16.1) (2019-09-06)
|
|
1711
|
-
|
|
1712
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1713
|
-
|
|
1714
|
-
# [0.16.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.8...v0.16.0) (2019-09-06)
|
|
1715
|
-
|
|
1716
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1717
|
-
|
|
1718
|
-
## [0.15.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.7...v0.15.8) (2019-08-24)
|
|
1719
|
-
|
|
1720
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1721
|
-
|
|
1722
|
-
## [0.15.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.6...v0.15.7) (2019-08-22)
|
|
1723
|
-
|
|
1724
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1725
|
-
|
|
1726
|
-
## [0.15.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.5...v0.15.6) (2019-08-19)
|
|
1727
|
-
|
|
1728
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1729
|
-
|
|
1730
|
-
## [0.15.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.4...v0.15.5) (2019-08-19)
|
|
1731
|
-
|
|
1732
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1733
|
-
|
|
1734
|
-
## [0.15.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.3...v0.15.4) (2019-08-16)
|
|
1735
|
-
|
|
1736
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1737
|
-
|
|
1738
|
-
## [0.15.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.2...v0.15.3) (2019-08-16)
|
|
1739
|
-
|
|
1740
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1741
|
-
|
|
1742
|
-
## [0.15.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.1...v0.15.2) (2019-08-12)
|
|
1743
|
-
|
|
1744
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1745
|
-
|
|
1746
|
-
## [0.15.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.15.0...v0.15.1) (2019-07-17)
|
|
1747
|
-
|
|
1748
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1749
|
-
|
|
1750
|
-
# [0.15.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.14.1...v0.15.0) (2019-07-17)
|
|
1751
|
-
|
|
1752
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1753
|
-
|
|
1754
|
-
## [0.14.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.14.0...v0.14.1) (2019-07-11)
|
|
1755
|
-
|
|
1756
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1757
|
-
|
|
1758
|
-
# [0.14.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.13.0...v0.14.0) (2019-07-10)
|
|
1759
|
-
|
|
1760
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1761
|
-
|
|
1762
|
-
# [0.13.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.5...v0.13.0) (2019-07-08)
|
|
1763
|
-
|
|
1764
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1765
|
-
|
|
1766
|
-
## [0.12.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.4...v0.12.5) (2019-07-04)
|
|
1767
|
-
|
|
1768
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1769
|
-
|
|
1770
|
-
## [0.12.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.3...v0.12.4) (2019-06-26)
|
|
1771
|
-
|
|
1772
|
-
### Bug Fixes
|
|
1773
|
-
|
|
1774
|
-
- **react core:** change main bundle to umd in core, and update imports in react
|
|
1775
|
-
([df9c7c3](https://github.com/carbon-design-system/carbon-charts/commit/df9c7c3))
|
|
1776
|
-
|
|
1777
|
-
## [0.12.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.2...v0.12.3) (2019-06-26)
|
|
1778
|
-
|
|
1779
|
-
### Bug Fixes
|
|
1780
|
-
|
|
1781
|
-
- **react:** handle data updates from state, and fix errors with width/height
|
|
1782
|
-
prop
|
|
1783
|
-
([a00294f](https://github.com/carbon-design-system/carbon-charts/commit/a00294f))
|
|
1784
|
-
|
|
1785
|
-
## [0.12.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.1...v0.12.2) (2019-06-07)
|
|
1786
|
-
|
|
1787
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1788
|
-
|
|
1789
|
-
## [0.12.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.12.0...v0.12.1) (2019-06-06)
|
|
1790
|
-
|
|
1791
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1792
|
-
|
|
1793
|
-
# [0.12.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.15...v0.12.0) (2019-05-09)
|
|
1794
|
-
|
|
1795
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1796
|
-
|
|
1797
|
-
## [0.11.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.14...v0.11.15) (2019-05-07)
|
|
1798
|
-
|
|
1799
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1800
|
-
|
|
1801
|
-
## [0.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.12...v0.11.14) (2019-05-06)
|
|
1802
|
-
|
|
1803
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1804
|
-
|
|
1805
|
-
## [0.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.12...v0.11.13) (2019-04-30)
|
|
1806
|
-
|
|
1807
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1808
|
-
|
|
1809
|
-
## [0.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.11...v0.11.12) (2019-04-22)
|
|
1810
|
-
|
|
1811
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1812
|
-
|
|
1813
|
-
## [0.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.10...v0.11.11) (2019-04-15)
|
|
1814
|
-
|
|
1815
|
-
### Bug Fixes
|
|
1816
|
-
|
|
1817
|
-
- **react:** use es6 style exports in index.js
|
|
1818
|
-
([#241](https://github.com/carbon-design-system/carbon-charts/issues/241))
|
|
1819
|
-
([65964ae](https://github.com/carbon-design-system/carbon-charts/commit/65964ae))
|
|
1820
|
-
|
|
1821
|
-
## [0.11.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.9...v0.11.10) (2019-04-02)
|
|
1822
|
-
|
|
1823
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1824
|
-
|
|
1825
|
-
## [0.11.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.8...v0.11.9) (2019-03-28)
|
|
1826
|
-
|
|
1827
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1828
|
-
|
|
1829
|
-
## [0.11.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.7...v0.11.8) (2019-03-26)
|
|
1830
|
-
|
|
1831
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1832
|
-
|
|
1833
|
-
## [0.11.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.6...v0.11.7) (2019-03-26)
|
|
1834
|
-
|
|
1835
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1836
|
-
|
|
1837
|
-
## [0.11.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.5...v0.11.6) (2019-03-26)
|
|
1838
|
-
|
|
1839
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1840
|
-
|
|
1841
|
-
## [0.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.4...v0.11.5) (2019-03-26)
|
|
1842
|
-
|
|
1843
|
-
### Bug Fixes
|
|
1844
|
-
|
|
1845
|
-
- **build:** refactor deploy and update package.jsons
|
|
1846
|
-
([#223](https://github.com/carbon-design-system/carbon-charts/issues/223))
|
|
1847
|
-
([fb512cb](https://github.com/carbon-design-system/carbon-charts/commit/fb512cb))
|
|
1848
|
-
|
|
1849
|
-
## [0.11.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.3...v0.11.4) (2019-03-25)
|
|
1850
|
-
|
|
1851
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1852
|
-
|
|
1853
|
-
## [0.11.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.1...v0.11.2) (2019-03-20)
|
|
1854
|
-
|
|
1855
|
-
### Bug Fixes
|
|
1856
|
-
|
|
1857
|
-
- **react:** Move react and react-dom to peerDependencies
|
|
1858
|
-
([#217](https://github.com/carbon-design-system/carbon-charts/issues/217))
|
|
1859
|
-
([e1d0b36](https://github.com/carbon-design-system/carbon-charts/commit/e1d0b36))
|
|
1860
|
-
|
|
1861
|
-
# [0.11.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.5...v0.11.0) (2019-03-12)
|
|
1862
|
-
|
|
1863
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1864
|
-
|
|
1865
|
-
## [0.10.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.4...v0.10.5) (2019-03-12)
|
|
1866
|
-
|
|
1867
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1868
|
-
|
|
1869
|
-
## [0.10.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.3...v0.10.4) (2019-03-08)
|
|
1870
|
-
|
|
1871
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1872
|
-
|
|
1873
|
-
## [0.10.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.1...v0.10.2) (2019-03-06)
|
|
1874
|
-
|
|
1875
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1876
|
-
|
|
1877
|
-
## [0.10.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.10.0...v0.10.1) (2019-02-28)
|
|
1878
|
-
|
|
1879
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1880
|
-
|
|
1881
|
-
# [0.10.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.7...v0.10.0) (2019-02-28)
|
|
1882
|
-
|
|
1883
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1884
|
-
|
|
1885
|
-
## [0.9.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.6...v0.9.7) (2019-02-22)
|
|
1886
|
-
|
|
1887
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1888
|
-
|
|
1889
|
-
## [0.9.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.4...v0.9.6) (2019-02-21)
|
|
1890
|
-
|
|
1891
|
-
### Bug Fixes
|
|
1892
|
-
|
|
1893
|
-
- **bar:** add maxWidth and other bar fixes
|
|
1894
|
-
([3866d86](https://github.com/carbon-design-system/carbon-charts/commit/3866d86))
|
|
1895
|
-
|
|
1896
|
-
## [0.9.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.4...v0.9.5) (2019-02-20)
|
|
1897
|
-
|
|
1898
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1899
|
-
|
|
1900
|
-
## [0.9.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.3...v0.9.4) (2019-02-16)
|
|
1901
|
-
|
|
1902
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1903
|
-
|
|
1904
|
-
## [0.9.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.2...v0.9.3) (2019-02-15)
|
|
1905
|
-
|
|
1906
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1907
|
-
|
|
1908
|
-
## [0.9.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.1...v0.9.2) (2019-02-15)
|
|
1909
|
-
|
|
1910
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1911
|
-
|
|
1912
|
-
## [0.9.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.9.0...v0.9.1) (2019-02-07)
|
|
1913
|
-
|
|
1914
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1915
|
-
|
|
1916
|
-
# [0.9.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.6...v0.9.0) (2019-01-28)
|
|
1917
|
-
|
|
1918
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1919
|
-
|
|
1920
|
-
## [0.8.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.5...v0.8.6) (2019-01-18)
|
|
1921
|
-
|
|
1922
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1923
|
-
|
|
1924
|
-
## [0.8.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.4...v0.8.5) (2019-01-17)
|
|
1925
|
-
|
|
1926
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1927
|
-
|
|
1928
|
-
## [0.8.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.3...v0.8.4) (2019-01-17)
|
|
1929
|
-
|
|
1930
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1931
|
-
|
|
1932
|
-
## [0.8.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.2...v0.8.3) (2019-01-16)
|
|
1933
|
-
|
|
1934
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1935
|
-
|
|
1936
|
-
## [0.8.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.1...v0.8.2) (2019-01-14)
|
|
1937
|
-
|
|
1938
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1939
|
-
|
|
1940
|
-
## [0.8.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.8.0...v0.8.1) (2019-01-09)
|
|
1941
|
-
|
|
1942
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1943
|
-
|
|
1944
|
-
# [0.8.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.16...v0.8.0) (2019-01-04)
|
|
1945
|
-
|
|
1946
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1947
|
-
|
|
1948
|
-
## [0.7.16](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.15...v0.7.16) (2019-01-03)
|
|
1949
|
-
|
|
1950
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1951
|
-
|
|
1952
|
-
## [0.7.15](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.14...v0.7.15) (2019-01-03)
|
|
1953
|
-
|
|
1954
|
-
### Bug Fixes
|
|
1955
|
-
|
|
1956
|
-
- **react:** Export DonutChart in React package
|
|
1957
|
-
([f164072](https://github.com/carbon-design-system/carbon-charts/commit/f164072))
|
|
1958
|
-
|
|
1959
|
-
## [0.7.14](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.13...v0.7.14) (2019-01-03)
|
|
1960
|
-
|
|
1961
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1962
|
-
|
|
1963
|
-
## [0.7.11](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.10...v0.7.11) (2018-12-03)
|
|
1964
|
-
|
|
1965
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1966
|
-
|
|
1967
|
-
## [0.7.10](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.9...v0.7.10) (2018-11-28)
|
|
1968
|
-
|
|
1969
|
-
### Bug Fixes
|
|
1970
|
-
|
|
1971
|
-
- **react:** Fix react wrappers resizing with animation
|
|
1972
|
-
([4219f33](https://github.com/carbon-design-system/carbon-charts/commit/4219f33))
|
|
1973
|
-
|
|
1974
|
-
## [0.7.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.8...v0.7.9) (2018-11-22)
|
|
1975
|
-
|
|
1976
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1977
|
-
|
|
1978
|
-
## [0.7.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.7...v0.7.8) (2018-11-22)
|
|
1979
|
-
|
|
1980
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1981
|
-
|
|
1982
|
-
## [0.7.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.6...v0.7.7) (2018-11-21)
|
|
1983
|
-
|
|
1984
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1985
|
-
|
|
1986
|
-
## [0.7.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.5...v0.7.6) (2018-11-20)
|
|
1987
|
-
|
|
1988
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1989
|
-
|
|
1990
|
-
## [0.7.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.4...v0.7.5) (2018-11-20)
|
|
1991
|
-
|
|
1992
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1993
|
-
|
|
1994
|
-
## [0.7.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.3...v0.7.4) (2018-11-17)
|
|
1995
|
-
|
|
1996
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
1997
|
-
|
|
1998
|
-
## [0.7.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.2...v0.7.3) (2018-11-13)
|
|
1999
|
-
|
|
2000
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2001
|
-
|
|
2002
|
-
## [0.7.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.1...v0.7.2) (2018-11-13)
|
|
2003
|
-
|
|
2004
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2005
|
-
|
|
2006
|
-
## [0.7.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.7.0...v0.7.1) (2018-11-12)
|
|
2007
|
-
|
|
2008
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2009
|
-
|
|
2010
|
-
# [0.7.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.2...v0.7.0) (2018-11-12)
|
|
2011
|
-
|
|
2012
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2013
|
-
|
|
2014
|
-
## [0.6.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.1...v0.6.2) (2018-11-12)
|
|
2015
|
-
|
|
2016
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2017
|
-
|
|
2018
|
-
## [0.6.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.6.0...v0.6.1) (2018-11-09)
|
|
2019
|
-
|
|
2020
|
-
### Bug Fixes
|
|
2021
|
-
|
|
2022
|
-
- **angular:** Fix babel-polyfill multiple instances issue
|
|
2023
|
-
([4a2f165](https://github.com/carbon-design-system/carbon-charts/commit/4a2f165))
|
|
2024
|
-
|
|
2025
|
-
# [0.6.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.4...v0.6.0) (2018-11-01)
|
|
2026
|
-
|
|
2027
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2028
|
-
|
|
2029
|
-
<a name="0.5.4"></a>
|
|
2030
|
-
|
|
2031
|
-
## [0.5.4](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.3...v0.5.4) (2018-10-16)
|
|
2032
|
-
|
|
2033
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2034
|
-
|
|
2035
|
-
<a name="0.5.3"></a>
|
|
2036
|
-
|
|
2037
|
-
## [0.5.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.2...v0.5.3) (2018-10-15)
|
|
2038
|
-
|
|
2039
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2040
|
-
|
|
2041
|
-
<a name="0.5.2"></a>
|
|
2042
|
-
|
|
2043
|
-
## [0.5.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.1...v0.5.2) (2018-10-10)
|
|
2044
|
-
|
|
2045
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2046
|
-
|
|
2047
|
-
<a name="0.5.1"></a>
|
|
2048
|
-
|
|
2049
|
-
## [0.5.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.5.0...v0.5.1) (2018-10-10)
|
|
2050
|
-
|
|
2051
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2052
|
-
|
|
2053
|
-
<a name="0.5.0"></a>
|
|
2054
|
-
|
|
2055
|
-
# [0.5.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.3...v0.5.0) (2018-10-09)
|
|
2056
|
-
|
|
2057
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2058
|
-
|
|
2059
|
-
<a name="0.4.3"></a>
|
|
2060
|
-
|
|
2061
|
-
## [0.4.3](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.2...v0.4.3) (2018-08-31)
|
|
2062
|
-
|
|
2063
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2064
|
-
|
|
2065
|
-
<a name="0.4.2"></a>
|
|
2066
|
-
|
|
2067
|
-
## [0.4.2](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.1...v0.4.2) (2018-08-31)
|
|
2068
|
-
|
|
2069
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2070
|
-
|
|
2071
|
-
<a name="0.4.1"></a>
|
|
2072
|
-
|
|
2073
|
-
## [0.4.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.4.0...v0.4.1) (2018-08-31)
|
|
2074
|
-
|
|
2075
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2076
|
-
|
|
2077
|
-
<a name="0.4.0"></a>
|
|
2078
|
-
|
|
2079
|
-
# [0.4.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.3.0...v0.4.0) (2018-08-30)
|
|
2080
|
-
|
|
2081
|
-
### Features
|
|
2082
|
-
|
|
2083
|
-
- **core angular react:** Resolve DAP violations
|
|
2084
|
-
([86f6e05](https://github.com/carbon-design-system/carbon-charts/commit/86f6e05))
|
|
2085
|
-
|
|
2086
|
-
<a name="0.3.0"></a>
|
|
2087
|
-
|
|
2088
|
-
# [0.3.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.2.0...v0.3.0) (2018-08-30)
|
|
2089
|
-
|
|
2090
|
-
**Note:** Version bump only for package @carbon/charts-react
|
|
2091
|
-
|
|
2092
|
-
<a name="0.2.0"></a>
|
|
2093
|
-
|
|
2094
|
-
# [0.2.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.1.0...v0.2.0) (2018-08-30)
|
|
2095
|
-
|
|
2096
|
-
### Features
|
|
2097
|
-
|
|
2098
|
-
- **core angular react:** trigger a minor release in Travis
|
|
2099
|
-
([2995cfa](https://github.com/carbon-design-system/carbon-charts/commit/2995cfa))
|
|
2100
|
-
|
|
2101
|
-
<a name="0.1.0"></a>
|
|
2102
|
-
|
|
2103
|
-
# 0.1.0 (2018-08-30)
|
|
2104
|
-
|
|
2105
|
-
### Bug Fixes
|
|
2106
|
-
|
|
2107
|
-
- **core angular react:** fix tooltip styling
|
|
2108
|
-
([80b36f5](https://github.com/carbon-design-system/carbon-charts/commit/80b36f5))
|
|
2109
|
-
|
|
2110
|
-
### Features
|
|
2111
|
-
|
|
2112
|
-
- **core react angular:** carbon styling
|
|
2113
|
-
([5064f63](https://github.com/carbon-design-system/carbon-charts/commit/5064f63))
|
|
2114
|
-
- **react wrappers storybook:** full react wrappers
|
|
2115
|
-
([4a456ee](https://github.com/carbon-design-system/carbon-charts/commit/4a456ee)),
|
|
2116
|
-
closes
|
|
2117
|
-
[#117](https://github.com/carbon-design-system/carbon-charts/issues/117)
|
|
2118
|
-
[#115](https://github.com/carbon-design-system/carbon-charts/issues/115)
|
|
2119
|
-
[#120](https://github.com/carbon-design-system/carbon-charts/issues/120)
|
|
2120
|
-
[#121](https://github.com/carbon-design-system/carbon-charts/issues/121)
|