@carbon/charts-svelte 1.11.19 → 1.11.21
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 +38 -69
- package/package.json +137 -137
package/CHANGELOG.md
CHANGED
|
@@ -1,146 +1,115 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
## 1.11.19 (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.21 (2023-08-14)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
- **umd:** Issue 1646 - change process.env.NODE_ENV to string
|
|
11
|
+
([#1649](https://github.com/carbon-design-system/carbon-charts/issues/1649))
|
|
12
|
+
([8e11271](https://github.com/carbon-design-system/carbon-charts/commit/8e11271903e92b54aa71c5fabc6ea21103fc5d91))
|
|
12
13
|
|
|
14
|
+
# Change Log
|
|
13
15
|
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
18
|
|
|
19
|
+
## 1.11.20 (2023-08-10)
|
|
15
20
|
|
|
21
|
+
### Bug Fixes
|
|
16
22
|
|
|
17
|
-
|
|
23
|
+
- **umd:** simplify exports
|
|
24
|
+
([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647))
|
|
25
|
+
([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72))
|
|
18
26
|
|
|
27
|
+
## 1.11.19 (2023-08-09)
|
|
19
28
|
|
|
20
29
|
### Bug Fixes
|
|
21
30
|
|
|
22
|
-
|
|
23
|
-
|
|
31
|
+
- **1633:** use of arrow function lost lexical this
|
|
32
|
+
([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645))
|
|
33
|
+
([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))
|
|
24
34
|
|
|
35
|
+
## 1.11.18 (2023-08-09)
|
|
25
36
|
|
|
37
|
+
### Bug Fixes
|
|
26
38
|
|
|
39
|
+
- **umd:** close issue 1643 - UMD bundle not generated
|
|
40
|
+
([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644))
|
|
41
|
+
([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))
|
|
27
42
|
|
|
28
43
|
## 1.11.17 (2023-08-06)
|
|
29
44
|
|
|
30
45
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
31
46
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
47
|
## 1.11.16 (2023-08-02)
|
|
37
48
|
|
|
38
|
-
|
|
39
49
|
### Bug Fixes
|
|
40
50
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
51
|
+
- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse
|
|
52
|
+
([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639))
|
|
53
|
+
([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))
|
|
46
54
|
|
|
47
55
|
## 1.11.15 (2023-07-31)
|
|
48
56
|
|
|
49
57
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
50
58
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
59
|
## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30)
|
|
56
60
|
|
|
57
61
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
58
62
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
63
|
## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20)
|
|
64
64
|
|
|
65
65
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
67
|
## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19)
|
|
72
68
|
|
|
73
69
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
74
70
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
71
|
## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17)
|
|
80
72
|
|
|
81
73
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
82
74
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
75
|
## [1.11.10](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.9...v1.11.10) (2023-07-14)
|
|
88
76
|
|
|
89
|
-
|
|
90
77
|
### Bug Fixes
|
|
91
78
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
79
|
+
- **prettier:** downgrade for now
|
|
80
|
+
([#1621](https://github.com/carbon-design-system/carbon-charts/issues/1621))
|
|
81
|
+
([22509a2](https://github.com/carbon-design-system/carbon-charts/commit/22509a29e15d5aff951db66607965b9e59f898df))
|
|
97
82
|
|
|
98
83
|
## [1.11.9](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.8...v1.11.9) (2023-07-13)
|
|
99
84
|
|
|
100
85
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
101
86
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
87
|
## [1.11.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.7...v1.11.8) (2023-07-07)
|
|
107
88
|
|
|
108
|
-
|
|
109
89
|
### Bug Fixes
|
|
110
90
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
91
|
+
- **svelte:** make ref and chart props optional
|
|
92
|
+
([#1612](https://github.com/carbon-design-system/carbon-charts/issues/1612))
|
|
93
|
+
([624aa66](https://github.com/carbon-design-system/carbon-charts/commit/624aa669ca290962cf420117c56c018f40ca3edc))
|
|
116
94
|
|
|
117
95
|
## [1.11.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.6...v1.11.7) (2023-07-06)
|
|
118
96
|
|
|
119
97
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
120
98
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
99
|
## [1.11.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.5...v1.11.6) (2023-07-06)
|
|
126
100
|
|
|
127
101
|
**Note:** Version bump only for package @carbon/charts-svelte
|
|
128
102
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
103
|
## [1.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.4...v1.11.5) (2023-07-06)
|
|
134
104
|
|
|
135
|
-
|
|
136
105
|
### Bug Fixes
|
|
137
106
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
107
|
+
- **lerna:** revert prettier to 2.8.8 for now
|
|
108
|
+
([#1609](https://github.com/carbon-design-system/carbon-charts/issues/1609))
|
|
109
|
+
([0bd1503](https://github.com/carbon-design-system/carbon-charts/commit/0bd1503d7ae0bbec68c3d0e1ad818b8abc6b5c73))
|
|
110
|
+
- **react:** remount issues
|
|
111
|
+
([#1606](https://github.com/carbon-design-system/carbon-charts/issues/1606))
|
|
112
|
+
([aad4838](https://github.com/carbon-design-system/carbon-charts/commit/aad4838771a398b7e37484c60b4f9fc0060e1a90))
|
|
144
113
|
|
|
145
114
|
# Change Log
|
|
146
115
|
|
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.21",
|
|
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.21",
|
|
46
|
+
"@carbon/telemetry": "~0.1.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@stackblitz/sdk": "^1.9.0",
|
|
50
|
+
"@storybook/addon-essentials": "^7.2.3",
|
|
51
|
+
"@storybook/addon-interactions": "^7.2.3",
|
|
52
|
+
"@storybook/addon-links": "^7.2.3",
|
|
53
|
+
"@storybook/blocks": "^7.2.3",
|
|
54
|
+
"@storybook/manager-api": "^7.2.3",
|
|
55
|
+
"@storybook/svelte": "^7.2.3",
|
|
56
|
+
"@storybook/sveltekit": "^7.2.3",
|
|
57
|
+
"@storybook/testing-library": "^0.2.0",
|
|
58
|
+
"@storybook/theming": "^7.2.3",
|
|
59
|
+
"@sveltejs/adapter-auto": "^2.1.0",
|
|
60
|
+
"@sveltejs/kit": "^1.22.5",
|
|
61
|
+
"@sveltejs/package": "^2.2.1",
|
|
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.47.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.3",
|
|
77
|
+
"svelte": "^4.2.0",
|
|
78
|
+
"svelte-check": "^3.5.0",
|
|
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": "6b44c05354fac8a315a54b1f576089502bdf6bb0"
|
|
139
139
|
}
|