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

vue-loading-overlay

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-loading-overlay - npm Package Versions

134

5.0.1

Diff

Changelog

Source

5.0.1

  • Allow composition API usage, #88
  • Now you can import package like
// New way of importing
import {useLoading} from 'vue-loading-overlay';
import {Component} from 'vue-loading-overlay';
import {Plugin} from 'vue-loading-overlay';

// The good old way still works as before
import VueLoading from 'vue-loading-overlay';
  • (Breaking) Use named export in web browser environment
- app.use(VueLoading)
+ app.use(VueLoading.Plugin)
ankurk91
published 5.0.0 •

ankurk91
published 4.0.4 •

Changelog

Source

4.0.4

  • Fix: Composition API usage, #88
ankurk91
published 4.0.3 •

Changelog

Source

4.0.3

  • Fix: Possible SSR issue
ankurk91
published 4.0.2 •

Changelog

Source

4.0.2

  • Fix: usage as plugin, in-correct parameters were being passed
ankurk91
published 4.0.1 •

Changelog

Source

4.0.2

  • Fix: usage as plugin, in-correct parameters were being passed
ankurk91
published 4.0.0 •

Changelog

Source

4.0.0 :warning:

  • Drop support for Vue v2.x and add support for Vue v3.x
  • Drop IE 11 support
ankurk91
published 3.4.2 •

Changelog

Source
ankurk91
published 3.4.1 •

Changelog

Source

3.4.1

  • Add type definitions
ankurk91
published 3.4.0 •

Changelog

Source

3.4.0

  • Add: Lock scroll feature, #51
  • Add: blur prop to blur the background
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