Socket
Socket
Sign inDemoInstall

angular-toastr

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.1.1

Diff

Changelog

Source

Version 2.1.1

  • Add /dist again for bower.
foxandxss
published 2.1.0 •

Changelog

Source

Version 2.1.0

  • Fix wrong z-index in production build.
  • Add refreshTimer method to refresh the timeout of shown toasts.
foxandxss
published 2.0.0 •

Changelog

Source

Version 2.0.0

Not the promised version, but should help with some unwanted bugs.

  • replace: true has been removed from the directives.
  • Preserve margin-bottom of each toasts.

BREAKING CHANGE:

replace: true has been removed. If you use a custom template, you will probably need to do some CSS changes. On the good part, it should help with some bugs.

foxandxss
published 1.7.0 •

Changelog

Source

Version 1.7.0

  • toastr service has an active() method to get all the opened toasts.
foxandxss
published 1.6.0 •

Changelog

Source

Version 1.6.0

  • onTap callback receives the whole toast as the first parameter.
  • onShown callback receives the whole toast as the first parameter.
  • onHidden callback receives the whole toast as the second parameter.
foxandxss
published 1.5.0 •

Changelog

Source

Version 1.5.0

  • Fix an issue where maxOpened with 2 or more was conflicting with autoDismiss.
  • Fix that when you try to close an undefined toast it won't close them all.
  • Toasts should be now more accessible.
  • You can now pass custom data to templates, useful for custom templates
  • New callback, onTap which is called when you click a toast (doesn't have to be closed for it to work).
  • Fix onHidden to have the wasClicked parameter to true when using a toast close button.
foxandxss
published 1.4.1 •

Changelog

Source

Version 1.4.1

  • Fix a typo on the toastr.less file that prevented some automated tools to work.
  • Add the license to bower.json.
foxandxss
published 1.4.0 •

Changelog

Source

Version 1.4.0

  • With preventOpenDuplicates you can prevent duplicates of opened toasts.
  • Webpack / Browserify support.
  • Now the bower package won't try to fetch the latest angular version.
foxandxss
published 1.3.1 •

Changelog

Source

Version 1.3.1

  • Add compatibility with Angular 1.4.x.
foxandxss
published 1.3.0 •

Changelog

Source

Version 1.3.0

  • An autoDismiss option to be used with maxOpened to dismiss the oldest toast.
  • Every toast has now an isOpened property to see whether they are opened or not.
2Next
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