Skip to content

Commit

Permalink
double rename
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Aug 28, 2023
1 parent cfb968f commit 5b825a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/v4-migration.md
Expand Up @@ -30,7 +30,7 @@ A number of changes were made to the configuration options passed to the `Chart`
* 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.min.js`.
* `dist/chart.min.js` has been renamed to `dist/chart.umd.min.js` (and before 4.5.0 `dist/chart.umd.js`).
* `dist/chart.esm.js` has been renamed to `dist/chart.js`.

#### Type changes
Expand Down

0 comments on commit 5b825a9

Please sign in to comment.