@carbon/charts-angular 1.17.1 → 1.17.3
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 +22 -0
- package/README.md +4 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.17.3 (2024-07-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-angular
|
|
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
|
+
|
|
15
|
+
## 1.17.2 (2024-06-27)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- **docs:** scroll to top when navigating with left navbar
|
|
20
|
+
([#1862](https://github.com/carbon-design-system/carbon-charts/issues/1862))
|
|
21
|
+
([d46d3de](https://github.com/carbon-design-system/carbon-charts/commit/d46d3de30051d966cb15af6ff40deba229abcf40))
|
|
22
|
+
|
|
23
|
+
# Change Log
|
|
24
|
+
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
27
|
+
|
|
6
28
|
## 1.17.1 (2024-06-27)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @carbon/charts-angular
|
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Carbon Charts Angular
|
|
2
2
|
|
|
3
3
|
Carbon Charts Angular is a thin Angular wrapper around the vanilla JavaScript `@carbon/charts`
|
|
4
|
-
component library. This prerelease is for Angular
|
|
4
|
+
component library. This prerelease is for Angular 18 and higher.
|
|
5
5
|
|
|
6
6
|
If you need support for older versions of Angular (or encounter problems with this module), please
|
|
7
|
-
revert to `@carbon/charts-angular@latest`. Distribution tags have been added for
|
|
8
|
-
versions such as: `@carbon/charts-angular@
|
|
7
|
+
revert to `@carbon/charts-angular@latest`. Distribution tags have been added for previous Angular
|
|
8
|
+
versions such as: `@carbon/charts-angular@angular12`, `@carbon/charts-angular@angular16`,
|
|
9
|
+
`@carbon/charts-angular@angular17`, etc.
|
|
9
10
|
|
|
10
11
|
## [Documentation with StackBlitz examples](https://charts.carbondesignsystem.com/)
|
|
11
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-angular",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.3",
|
|
4
4
|
"description": "Carbon Charts component library for Angular",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./styles.min.css": "./styles.min.css",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@angular/core": "^18.0.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@carbon/charts": "1.17.
|
|
26
|
-
"@ibm/telemetry-js": "^1.
|
|
25
|
+
"@carbon/charts": "1.17.3",
|
|
26
|
+
"@ibm/telemetry-js": "^1.6.0",
|
|
27
27
|
"tslib": "^2.6.3"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|