All Versions
27
Latest Version
Avg Release Cycle
68 days
Latest Release
781 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.7.0 Changes
March 01, 2020- To be able to set
stopOnFocus
for toasts without close icon - ๐ Bugfix:
duration
can be infinite by setting as0
- ๐ Bugfix: Prevent errors when parent node is removed from DOM while using frameworks
- ๐ Bugfix: IE 9/10 compatibility fix
- To be able to set
-
v1.6.2 Changes
January 03, 2020- ๐ Bugfix: Closing the toast when custom close icon from icon fonts are used
-
v1.6.1 Changes
June 29, 2019- ๐ Bugfix: Disabling
stopOnFocus
- ๐ Bugfix: Disabling
-
v1.6.0 Changes
June 29, 2019- ๐ Deprecation Warning: Migrating from
positionLeft
property toposition
- ๐ Property
position
to supportcenter
as a value along withleft
andright
- Useful for centering toast messages in the page
- ๐ Deprecation Warning: Migrating from
-
v1.5.0 Changes
May 30, 2019- โ Added persistant toast option with ability to programatically close it
-
v1.4.0 Changes
May 12, 2019- ๐ฅ 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)
-
v1.3.2 Changes
- โ Added z-index attribute
-
v1.2.1 Changes
May 31, 2018- โ Added support for Classes. Now custom classes can be added to the toast while creating it
-
v1.2.0 Changes
March 05, 2018- ๐ Fix issue when
destination
andclose
options is used at the same time
- ๐ Fix issue when
-
v1.1.0 Changes
February 18, 2018- ๐ป Browser support extended to IE10+ without any polyfills