Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angularjs-toast

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angularjs-toast - npm Package Versions

23

4.0.1

Diff

Changelog

Source

v4.0.1 (2020-12-13)

Internal
  • update LICENSE (0f43033)
sibiraj-s
published 4.0.0 •

Changelog

Source

v4.0.0 (2020-01-02)

Breaking Changes
  • rename $toastProvider to toastProvider (137be4f)

Add toast directive to ur HTML

<toast></toast>

Before

// before
toast('Hello World!');
// now
toast.create('Hello World!');
sibiraj-s
published 3.0.1 •

Changelog

Source

v3.0.1 (2020-01-02)

Enhancements
  • render notification template on app load (f9c057f)
sibiraj-s
published 3.0.0 •

Changelog

Source

v3.0.0 (2020-01-01)

Features
  • support dom element in container property (ae77178)
  • support global configuration via $toastProvider (24b939f)
  • accept string to create toasts (e6424ce)
Bug Fixes
  • set dismissible property correctly (86863af)
Enhancements
Breaking Changes
  • rename option masterClass to containerClass (0b544c2)
  • containerClass, insertFromTop, container, position has to be globally configured (9ead276), (9b562f4), (c5d3e9d), (0d56b84)
  • duration property is renamed to timeout (0392187)
  • remove option removeFromTop (91414ba)
Internal
  • use browser-sync for local server (5e4cccb)
  • remove grunt-ng-annotate (53c44b2)
  • update node version requirement (47c7be2)
  • remove grunt-eslint in favour of eslint (d9c17f1)
  • cleanup build tasks (a6325ba)
  • setup babel compilation (3ad387c)
  • setup karma-jasmine unit tests (d416e75)
  • migrate to github actions from travis-ci (26f2471)
  • update LICENSE (a800092)
Dependency Updates
sibiraj-s
published 2.0.3 •

Changelog

Source

v2.0.3 (2018-12-30)

Enhancements
  • migrate from unpkg cdn to jsdelivr (41e42bc)
Internal
  • extend package license to 2019 (db6ee74)
  • replace eslint-config-standard with eslint-config-airbnb-base (902e33e)
  • replace grunt-contrib-sass with grunt-sass (902e33e)
Dependency Updates
  • update eslint to v5.11.1 (902e33e)
  • update husky to v1.3.1 (902e33e)
  • update grunt-coffeelintr to v1.1.2 (902e33e)
  • update other angular dependencies (902e33e)
sibiraj-s
published 2.0.2 •

Changelog

Source

v2.0.2 (2018-10-04)

Dependency Updates
Internal
  • update github username (05ea495)
  • remove vscode settings in favour of editorconfig (f867985)
sibiraj-s
published 2.0.1 •

Changelog

Source

v2.0.1 (2018-09-17)

Bug Fixes
  • 'insertFromTop' is set to true when the condition fails, the value is set to false by default (f81fb6d)
Internal
  • documentation updates and UI tweaks in demo page (deff0e8)
Dependency Updates
  • update eslint to v5.6.0 (65ed8b0)
  • update grunt-contrib-uglify to v4.0.0 (8cc3153)
  • update eslint-plugin-promise to v4.0.1 (65ed8b0)
  • update grunt-contrib-connect to v2.0.0 (65ed8b0)
  • update grunt-contrib-cssmin to v3.0.0 (65ed8b0)
sibiraj-s
published 2.0.0 •

Changelog

Source

v2.0.0 (2018-08-26)

Internal
  • use 2 space indentation instead of 4 space indent (2c3906b)
Dependency Updates
Breaking Changes
  • require minimum angular version v1.7 (5b16c04)
sibiraj-s
published 1.0.16 •

Changelog

Source

v1.0.16 (2018-07-27)

Just a Maintenance Patch

Internal
  • remove commitizen, cz-conventional-changelog
  • prevent running npm publish directly
  • lint all js files using eslint
sibiraj-s
published 1.0.15 •

Changelog

Source

v1.0.15 (2018-07-17)

Just a Maintenance Patch

Internal
  • remove pullapprove
  • migrate to travis-ci.com
Dependency Updates
  • remove vulnerable dependencies (1d6759a)
  • update dependencies in demo page (d8f4dfc)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc