vue-disqus
Advanced tools
Comparing version 5.1.0-alpha.0 to 5.1.0
@@ -5,2 +5,4 @@ # Changelog | ||
## [5.1.0](https://github.com/ktquez/vue-disqus/compare/v5.1.0-alpha.0...v5.1.0) (2021-05-24) | ||
## [5.1.0-alpha.0](https://github.com/ktquez/vue-disqus/compare/v3.0.5...v5.1.0-alpha.0) (2021-04-10) | ||
@@ -7,0 +9,0 @@ |
import { createApp } from 'vue' | ||
import App from './App.vue' | ||
import Disqus from '../../src' | ||
import VueDisqus from '../../src' | ||
createApp(App) | ||
.use(Disqus, { shortname: 'vue-disqus-test' }) | ||
.use(VueDisqus, { shortname: 'ktquez-dev-test' }) | ||
.mount('#app') |
{ | ||
"name": "vue-disqus", | ||
"version": "5.1.0-alpha.0", | ||
"version": "5.1.0", | ||
"description": "Vue component to integrate Disqus comments in your application, with support for SPA", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
# vue-disqus for Vue 3 | ||
--- | ||
🔥 WORKING IN PROGRESS | ||
🔥 HEADS UP! You are in the Vue 3 compatible branch, [check the branch for Vue 2 support](https://github.com/ktquez/vue-disqus). | ||
@@ -10,4 +8,12 @@ | ||
Vue component to integrate Disqus comments in your application [Vue.js](http://vuejs.org/), with support for SPA and Vue 2.* | ||
Vue component to integrate Disqus comments in your application [Vue.js](http://vuejs.org/), with support for SPA ([Vue 2](https://github.com/ktquez/vue-disqus/tree/master) & [Vue 3](https://github.com/ktquez/vue-disqus/tree/next)) | ||
## Features | ||
- Events for all disqus callbacks; | ||
- Lazy load (by IntersectionObserver); | ||
- Support a Page and SSO config with props validator; | ||
- Update disqus automatically when language changes occur; | ||
- Possibility to use the reset method (using ref); | ||
- DisqusCount component; | ||
## Links | ||
@@ -14,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
46576
1
42
0