@carbon/charts 1.0.3 → 1.2.0

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 CHANGED
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.2.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.1.0...v1.2.0) (2022-06-13)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
14
+ # [1.1.0](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.4...v1.1.0) (2022-06-08)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **core:** add condition to check if domain is not undefined (between 0 & 0) ([#1386](https://github.com/carbon-design-system/carbon-charts/issues/1386)) ([0938628](https://github.com/carbon-design-system/carbon-charts/commit/09386288ec2c6119b2c5d48d2821bf7a5e390c4f)), closes [#1385](https://github.com/carbon-design-system/carbon-charts/issues/1385)
20
+
21
+
22
+ ### Features
23
+
24
+ * **core:** add theming functions to sass styles ([#1382](https://github.com/carbon-design-system/carbon-charts/issues/1382)) ([6f56b2f](https://github.com/carbon-design-system/carbon-charts/commit/6f56b2f78436ab7c5d2e4fc83d9b3a91123c78b1))
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.0.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.3...v1.0.4) (2022-05-27)
31
+
32
+ **Note:** Version bump only for package @carbon/charts
33
+
34
+
35
+
36
+
37
+
6
38
  ## [1.0.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.2...v1.0.3) (2022-05-25)
7
39
 
8
40
 
@@ -11,7 +11,6 @@ export declare const createVanillaChartApp: {
11
11
  (demo: any): {
12
12
  'index.html': string;
13
13
  'src/index.js': string;
14
- 'src/carbon-styles.scss': string;
15
14
  'package.json': {
16
15
  scripts: {
17
16
  start: string;
@@ -19,8 +18,6 @@ export declare const createVanillaChartApp: {
19
18
  };
20
19
  dependencies: {
21
20
  '@carbon/charts': any;
22
- '@carbon/colors': any;
23
- '@carbon/styles': any;
24
21
  d3: string;
25
22
  };
26
23
  devDependencies: {
@@ -39,13 +36,11 @@ export declare const createReactChartApp: {
39
36
  (demo: any): {
40
37
  'src/index.html': string;
41
38
  'src/index.js': string;
42
- 'src/plex-and-carbon-styles.scss': string;
39
+ 'src/ibm-plex-font.css': string;
43
40
  'package.json': {
44
41
  dependencies: {
45
42
  '@carbon/charts': any;
46
43
  '@carbon/charts-react': any;
47
- '@carbon/colors': any;
48
- '@carbon/styles': any;
49
44
  d3: string;
50
45
  react: string;
51
46
  'react-dom': string;
@@ -64,7 +59,7 @@ export declare const createAngularChartApp: {
64
59
  (demo: any): {
65
60
  'src/app/app.component.html': string;
66
61
  'src/app/app.component.ts': string;
67
- 'src/app/plex-and-carbon-styles.scss': string;
62
+ 'src/app/ibm-plex-font.css': string;
68
63
  'src/app/app.module.ts': string;
69
64
  'package.json': string;
70
65
  };
@@ -78,7 +73,7 @@ export declare const createAngularChartApp: {
78
73
  export declare const createVueChartApp: {
79
74
  (demo: any): {
80
75
  'src/components/chart.vue': string;
81
- 'src/plex-and-carbon-styles.scss': string;
76
+ 'src/ibm-plex-font.css': string;
82
77
  'src/App.vue': string;
83
78
  'src/main.js': string;
84
79
  'package.json': string;
@@ -94,7 +89,6 @@ export declare const createSvelteChartApp: {
94
89
  (demo: any): {
95
90
  'App.svelte': string;
96
91
  'index.html': string;
97
- 'plex-and-carbon-styles.scss': string;
98
92
  'package.json': {
99
93
  scripts: {
100
94
  dev: string;
@@ -102,8 +96,6 @@ export declare const createSvelteChartApp: {
102
96
  };
103
97
  devDependencies: {
104
98
  '@carbon/charts-svelte': any;
105
- '@carbon/colors': any;
106
- '@carbon/styles': any;
107
99
  '@sveltejs/vite-plugin-svelte': string;
108
100
  d3: string;
109
101
  sass: string;