@carbon/charts 1.6.2 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.6.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.3...v1.6.4) (2023-02-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **csv-export:** fix en-dash html code showing up ([#1492](https://github.com/carbon-design-system/carbon-charts/issues/1492)) ([adaa209](https://github.com/carbon-design-system/carbon-charts/commit/adaa209b14bca0080c87f24a5eaf8108ee632468))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.6.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.2...v1.6.3) (2022-12-23)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **csp:** remove inline styles ([#1484](https://github.com/carbon-design-system/carbon-charts/issues/1484)) ([622f59a](https://github.com/carbon-design-system/carbon-charts/commit/622f59ab3cc738985f1004ff93423602ad673b86))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [1.6.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.1...v1.6.2) (2022-12-06)
7
29
 
8
30
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Notice
2
2
 
3
- ### This version is in beta & relies on **Carbon v11**. If you're using Carbon v10, [see the legacy demo site](https://carbon-charts-0x.netlify.app)
3
+ ### This version relies on **Carbon v11**. If you're using Carbon v10, [see the legacy demo site](https://carbon-charts-0x.netlify.app)
4
4
 
5
5
  ## `@carbon/charts`
6
6
 
@@ -148,6 +148,10 @@ export interface ToolbarControl {
148
148
  * the toolbar control type
149
149
  */
150
150
  type: ToolbarControlTypes;
151
+ /**
152
+ * used as aria-label for toolbar control
153
+ */
154
+ title?: string;
151
155
  /**
152
156
  * the text to display (if this control is displayed in overflow menu)
153
157
  * type value will be displayed if text is not available