Section about deprecated onDemand and onAbort callback arguments (#2330)
* Added deprecated onDemand and onAbort callback arguments to migration guide
The onDemand and onAbort callbacks for router.push and .replace were deprecated in v4. I added a section to the migration guide explaining that users should replace them with the thenable Promise the methods return.