@carbon/charts-svelte 1.11.18 → 1.11.20
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 +33 -66
- package/package.json +137 -137
package/CHANGELOG.md
CHANGED
|
@@ -1,135 +1,102 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
## 1.11.18 (2023-08-09)
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
5
|
|
|
6
|
+
## 1.11.20 (2023-08-10)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
- **umd:** simplify exports
|
|
11
|
+
([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647))
|
|
12
|
+
([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72))
|
|
14
13
|
|
|
14
|
+
## 1.11.19 (2023-08-09)
|
|
15
15
|
|
|
16
|
+
### Bug Fixes
|
|
16
17
|
|
|
17
|
-
|
|
18
|
+
- **1633:** use of arrow function lost lexical this
|
|
19
|
+
([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645))
|
|
20
|
+
([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))
|
|
18
21
|
|
|
19
|
-
|
|
22
|
+
## 1.11.18 (2023-08-09)
|
|
20
23
|
|
|
24
|
+
### Bug Fixes
|
|
21
25
|
|
|
26
|
+
- **umd:** close issue 1643 - UMD bundle not generated
|
|
27
|
+
([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644))
|
|
28
|
+
([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))
|
|
22
29
|
|
|
30
|
+
## 1.11.17 (2023-08-06)
|
|
23
31
|
|
|
32
|
+
**Note:** Version bump only for package @carbon/charts-svelte
|
|
24
33
|
|
|
25
34
|
## 1.11.16 (2023-08-02)
|
|
26
35
|
|
|
27
|
-
|
|
28
36
|
### Bug Fixes
|
|
29
37
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse
|
|
39
|
+
([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639))
|
|
40
|
+
([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))
|
|
35
41
|
|
|
36
42
|
## 1.11.15 (2023-07-31)
|
|
37
43
|
|
|
38
44
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
39
45
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
46
|
## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30)
|
|
45
47
|
|
|
46
48
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
47
49
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
50
|
## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20)
|
|
53
51
|
|
|
54
52
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
55
53
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
54
|
## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19)
|
|
61
55
|
|
|
62
56
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
63
57
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
58
|
## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17)
|
|
69
59
|
|
|
70
60
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
71
61
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
62
|
## [1.11.10](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.9...v1.11.10) (2023-07-14)
|
|
77
63
|
|
|
78
|
-
|
|
79
64
|
### Bug Fixes
|
|
80
65
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
66
|
+
- **prettier:** downgrade for now
|
|
67
|
+
([#1621](https://github.com/carbon-design-system/carbon-charts/issues/1621))
|
|
68
|
+
([22509a2](https://github.com/carbon-design-system/carbon-charts/commit/22509a29e15d5aff951db66607965b9e59f898df))
|
|
86
69
|
|
|
87
70
|
## [1.11.9](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.8...v1.11.9) (2023-07-13)
|
|
88
71
|
|
|
89
72
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
90
73
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
74
|
## [1.11.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.7...v1.11.8) (2023-07-07)
|
|
96
75
|
|
|
97
|
-
|
|
98
76
|
### Bug Fixes
|
|
99
77
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
78
|
+
- **svelte:** make ref and chart props optional
|
|
79
|
+
([#1612](https://github.com/carbon-design-system/carbon-charts/issues/1612))
|
|
80
|
+
([624aa66](https://github.com/carbon-design-system/carbon-charts/commit/624aa669ca290962cf420117c56c018f40ca3edc))
|
|
105
81
|
|
|
106
82
|
## [1.11.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.6...v1.11.7) (2023-07-06)
|
|
107
83
|
|
|
108
84
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
109
85
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
86
|
## [1.11.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.5...v1.11.6) (2023-07-06)
|
|
115
87
|
|
|
116
88
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
117
89
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
90
|
## [1.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.4...v1.11.5) (2023-07-06)
|
|
123
91
|
|
|
124
|
-
|
|
125
92
|
### Bug Fixes
|
|
126
93
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
94
|
+
- **lerna:** revert prettier to 2.8.8 for now
|
|
95
|
+
([#1609](https://github.com/carbon-design-system/carbon-charts/issues/1609))
|
|
96
|
+
([0bd1503](https://github.com/carbon-design-system/carbon-charts/commit/0bd1503d7ae0bbec68c3d0e1ad818b8abc6b5c73))
|
|
97
|
+
- **react:** remount issues
|
|
98
|
+
([#1606](https://github.com/carbon-design-system/carbon-charts/issues/1606))
|
|
99
|
+
([aad4838](https://github.com/carbon-design-system/carbon-charts/commit/aad4838771a398b7e37484c60b4f9fc0060e1a90))
|
|
133
100
|
|
|
134
101
|
# Change Log
|
|
135
102
|
|
package/package.json
CHANGED
|
@@ -1,139 +1,139 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
2
|
+
"name": "@carbon/charts-svelte",
|
|
3
|
+
"version": "1.11.20",
|
|
4
|
+
"description": "Carbon Charts component library for Svelte",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"postinstall": "carbon-telemetry collect --install",
|
|
7
|
+
"file:styles": "cp ../core/dist/styles.* dist",
|
|
8
|
+
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
9
|
+
"demo:mdx:svelte": "cp ../core/src/stories/getting-started/svelte.stories.mdx src/stories",
|
|
10
|
+
"demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories",
|
|
11
|
+
"demo:mdx": "concurrently \"yarn:demo:mdx:*\"",
|
|
12
|
+
"build:demo": "yarn demo:mdx && storybook build -o demo/bundle --quiet",
|
|
13
|
+
"build": "yarn build:package && yarn build:demo",
|
|
14
|
+
"storybook": "storybook dev -p 9006",
|
|
15
|
+
"start": "yarn storybook",
|
|
16
|
+
"test": "svelte-check --workspace=tests",
|
|
17
|
+
"lint": "prettier --plugin-search-dir . --check . --ignore-path ../../.eslintignore && eslint . --ignore-path ../../.eslintignore",
|
|
18
|
+
"format": "prettier --plugin-search-dir . --write . --ignore-path ../../.eslintignore",
|
|
19
|
+
"clean": "rm -rf dist demo/bundle",
|
|
20
|
+
"preview": "vite preview",
|
|
21
|
+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
22
|
+
"pub:demo": "cp -a demo/bundle/. ../../pages/svelte"
|
|
23
|
+
},
|
|
24
|
+
"type": "module",
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"svelte": "./dist/index.js",
|
|
27
|
+
"module": "./dist/index.js",
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"svelte": "./dist/index.js",
|
|
32
|
+
"import": "./dist/index.js"
|
|
33
|
+
},
|
|
34
|
+
"./styles.min.css": "./dist/styles.min.css",
|
|
35
|
+
"./styles.css": "./dist/styles.css"
|
|
36
|
+
},
|
|
37
|
+
"files": [
|
|
38
|
+
"dist",
|
|
39
|
+
"CHANGELOG.md"
|
|
40
|
+
],
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"svelte": "^3.31.0 || ^4.0.0"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@carbon/charts": "1.11.20",
|
|
46
|
+
"@carbon/telemetry": "~0.1.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@stackblitz/sdk": "^1.9.0",
|
|
50
|
+
"@storybook/addon-essentials": "^7.2.2",
|
|
51
|
+
"@storybook/addon-interactions": "^7.2.2",
|
|
52
|
+
"@storybook/addon-links": "^7.2.2",
|
|
53
|
+
"@storybook/blocks": "^7.2.2",
|
|
54
|
+
"@storybook/manager-api": "^7.2.2",
|
|
55
|
+
"@storybook/svelte": "^7.2.2",
|
|
56
|
+
"@storybook/sveltekit": "^7.2.2",
|
|
57
|
+
"@storybook/testing-library": "^0.2.0",
|
|
58
|
+
"@storybook/theming": "^7.2.2",
|
|
59
|
+
"@sveltejs/adapter-auto": "^2.1.0",
|
|
60
|
+
"@sveltejs/kit": "^1.22.4",
|
|
61
|
+
"@sveltejs/package": "^2.2.0",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
63
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
64
|
+
"concurrently": "^8.2.0",
|
|
65
|
+
"d3": "^7.8.5",
|
|
66
|
+
"d3-cloud": "^1.2.7",
|
|
67
|
+
"d3-sankey": "^0.12.3",
|
|
68
|
+
"eslint": "^8.46.0",
|
|
69
|
+
"eslint-config-prettier": "^9.0.0",
|
|
70
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
71
|
+
"eslint-plugin-svelte3": "^4.0.0",
|
|
72
|
+
"prettier-plugin-svelte": "^3.0.3",
|
|
73
|
+
"publint": "^0.2.0",
|
|
74
|
+
"react": "^18.2.0",
|
|
75
|
+
"react-dom": "^18.2.0",
|
|
76
|
+
"storybook": "^7.2.2",
|
|
77
|
+
"svelte": "^4.1.2",
|
|
78
|
+
"svelte-check": "^3.4.6",
|
|
79
|
+
"tslib": "^2.6.1",
|
|
80
|
+
"typescript": "^5.1.6",
|
|
81
|
+
"vite": "^4.4.9"
|
|
82
|
+
},
|
|
83
|
+
"publishConfig": {
|
|
84
|
+
"access": "public"
|
|
85
|
+
},
|
|
86
|
+
"repository": {
|
|
87
|
+
"type": "git",
|
|
88
|
+
"url": "git@github.com:carbon-design-system/carbon-charts.git",
|
|
89
|
+
"homepage": "https://carbon-design-system.github.io/carbon-charts/svelte/"
|
|
90
|
+
},
|
|
91
|
+
"bugs": {
|
|
92
|
+
"url": "https://github.com/carbon-design-system/carbon-charts/issues"
|
|
93
|
+
},
|
|
94
|
+
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
|
|
95
|
+
"maintainers": [
|
|
96
|
+
{
|
|
97
|
+
"name": "Eric Liu",
|
|
98
|
+
"url": "https://github.com/metonym"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"contributors": [
|
|
102
|
+
{
|
|
103
|
+
"name": "Eric Liu",
|
|
104
|
+
"url": "https://github.com/metonym"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"license": "Apache-2.0",
|
|
108
|
+
"author": "IBM",
|
|
109
|
+
"keywords": [
|
|
110
|
+
"charts",
|
|
111
|
+
"graphs",
|
|
112
|
+
"radar",
|
|
113
|
+
"gauge",
|
|
114
|
+
"donut",
|
|
115
|
+
"pie",
|
|
116
|
+
"sparkline",
|
|
117
|
+
"tree",
|
|
118
|
+
"treemap",
|
|
119
|
+
"heatmap",
|
|
120
|
+
"wordcloud",
|
|
121
|
+
"histogram",
|
|
122
|
+
"alluvial",
|
|
123
|
+
"geo",
|
|
124
|
+
"bar",
|
|
125
|
+
"bullet",
|
|
126
|
+
"scatter",
|
|
127
|
+
"meter",
|
|
128
|
+
"line",
|
|
129
|
+
"svelte",
|
|
130
|
+
"sveltekit",
|
|
131
|
+
"component",
|
|
132
|
+
"carbon",
|
|
133
|
+
"ibm",
|
|
134
|
+
"svg",
|
|
135
|
+
"data",
|
|
136
|
+
"typescript"
|
|
137
|
+
],
|
|
138
|
+
"gitHead": "8ad1a690e8e336a268d15750576485ebb54307e5"
|
|
139
139
|
}
|