@carbon/charts 1.19.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 +13 -0
- package/dist/{choropleth-DP0S8zBU.mjs → choropleth-CNsiu_Wj.mjs} +2 -2
- package/dist/choropleth-CNsiu_Wj.mjs.map +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/umd/bundle.umd.cjs +1 -1
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +1 -1
- package/package.json +2 -2
- package/dist/choropleth-DP0S8zBU.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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
|
+
|
|
6
19
|
# 1.19.0 (2024-07-12)
|
|
7
20
|
|
|
8
21
|
### Features
|
|
@@ -3311,7 +3311,7 @@ const Qn = (s) => Er.sanitize(s, {
|
|
|
3311
3311
|
// @ts-ignore
|
|
3312
3312
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3313
3313
|
render(t = !0) {
|
|
3314
|
-
const e = this.getComponentContainer().attr("role", "toolbar")
|
|
3314
|
+
const e = this.getComponentContainer().attr("role", "toolbar");
|
|
3315
3315
|
if (T(this.getOptions(), "data", "loading"))
|
|
3316
3316
|
e.html(""), this.overflowMenu = null;
|
|
3317
3317
|
else {
|
|
@@ -11716,4 +11716,4 @@ export {
|
|
|
11716
11716
|
J0 as y,
|
|
11717
11717
|
U0 as z
|
|
11718
11718
|
};
|
|
11719
|
-
//# sourceMappingURL=choropleth-
|
|
11719
|
+
//# sourceMappingURL=choropleth-CNsiu_Wj.mjs.map
|