Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 35061ee

Browse files
Upgrading to Chart.js 4.x
1 parent 63f3bc0 commit 35061ee

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.0] - 2022-12-23
10+
11+
### Added
12+
13+
- Adding `name` in library export to use the package with CDN, Sprockets and `import-maps`.
14+
15+
### Chore
16+
17+
- **Breaking** Upgrading to Chart.js `4.x`.
18+
- Updating docs UI.
19+
- Upgrading dependencies.
20+
- Upgrading Node to `18`.
21+
922
## [4.0.0] - 2022-01-07
1023

1124
### Chore

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"@hotwired/stimulus": "^3.2.1"
4848
},
4949
"dependencies": {
50-
"chart.js": "^3.7.0"
50+
"chart.js": "^4.1.1"
5151
}
5252
}

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,11 @@
12031203
"@jridgewell/resolve-uri" "3.1.0"
12041204
"@jridgewell/sourcemap-codec" "1.4.14"
12051205

1206+
"@kurkle/color@^0.3.0":
1207+
version "0.3.1"
1208+
resolved "https://registry.yarnpkg.com/@kurkle/color/-/color-0.3.1.tgz#ef72bc8022ccf77cdd2715097f062ee591ec145c"
1209+
integrity sha512-hW0GwZj06z/ZFUW2Espl7toVDjghJN+EKqyXzPSV8NV89d5BYp5rRMBJoc+aUN0x5OXDMeRQHazejr2Xmqj2tw==
1210+
12061211
"@nodelib/fs.scandir@2.1.3":
12071212
version "2.1.3"
12081213
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
@@ -1766,10 +1771,12 @@ chardet@^0.7.0:
17661771
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
17671772
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
17681773

1769-
chart.js@^3.7.0:
1770-
version "3.7.0"
1771-
resolved "https://registry.npmjs.org/chart.js/-/chart.js-3.7.0.tgz#7a19c93035341df801d613993c2170a1fcf1d882"
1772-
integrity sha512-31gVuqqKp3lDIFmzpKIrBeum4OpZsQjSIAqlOpgjosHDJZlULtvwLEZKtEhIAZc7JMPaHlYMys40Qy9Mf+1AAg==
1774+
chart.js@^4.1.1:
1775+
version "4.1.1"
1776+
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-4.1.1.tgz#9bd96ddaa444205ec55dd103f713f65530e9a2df"
1777+
integrity sha512-P0pCosNXp+LR8zO/QTkZKT6Hb7p0DPFtypEeVOf+6x06hX13NIb75R0DXUA4Ksx/+48chDQKtCCmRCviQRTqsA==
1778+
dependencies:
1779+
"@kurkle/color" "^0.3.0"
17731780

17741781
chokidar@^3.5.3:
17751782
version "3.5.3"

0 commit comments

Comments
 (0)