Releases: MostafaMDZH/Awesome-Snackbar
Releases · MostafaMDZH/Awesome-Snackbar
v2.0.7
v2.0.0
Breaking Change
The function that creates a Snackbar object has been removed, so instead of calling the function:
Snackbar("Hello world"); //deprecated
You should create a new instance of the Snackbar class, like:
new Snackbar("Hello world");