Create arbitrary toast interfaces: Toast interfaces can be bound to arbitrary event buses and plugin instances. (#78) (0b783a7)
🔧 Bug fixes
Toast interfaces are now independent: Separate calls to createToastInterface and provideToast will generate independent plugin instances. (#78 ) (0b783a7), closes #77
Composition does not break SSR: SSR apps using composition would break. (#80) (52a811f), closes #79