Skip to content

Releases: MostafaMDZH/Awesome-Snackbar

v2.0.7

15 Dec 06:34
Compare
Choose a tag to compare

Fix

  • Warning for missing file "snackbar.css.map" removed

v2.0.0

31 Aug 06:05
Compare
Choose a tag to compare

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");