Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 1.02 KB

Changelog

All the changes made to toastify-js library.

[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