Skip to content

Releases: gluons/vue-github-buttons

v3.1.0

07 Apr 10:14
v3.1.0
d85227e
Compare
Choose a tag to compare

Improvement

  • Prevent fetch error in Node environment.

    Polyfill fetch with node-fetch when in Node envoronment (e.g. SSR).

v3.0.1

04 Feb 04:23
v3.0.1
884a8a6
Compare
Choose a tag to compare
  • Fix typos in docs.

v3.0.0

03 Feb 13:52
v3.0.0
6c79c4c
Compare
Choose a tag to compare

New Features

  • Add plugin for VuePress.

    Require VuePress 1.x

Breaking Changes

  • Use fetch instead of axios.
    You may need to use fetch polyfill for unsupported browser.

Internal Changes

v3.0.0-beta.0

03 Feb 07:14
v3.0.0-beta.0
5d0ed4a
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release
3.0.0-beta.0

v2.1.1

22 Jul 15:18
v2.1.1
7dd8156
Compare
Choose a tag to compare
  • Fix missing nuxt directory on npm.

v2.1.0

22 Jul 10:17
v2.1.0
a4b1da4
Compare
Choose a tag to compare

v2.0.5

24 Sep 16:55
v2.0.5
e78e5fe
Compare
Choose a tag to compare

Nothing change. Just bump version in files. 🙊

v2.0.4

24 Sep 16:46
v2.0.4
347d400
Compare
Choose a tag to compare

v2.0.3

23 Sep 19:16
v2.0.3
bbbcb6d
Compare
Choose a tag to compare
  • Bug fixes: Fix _ssrNode is not a function error.
  • Improvement: Update entry fields for CDN in package.json.

v2.0.2

16 Sep 09:11
v2.0.2
9f2688d
Compare
Choose a tag to compare
  • Auto-install this plugin when using in browser.