Goodshare.js Versions Save

🚀 А useful modern JavaScript solution for share a link from your website to social networks or mobile messengers. Easy to install and configuring on any of your website!

6.0.4

5 years ago
  • Switch compilation_level to "SIMPLE";

6.0.3

5 years ago
  • Add minimal browser support for 2019;
  • Reduce bundle size to 28 Kb;

6.0.2

5 years ago
  • Drop ./src/polyfills;

6.0.1

5 years ago
  • Add rollup-plugin-closure-compiler;
  • Del rollup-plugin-uglify;
  • Reduce bundle size about ~3 Kb;

6.0.0

5 years ago
  • Drop support Webpack 3;
  • Add Rollup.js as default bundler (#73);
  • Add two versions:
    • with Array Polyfill (./goodshare.polyfill.min.js);
    • without (./goodshare.min.js);

5.2.0

5 years ago
  • Centered window.open() (thx for idea #71)

5.1.2

5 years ago
  • Fix #69
  • Add .prettierignore

5.1.1

5 years ago
  • Update docs
  • Apply Prettier for code

5.1.0

5 years ago
  • Add mechanism for callback after success share #66 & #67

Special thanks to @devxom

5.0.0

5 years ago
  • Many code improvements;
  • More ES6 code style added;
  • ⚡️ New ./utils folder with EventWrapper and ProviderMixin classes;
  • 🔥 Dynamically data update;

Special thanks to @devxom for this!