Skip to content

Releases: ktquez/vue-disqus

v4.0.0

08 Jun 13:04
Compare
Choose a tag to compare

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;

Committers: 1