@carbon/charts-vue 1.18.0 → 1.19.1
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 +26 -0
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,32 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 1.19.1 (2024-07-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **toolbar:** remove aria-label as it's not readable
|
|
11
|
+
([#1870](https://github.com/carbon-design-system/carbon-charts/issues/1870))
|
|
12
|
+
([bb5b9d4](https://github.com/carbon-design-system/carbon-charts/commit/bb5b9d475c92bbfc13de19b78d385717792fcb1e))
|
|
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.19.0 (2024-07-12)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- **search:** add search capability to docs site
|
|
24
|
+
([#1868](https://github.com/carbon-design-system/carbon-charts/issues/1868))
|
|
25
|
+
([48db5a8](https://github.com/carbon-design-system/carbon-charts/commit/48db5a8f9571f00e526708ffc01cd043b8d2aee5))
|
|
26
|
+
|
|
27
|
+
# Change Log
|
|
28
|
+
|
|
29
|
+
All notable changes to this project will be documented in this file. See
|
|
30
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
31
|
+
|
|
6
32
|
# 1.18.0 (2024-07-09)
|
|
7
33
|
|
|
8
34
|
### Features
|
package/dist/index.mjs
CHANGED
|
@@ -11861,7 +11861,7 @@ const Na = (e) => _u.sanitize(e, {
|
|
|
11861
11861
|
// @ts-ignore
|
|
11862
11862
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
11863
11863
|
render(t = !0) {
|
|
11864
|
-
const n = this.getComponentContainer().attr("role", "toolbar")
|
|
11864
|
+
const n = this.getComponentContainer().attr("role", "toolbar");
|
|
11865
11865
|
if (b(this.getOptions(), "data", "loading"))
|
|
11866
11866
|
n.html(""), this.overflowMenu = null;
|
|
11867
11867
|
else {
|