Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Nov 25, 2020
1 parent 9117580 commit ec2335c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/v3-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,4 @@ All helpers are now exposed in a flat hierarchy, e.g., `Chart.helpers.canvas.cli
* `afterDatasetsUpdate`, `afterUpdate`, `beforeDatasetsUpdate`, and `beforeUpdate` now receive `args` object as second argument. `options` argument is always the last and thus was moved from 2nd to 3rd place.
* `afterEvent` and `beforeEvent` now receive a wrapped `event` as the second argument. The native event is available via `event.native`.
* Initial `resize` is no longer silent. Meaning that `resize` event can fire between `beforeInit` and `afterInit`
* `beforeUpdate` hook is now also called when a plugin is disabled by the update. `options` argument will be failse in that case.
* `beforeUpdate` hook is now also called when a plugin is disabled by the update. `options` argument will be false in that case.

0 comments on commit ec2335c

Please sign in to comment.