]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
update migration guide (#10885)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Fri, 18 Nov 2022 17:39:58 +0000 (18:39 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 17:39:58 +0000 (19:39 +0200)
docs/migration/v4-migration.md

index 7c0eb647b4509d94786eaa47c3e321d11a4793f5..fd80b6465638fdb95aeff8366e0893f57f8c7430 100644 (file)
@@ -29,6 +29,9 @@ A number of changes were made to the configuration options passed to the `Chart`
 * `maintainAspectRatio` respects container height.
 * Time and timeseries scales use `ticks.stepSize` instead of `time.stepSize`, which has been removed.
 * `maxTickslimit` wont be used for the ticks in `autoSkip` if the determined max ticks is less then the `maxTicksLimit`.
+* `dist/chart.js` has been removed.
+* `dist/chart.min.js` has been renamed to `dist/chart.umd.js`.
+* `dist/chart.esm.js` has been renamed to `dist/chart.js`.
 
 #### Type changes
 * The order of the `ChartMeta` parameters have been changed from `<Element, DatasetElement, Type>` to `<Type, Element, DatasetElement>`.