Socket
Socket
Sign inDemoInstall

toastr

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

2.1.4

Diff

Changelog

Source

2.1.4 (2017-12-07)

  • Same as 2.1.3, except 2.1.4 is on NPM
timferrell
published 2.1.2 •

Changelog

Source

2.1.2 (2015-08-06)

New Features

  • Added HTML escaping (use toastr.options.escapeHTML)
  • Added more options for overriding animations, specifically to closing a toast
  • Events are now passed into the onClick handler of the toast

Bug Fixes

  • Resolved issue with centered toasts that would override top and bottom margins

Dev Ops

  • Removed module and require from the .jshintrc file
  • Cleaned up the readme
  • Builds moved to the builds folder
  • Made href calls relative to the transport in the demo
  • CSS is now built by the included LESS file as part of a gulp call
  • Removed un-used deps
timferrell
published 2.1.0 •

Changelog

Source

2.1.0 (2014-10-15)

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
durango
published 2.0.4 •

durango
published 2.0.3 •

Changelog

Source

2.0.3 (2014-05-17)

New Features

  • None

Bug Fixes

  • positionClass changes were not being honored due to 2.0.2 release changes. Refactored getContainer to only get the container, unless a 2nd boolean parameter is passed in in which case it will also create it if the container did not exist 871c2a6

Breaking Changes

  • None
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc