Migrating apps to version 9.x.x and above

Version 9.0.0 eradicates Bootbox plugin.

If you're using Bootbox in your projects, you can migrate your app by using the updated version of Cot Modal.

We added new parameters to Cot Modal that allows developers to easily replace bootbox.alert() and bootbox.confirm().


It's also always good to update your dependencies using the following command

npm update

Page Tree