toastr v2.1.0 Release Notes

Release Date: 2014-11-15 // over 9 years ago
  • 🆕 New Features

    • Prevent duplicate sequential toasts SBero | aa083d8
    • ➕ Add support for top-center and bottom-center toasts showwin | 86a4798
    • ➕ Add feature allowing progress bars to be shown for toasts TravisTX | PR 189

    toastr.options.preventDuplicates = true;

    toastr.options.progressBar = true;

    🐛 Bug Fixes

    • None

    💥 Breaking Changes

    • None

    Dev Ops

    • ➕ Add karma test runner
    • ➕ Added Travis CI hooks