Skip to content

Releases: mickelsonmichael/js-snackbar

Icon Improvements

07 Apr 16:15
17afc96
Compare
Choose a tag to compare

This release pretties up the icons and now utilizes flexbox to ensure their alignment. It also removes the circle which proved to only be trouble and potentially ugly.

What's Changed

Full Changelog: v1.5.1...1.6

Fix query selectors for containers

03 Sep 13:40
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mend-bolt-for-github made their first contribution in #34
  • @dependabot made their first contribution in #35
  • @RichMercer made their first contribution in #73

Full Changelog: v1.5...v1.5.1

New Icon Ability

16 Feb 01:46
1875bba
Compare
Choose a tag to compare

SnackBars now have the ability to specify an "icon" to appear within the status label.

Center positioning and animation speed

10 Feb 16:17
9b40229
Compare
Choose a tag to compare

Adds two new features to the snackbar

  • The position property should now allow options for central positioning
  • A new speed option allowing the user to define the transition-duration for the SnackBar

v1.3: Merge pull request #27 from mickelsonmichael/dev

03 Feb 19:45
8678203
Compare
Choose a tag to compare
  • Add ability to set width
  • Allow timeout to be set to 0
  • Fix bug where setting status to null would crash

Refactored to be easier to develop

02 Feb 15:56
32c03d4
Compare
Choose a tag to compare
  • Includes ability to define message as HTML

v1.0.1: Merge pull request #15 from mickelsonmichael/dev

02 Feb 14:41
d83859d
Compare
Choose a tag to compare

v1.0: Merge pull request #13 from mickelsonmichael/dev

02 Feb 14:35
84b184a
Compare
Choose a tag to compare