Releases: ktquez/vue-disqus
Releases · ktquez/vue-disqus
v4.0.0
How to Upgrade
npm i -S [email protected]
# OR
yarn add [email protected]
Features
- Support a Page and SSO config with props validator;
- Update disqus automatically when language changes occur;
- Possibility to use the reset method;
- Lazy load;
- Emit all callbacks available;
- Add DisqusCount component;
- Typescript definitions;
- New documentation
Bug Fixes
- Fix import erros (Export components and plugin separately);
- Reset component when change route;
Breaking Changes
- Props changed:
- title, identifier, url, api_key, remote_auth_s3 props now is properties of
pageConfig
prop; - sso_config prop now is
ssoConfig
prop; shortname
can be set globally in plugin options;
- title, identifier, url, api_key, remote_auth_s3 props now is properties of
Committers: 1
- Alan Ktquez (@ktquez)