Releases: mickelsonmichael/js-snackbar
Releases · mickelsonmichael/js-snackbar
Icon Improvements
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
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #84
- Improvements to icons by @mickelsonmichael in #86
Full Changelog: v1.5.1...1.6
Fix query selectors for containers
What's Changed
- Configure WhiteSource Bolt for GitHub by @mend-bolt-for-github in #34
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #35
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #36
- Bump postcss from 8.2.4 to 8.2.10 by @dependabot in #37
- Bump browserslist from 4.16.1 to 4.16.6 by @dependabot in #38
- Bump color-string from 1.5.4 to 1.5.5 by @dependabot in #39
- Update js-snackbar.js by @RichMercer in #73
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #74
- Typo in README by @mickelsonmichael in #77
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #79
- Bump nanoid from 3.1.23 to 3.2.0 by @dependabot in #78
- Bump postcss from 8.2.10 to 8.2.13 by @dependabot in #80
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
SnackBars now have the ability to specify an "icon" to appear within the status label.
Center positioning and animation speed
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 thetransition-duration
for the SnackBar
v1.3: Merge pull request #27 from mickelsonmichael/dev
- 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
- Includes ability to define message as HTML
v1.0.1: Merge pull request #15 from mickelsonmichael/dev
Fix _userOptions typo
v1.0: Merge pull request #13 from mickelsonmichael/dev
Update min files