@carbon/charts-svelte 1.19.3 → 1.21.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/CHANGELOG.md +80 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,86 @@
|
|
|
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.21.3 (2024-09-11)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **lerna:** not using env, set explicitly
|
|
11
|
+
([#1889](https://github.com/carbon-design-system/carbon-charts/issues/1889))
|
|
12
|
+
([c47634a](https://github.com/carbon-design-system/carbon-charts/commit/c47634ac75c77493995519e19d1c49d1f571853f))
|
|
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.21.2 (2024-09-08)
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **release:** remove auth-token from actions/setup-node@v4 and use env for publish
|
|
24
|
+
([#1888](https://github.com/carbon-design-system/carbon-charts/issues/1888))
|
|
25
|
+
([5bcb140](https://github.com/carbon-design-system/carbon-charts/commit/5bcb140f2ff099fca4b82209efef60f0a896c574))
|
|
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
|
+
|
|
32
|
+
## 1.21.1 (2024-09-07)
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
- **release:** separate docs search index generation
|
|
37
|
+
([#1884](https://github.com/carbon-design-system/carbon-charts/issues/1884))
|
|
38
|
+
([2d1f84e](https://github.com/carbon-design-system/carbon-charts/commit/2d1f84ed9aea3a47f99d5fee74d96db52108d163))
|
|
39
|
+
|
|
40
|
+
# Change Log
|
|
41
|
+
|
|
42
|
+
All notable changes to this project will be documented in this file. See
|
|
43
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
44
|
+
|
|
45
|
+
# 1.21.0 (2024-09-02)
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
- **netlify:** add logo to intro page
|
|
50
|
+
([#1878](https://github.com/carbon-design-system/carbon-charts/issues/1878))
|
|
51
|
+
([24feeae](https://github.com/carbon-design-system/carbon-charts/commit/24feeaef3f7ff33e4cdc3600fa7b867384af6db2))
|
|
52
|
+
|
|
53
|
+
# Change Log
|
|
54
|
+
|
|
55
|
+
All notable changes to this project will be documented in this file. See
|
|
56
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
57
|
+
|
|
58
|
+
## 1.20.1 (2024-08-29)
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
- **treemap:** assign leaf text color based on custom colors
|
|
63
|
+
([#1881](https://github.com/carbon-design-system/carbon-charts/issues/1881))
|
|
64
|
+
([f8b10b4](https://github.com/carbon-design-system/carbon-charts/commit/f8b10b433db004752ea5663aa638a8a14d3491ee)),
|
|
65
|
+
closes [#1880](https://github.com/carbon-design-system/carbon-charts/issues/1880)
|
|
66
|
+
|
|
67
|
+
# Change Log
|
|
68
|
+
|
|
69
|
+
All notable changes to this project will be documented in this file. See
|
|
70
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
71
|
+
|
|
72
|
+
# 1.20.0 (2024-08-28)
|
|
73
|
+
|
|
74
|
+
### Features
|
|
75
|
+
|
|
76
|
+
- **tooltip:** pass datum to customHTML callback function
|
|
77
|
+
([#1879](https://github.com/carbon-design-system/carbon-charts/issues/1879))
|
|
78
|
+
([9a76784](https://github.com/carbon-design-system/carbon-charts/commit/9a767848c5d9f34d51b2616b904393f496c0f5fd)),
|
|
79
|
+
closes [#1518](https://github.com/carbon-design-system/carbon-charts/issues/1518)
|
|
80
|
+
|
|
81
|
+
# Change Log
|
|
82
|
+
|
|
83
|
+
All notable changes to this project will be documented in this file. See
|
|
84
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
85
|
+
|
|
6
86
|
## 1.19.3 (2024-08-19)
|
|
7
87
|
|
|
8
88
|
**Note:** Version bump only for package @carbon/charts-svelte
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-svelte",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.3",
|
|
4
4
|
"description": "Carbon Charts component library for Svelte",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "ibmtelemetry --config=telemetry.yml",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"svelte": "^4.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@carbon/charts": "1.
|
|
39
|
+
"@carbon/charts": "1.21.3",
|
|
40
40
|
"@ibm/telemetry-js": "^1.6.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@playwright/test": "^1.
|
|
43
|
+
"@playwright/test": "^1.47.0",
|
|
44
44
|
"@sveltejs/adapter-static": "^3.0.4",
|
|
45
|
-
"@sveltejs/kit": "^2.5.
|
|
45
|
+
"@sveltejs/kit": "^2.5.26",
|
|
46
46
|
"@sveltejs/package": "^2.3.4",
|
|
47
|
-
"@sveltejs/vite-plugin-svelte": "^3.1.
|
|
48
|
-
"eslint": "^9.
|
|
47
|
+
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
48
|
+
"eslint": "^9.10.0",
|
|
49
49
|
"prettier": "^3.3.3",
|
|
50
50
|
"publint": "^0.2.10",
|
|
51
|
-
"svelte": "^4.2.
|
|
52
|
-
"svelte-check": "^
|
|
53
|
-
"tslib": "^2.
|
|
54
|
-
"typescript": "^5.
|
|
55
|
-
"vite": "^5.4.
|
|
51
|
+
"svelte": "^4.2.19",
|
|
52
|
+
"svelte-check": "^4.0.1",
|
|
53
|
+
"tslib": "^2.7.0",
|
|
54
|
+
"typescript": "^5.6.2",
|
|
55
|
+
"vite": "^5.4.3"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"data",
|
|
110
110
|
"typescript"
|
|
111
111
|
],
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "07f0e4f58693925e84cf38c1f09b5ddd1a93780b"
|
|
113
113
|
}
|