Skip to content

Releases: vinayakkulkarni/v-offline

v1.3.0

19 Sep 14:51
f98f79e
Compare
Choose a tag to compare
chore: release v1.3.0 (#220)

🐛Bugfixes

15 Mar 07:38
add9d97
Compare
Choose a tag to compare
  • the emitter was not emitting correct values. fixed in the this version

Better reliability and accuracy

15 Mar 06:15
9cc53c7
Compare
Choose a tag to compare

This new version brings a new change! We are now using ping.js to ensure that the plugin emits correct events along with the navigator.onLine way of finding out whether the user/browser is online or not.

Updated Component

18 Mar 07:38
938e7df
Compare
Choose a tag to compare
  • Added support for v-slot
  • Added new API prop called slotName
  • Fixes #16

Minor Fix

23 Jul 05:17
Compare
Choose a tag to compare

Fixes the slot issue, refer #13

Thanks to @Iyongbudiarso

Patchwork: README updated

09 May 10:19
Compare
Choose a tag to compare

Removed document.load crude operation

19 Feb 14:43
Compare
Choose a tag to compare

🔥 offline/online events without waiting for document.load

Feature Change

27 Jan 07:09
Compare
Choose a tag to compare
  • Fixed the extra <div> wrapper. (Thanks for that, @probil)

Minor Fix

20 Jan 14:28
Compare
Choose a tag to compare

[Major] Feature - Precompiling with rollup

18 Jan 04:33
Compare
Choose a tag to compare

All credits to @probil for contributing to this release with his PR #5

  • rewrite to SFC (ES6+ can be used, simplified code)
  • provide UMD build, so can be used in browser without webpack/rollup/browserify/whatever. -
  • Available in browsers as window.VOffline
  • provide ES build, can be used in modern environment (with support of ES modules)
  • minified version of the bundle (less bandwidth)
  • template precompiled to the render function, so can be used in runtime-only environment
  • better support of npm@5 by including package-lock.json
  • Resolves #3