Releases: Andreas-Hjortland/ngxs-message-plugin
0.2.1
Fix build of demo app for this version
0.2.0
Update to Angular 14
0.1.5
Push state changes whenever the store updates instead of when an action i finished
0.1.4
Fixed issue where I called init 2 times and managed to dispatch every event twice from the child components
0.1.3
Fixed configuration issue where the module wan't able to inject custom providers, so the configuration scheme was changed to take a provider instead of the custom
string and expect it to be registered in the DI system outside
0.1.2
Added a check for states with cycles
0.1.1
Minor bugfix where you wouldn't be able to loop over message sources in beforeunload event handlers
Also updated the test app to show iframes and close the popup whenever we reload or close the main frame
0.1.0
First release - probably some bugs to iron out before we go to 1.0