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

vue-awesome-notifications

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-awesome-notifications - npm Package Versions

23

3.1.1

Diff

Changelog

Source

[3.1.1] - 04.21.2020

Updated

  • Dependencies
f3oall
published 3.1.0 •

Changelog

Source

[3.1.0] - 12.09.2019

Added

  • New method closeToasts. It closes all visible toasts.
nickfrm
published 3.0.6-a •

nickfrm
published 3.0.6 •

Changelog

Source

[3.0.6] - 12.02.2019

Changed

  • Update readme.md
nickfrm
published 3.0.5 •

Changelog

Source

[3.0.5] - 12.02.2019

Updated

  • Dependencies
nickfrm
published 3.0.4 •

Changelog

Source

[3.0.4] - 11.28.2019

Updated

  • Dependencies
f3oall
published 3.0.3 •

Changelog

Source

[3.0.3] - 06.25.2019

Added

  • confirm now has option to hide 'Cancel' button. Read docs to learn more.
f3oall
published 3.0.2 •

Changelog

Source

[3.0.2] - 05.08.2019

Added

  • Keyup listeners for popups
  • async-block now rejects all keydowns
  • popup now removes focus on open. Tab key and its combination keydowns are being omitted to keep focus trapped. Esc key closes the window.
  • confirm now set focus to OK button on open. Tab key and its combination keydowns are handled to keep focus inside the window.Esc key closes the window.
  • Updated docs sections regarding this update
  • New GIF in Readme
  • afterDelete method to elem class

Fixed

  • demo link in docs
f3oall
published 3.0.1 •

Changelog

Source

[3.0.1] - 05.01.2019

Fixed

position option now works as expected

f3oall
published 3.0.0 •

Changelog

Source

[3.0.0] - 04.13.2019

Massive update which changed a big part of internal logic and added some new features.

Added

  • Optional options paramater for every public method. It used to override global options per call.
  • Durations settings for each toast separately. It's available under options.durations property.
  • Minimum durations settings for each async element. It's available under options.minDurations property.
  • New default function which formats errors. It's available under options.formatError property.
  • Now all messages passed to alert() method will be formatted by options.formatError.
  • All toasts and popups methods, now return HTMLElement which was created by them.
  • New default messages. It's available under options.messages
  • Enhanced design for toasts and popups.
  • Brand new handsome and detailed documentation.
  • New JS bundle for modern browsers.
  • _addToast method
  • _addPopup method
  • _afterAsync method
  • _responseHandler method, which is specific for _afterAsync
  • container getter
  • Webpack compress bundles to gzip format

Changed

  • New library gzipped sizes: 4kb - default bundle, 3kb - modern bundle.
  • Now icons are use Font Awesome 5 by default.
  • html parameter of all elements, now named message. It's no longer mandatory.
  • options.modal.okLabel to options.labels.confirmOk
  • options.modal.okLabel to options.labels.confirmCancel
  • options.modal.okLabel to options.labels.confirmCancel
  • options.asyncBlockMinDuration to options.minDurations["async-block"]
  • options.duration to options.durations.global
  • options.handleReject to options.formatError
  • Internal name of Modal class changed to Popup
  • Change browserlist setting for default bundle
  • Rename defaults.js file to options.js
  • Rename modal.js file to popup.js

Removed

  • notify method
  • _runFunction method
  • _getContainer method
  • options.modal.maxWidth property, use CSS instead

Fixed

  • Now NPM dist contains index.var.js
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