@carbon/charts 1.10.3 → 1.10.4
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 +9 -0
- package/README.md +2 -2
- package/dist/demo/index.js +9 -9
- package/dist/demo/index.js.map +1 -1
- package/dist/demo/index.mjs +55 -55
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +1 -1
- package/dist/demo/styles.css.map +1 -1
- package/package.json +2 -2
- package/scss/demos.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.10.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.3...v1.10.4) (2023-06-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
6
15
|
## [1.10.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.2...v1.10.3) (2023-06-26)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @carbon/charts
|
package/README.md
CHANGED
|
@@ -23,9 +23,9 @@ yarn add @carbon/charts @carbon/styles d3 d3-cloud d3-sankey
|
|
|
23
23
|
Read
|
|
24
24
|
[Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-vanilla-javascript--docs)
|
|
25
25
|
|
|
26
|
-
## StackBlitz
|
|
26
|
+
## Storybook and StackBlitz Examples
|
|
27
27
|
|
|
28
|
-
[
|
|
28
|
+
[Live examples](https://carbon-design-system.github.io/carbon-charts).
|
|
29
29
|
|
|
30
30
|
**When opening the link above**, click on the **Edit on StackBlitz** button for each demo to see an
|
|
31
31
|
isolated project showing you how to reproduce the demo.
|