Skip to content

Releases: apvarun/toastify-js

Release 1.6.1

29 Jun 16:42
92bef29
Compare
Choose a tag to compare
  • Deprecation Warning: Migrating from positionLeft property to position - positionLeft is still supported but may be removed in future versions
  • Property position to support center as a value along with left and right - Useful for centering toast messages in the page
  • Bugfix: Disabling stopOnFocus

Release 1.5.0

30 May 03:49
Compare
Choose a tag to compare
  • Added support for persistent toast, and ability to dismiss the toast programatically.

Release 1.4.0

12 May 09:58
Compare
Choose a tag to compare
  • Breaking Change: Manually import CSS while using as module in your modern JavaScript applications.
  • Ability to pause the toast dismiss timer on hover (Using stopOnFocus property)

Release 1.3.1

13 Nov 15:22
ffd7672
Compare
Choose a tag to compare
  • Fix issue when destination and close options is used at the same time
  • Added support for Classes. Now custom classes can be added to the toast while creating it

Release 1.1.0

18 Feb 09:40
bd8c55b
Compare
Choose a tag to compare
  • Browser support for IE10+, Edge, Chrome, Safari, Firefox

Stable

17 Feb 14:53
Compare
Choose a tag to compare
  • Major release with support for modules

Features

  • Changing background
  • Mobile Support
  • Ability to add click listener

Initial Release

03 Sep 06:47
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
  • Initial Toast
  • Example usage file
  • Support for Customizing text and duration
  • Function chaining