@carbon/charts-vue 1.11.19 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -34
  2. package/package.json +115 -115
package/CHANGELOG.md CHANGED
@@ -1,73 +1,56 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
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.20 (2023-08-10)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1))
12
-
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))
13
13
 
14
+ ## 1.11.19 (2023-08-09)
14
15
 
16
+ ### Bug Fixes
15
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))
16
21
 
17
22
  ## 1.11.18 (2023-08-09)
18
23
 
19
-
20
24
  ### Bug Fixes
21
25
 
22
- * **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5))
23
-
24
-
25
-
26
-
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))
27
29
 
28
30
  ## 1.11.17 (2023-08-06)
29
31
 
30
32
  **Note:** Version bump only for package @carbon/charts-vue
31
33
 
32
-
33
-
34
-
35
-
36
34
  ## 1.11.16 (2023-08-02)
37
35
 
38
-
39
36
  ### Bug Fixes
40
37
 
41
- * **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023))
42
-
43
-
44
-
45
-
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))
46
41
 
47
42
  ## 1.11.15 (2023-07-31)
48
43
 
49
44
  **Note:** Version bump only for package @carbon/charts-vue
50
45
 
51
-
52
-
53
-
54
-
55
46
  ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30)
56
47
 
57
48
  **Note:** Version bump only for package @carbon/charts-vue
58
49
 
59
-
60
-
61
-
62
-
63
50
  ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20)
64
51
 
65
52
  **Note:** Version bump only for package @carbon/charts-vue
66
53
 
67
-
68
-
69
-
70
-
71
54
  # Change Log
72
55
 
73
56
  All notable changes to this project will be documented in this file. See
package/package.json CHANGED
@@ -1,117 +1,117 @@
1
1
  {
2
- "name": "@carbon/charts-vue",
3
- "version": "1.11.19",
4
- "description": "Carbon Charts component library for Vue",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- "./styles.min.css": "./dist/styles.min.css",
10
- "./styles.css": "./dist/styles.css",
11
- ".": {
12
- "style": "./dist/styles.css",
13
- "types": "./dist/index.d.ts",
14
- "default": "./dist/index.mjs"
15
- }
16
- },
17
- "files": [
18
- "dist",
19
- "CHANGELOG.md"
20
- ],
21
- "scripts": {
22
- "postinstall": "carbon-telemetry collect --install",
23
- "file:styles": "cp ../core/dist/styles.* dist",
24
- "build:package": "vite build && yarn file:styles",
25
- "demo:mdx:vue": "cp ../core/src/stories/getting-started/vue.stories.mdx src/stories",
26
- "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories",
27
- "demo:mdx": "concurrently \"yarn:demo:mdx:*\"",
28
- "build:demo": "yarn demo:mdx && storybook build -o demo/bundle --quiet",
29
- "build": "yarn build:package && yarn build:demo",
30
- "storybook": "storybook dev -p 9006",
31
- "start": "yarn storybook",
32
- "lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts --fix --ignore-path ../../.eslintignore",
33
- "format": "prettier --write src/ --ignore-path ../../.eslintignore",
34
- "clean": "rm -rf dist demo/bundle",
35
- "pub:demo": "cp -a demo/bundle/. ../../pages/vue"
36
- },
37
- "peerDependencies": {
38
- "vue": "^3.3.0"
39
- },
40
- "dependencies": {
41
- "@carbon/charts": "1.11.19",
42
- "@carbon/telemetry": "~0.1.0",
43
- "vue": "^3.3.4"
44
- },
45
- "devDependencies": {
46
- "@babel/core": "^7.22.10",
47
- "@rushstack/eslint-patch": "^1.3.3",
48
- "@stackblitz/sdk": "^1.9.0",
49
- "@storybook/addon-essentials": "^7.2.2",
50
- "@storybook/addon-interactions": "^7.2.2",
51
- "@storybook/addon-links": "^7.2.2",
52
- "@storybook/blocks": "^7.2.2",
53
- "@storybook/manager-api": "^7.2.2",
54
- "@storybook/testing-library": "^0.2.0",
55
- "@storybook/theming": "^7.2.2",
56
- "@storybook/vue3": "^7.2.2",
57
- "@storybook/vue3-vite": "^7.2.2",
58
- "@types/d3": "^7.4.0",
59
- "@vue/eslint-config-prettier": "^8.0.0",
60
- "@vue/eslint-config-typescript": "^11.0.3",
61
- "concurrently": "^8.2.0",
62
- "d3": "^7.8.5",
63
- "d3-cloud": "^1.2.7",
64
- "d3-sankey": "^0.12.3",
65
- "eslint": "^8.46.0",
66
- "eslint-plugin-storybook": "^0.6.13",
67
- "eslint-plugin-vue": "^9.17.0",
68
- "react": "^18.2.0",
69
- "react-dom": "^18.2.0",
70
- "storybook": "^7.2.2",
71
- "typescript": "^5.1.6",
72
- "vite": "^4.4.9",
73
- "vite-plugin-dts": "^3.5.1",
74
- "vue-tsc": "^1.8.8"
75
- },
76
- "publishConfig": {
77
- "access": "public",
78
- "tag": "next"
79
- },
80
- "repository": {
81
- "type": "git",
82
- "url": "git@github.com:carbon-design-system/carbon-charts.git",
83
- "homepage": "https://carbon-design-system.github.io/carbon-charts/vue/"
84
- },
85
- "license": "Apache-2.0",
86
- "author": "IBM",
87
- "keywords": [
88
- "charts",
89
- "graphs",
90
- "radar",
91
- "gauge",
92
- "donut",
93
- "pie",
94
- "sparkline",
95
- "tree",
96
- "treemap",
97
- "heatmap",
98
- "wordcloud",
99
- "histogram",
100
- "alluvial",
101
- "geo",
102
- "bar",
103
- "bullet",
104
- "scatter",
105
- "meter",
106
- "line",
107
- "vue",
108
- "vue3",
109
- "component",
110
- "carbon",
111
- "ibm",
112
- "svg",
113
- "data",
114
- "typescript"
115
- ],
116
- "gitHead": "a7998ecc2a060a7a00bb0313968ef746e95e9e2b"
2
+ "name": "@carbon/charts-vue",
3
+ "version": "1.11.20",
4
+ "description": "Carbon Charts component library for Vue",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ "./styles.min.css": "./dist/styles.min.css",
10
+ "./styles.css": "./dist/styles.css",
11
+ ".": {
12
+ "style": "./dist/styles.css",
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.mjs"
15
+ }
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "CHANGELOG.md"
20
+ ],
21
+ "scripts": {
22
+ "postinstall": "carbon-telemetry collect --install",
23
+ "file:styles": "cp ../core/dist/styles.* dist",
24
+ "build:package": "vite build && yarn file:styles",
25
+ "demo:mdx:vue": "cp ../core/src/stories/getting-started/vue.stories.mdx src/stories",
26
+ "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories",
27
+ "demo:mdx": "concurrently \"yarn:demo:mdx:*\"",
28
+ "build:demo": "yarn demo:mdx && storybook build -o demo/bundle --quiet",
29
+ "build": "yarn build:package && yarn build:demo",
30
+ "storybook": "storybook dev -p 9006",
31
+ "start": "yarn storybook",
32
+ "lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts --fix --ignore-path ../../.eslintignore",
33
+ "format": "prettier --write src/ --ignore-path ../../.eslintignore",
34
+ "clean": "rm -rf dist demo/bundle",
35
+ "pub:demo": "cp -a demo/bundle/. ../../pages/vue"
36
+ },
37
+ "peerDependencies": {
38
+ "vue": "^3.3.0"
39
+ },
40
+ "dependencies": {
41
+ "@carbon/charts": "1.11.20",
42
+ "@carbon/telemetry": "~0.1.0",
43
+ "vue": "^3.3.4"
44
+ },
45
+ "devDependencies": {
46
+ "@babel/core": "^7.22.10",
47
+ "@rushstack/eslint-patch": "^1.3.3",
48
+ "@stackblitz/sdk": "^1.9.0",
49
+ "@storybook/addon-essentials": "^7.2.2",
50
+ "@storybook/addon-interactions": "^7.2.2",
51
+ "@storybook/addon-links": "^7.2.2",
52
+ "@storybook/blocks": "^7.2.2",
53
+ "@storybook/manager-api": "^7.2.2",
54
+ "@storybook/testing-library": "^0.2.0",
55
+ "@storybook/theming": "^7.2.2",
56
+ "@storybook/vue3": "^7.2.2",
57
+ "@storybook/vue3-vite": "^7.2.2",
58
+ "@types/d3": "^7.4.0",
59
+ "@vue/eslint-config-prettier": "^8.0.0",
60
+ "@vue/eslint-config-typescript": "^11.0.3",
61
+ "concurrently": "^8.2.0",
62
+ "d3": "^7.8.5",
63
+ "d3-cloud": "^1.2.7",
64
+ "d3-sankey": "^0.12.3",
65
+ "eslint": "^8.46.0",
66
+ "eslint-plugin-storybook": "^0.6.13",
67
+ "eslint-plugin-vue": "^9.17.0",
68
+ "react": "^18.2.0",
69
+ "react-dom": "^18.2.0",
70
+ "storybook": "^7.2.2",
71
+ "typescript": "^5.1.6",
72
+ "vite": "^4.4.9",
73
+ "vite-plugin-dts": "^3.5.1",
74
+ "vue-tsc": "^1.8.8"
75
+ },
76
+ "publishConfig": {
77
+ "access": "public",
78
+ "tag": "next"
79
+ },
80
+ "repository": {
81
+ "type": "git",
82
+ "url": "git@github.com:carbon-design-system/carbon-charts.git",
83
+ "homepage": "https://carbon-design-system.github.io/carbon-charts/vue/"
84
+ },
85
+ "license": "Apache-2.0",
86
+ "author": "IBM",
87
+ "keywords": [
88
+ "charts",
89
+ "graphs",
90
+ "radar",
91
+ "gauge",
92
+ "donut",
93
+ "pie",
94
+ "sparkline",
95
+ "tree",
96
+ "treemap",
97
+ "heatmap",
98
+ "wordcloud",
99
+ "histogram",
100
+ "alluvial",
101
+ "geo",
102
+ "bar",
103
+ "bullet",
104
+ "scatter",
105
+ "meter",
106
+ "line",
107
+ "vue",
108
+ "vue3",
109
+ "component",
110
+ "carbon",
111
+ "ibm",
112
+ "svg",
113
+ "data",
114
+ "typescript"
115
+ ],
116
+ "gitHead": "8ad1a690e8e336a268d15750576485ebb54307e5"
117
117
  }