@carbon/charts-vue 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -30
  2. package/package.json +115 -115
package/CHANGELOG.md CHANGED
@@ -1,73 +1,69 @@
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.21 (2023-08-14)
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))
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
- ## 1.11.18 (2023-08-09)
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
- * **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
-
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-vue
31
46
 
32
-
33
-
34
-
35
-
36
47
  ## 1.11.16 (2023-08-02)
37
48
 
38
-
39
49
  ### Bug Fixes
40
50
 
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
-
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-vue
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-vue
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-vue
66
66
 
67
-
68
-
69
-
70
-
71
67
  # Change Log
72
68
 
73
69
  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.21",
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.21",
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.3",
50
+ "@storybook/addon-interactions": "^7.2.3",
51
+ "@storybook/addon-links": "^7.2.3",
52
+ "@storybook/blocks": "^7.2.3",
53
+ "@storybook/manager-api": "^7.2.3",
54
+ "@storybook/testing-library": "^0.2.0",
55
+ "@storybook/theming": "^7.2.3",
56
+ "@storybook/vue3": "^7.2.3",
57
+ "@storybook/vue3-vite": "^7.2.3",
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.47.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.3",
71
+ "typescript": "^5.1.6",
72
+ "vite": "^4.4.9",
73
+ "vite-plugin-dts": "^3.5.2",
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": "6b44c05354fac8a315a54b1f576089502bdf6bb0"
117
117
  }