🚀 New Features
- Default options per toast type: Default options can be set per toast type using the new
toastDefaults
plugin option. docs (#52) (cad0f6f)
🔧 Bug fixes
- Fix onFocusLoss not working as it should: On focus loss is now attached to the window, not the component. (#62) (9aa1c64, 2c501ed), closes #61