Skip to content

Latest commit

 

History

History
75 lines (42 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

75 lines (42 loc) · 1.72 KB

Changelog

All the changes made to toastify-js library.

[1.6.2] - 2020-01-03

  • Bugfix: Closing the toast when custom close icon from icon fonts are used

[1.6.1] - 2019-06-29

  • Bugfix: Disabling stopOnFocus

[1.6.0] - 2019-06-29

  • Deprecation Warning: Migrating from positionLeft property to position
  • Property position to support center as a value along with left and right - Useful for centering toast messages in the page

[1.5.0] - 2019-05-30

  • Added persistant toast option with ability to programatically close it

[1.4.0] - 2019-05-12

  • 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)

[1.3.2] - 2018-12-6

  • Added z-index attribute

[1.2.1] - 2018-05-31

  • Added support for Classes. Now custom classes can be added to the toast while creating it

[1.2.0] - 2018-03-05

  • Fix issue when destination and close options is used at the same time

[1.1.0] - 2018-02-18

  • Browser support extended to IE10+ without any polyfills

[1.0.0] - 2018-02-17

  • Support for modules

[0.0.6] - 2017-09-09

  • Support for changing background [Options]
  • Optimized toast positioning logic
  • Added changelog for library update tracking

[0.0.5] - 2017-09-06

  • Support for toast messages on mobile screens
  • Tweaked close icon

[0.0.4] - 2017-09-05

  • Support for positioning of toasts on the page

[0.0.3] - 2017-09-05

  • Close buton for toasts [Options]

[0.0.2] - 2017-09-04

  • Option to add on-click link for toasts
  • Updated comments for code readability

[0.0.1] - 2017-09-02

  • Initial Release
  • Added Preview page
  • Optimized function structure