Releases: vinayakkulkarni/v-offline
Releases · vinayakkulkarni/v-offline
v1.3.0
chore: release v1.3.0 (#220)
🐛Bugfixes
- the emitter was not emitting correct values. fixed in the this version
Better reliability and accuracy
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
- Added support for
v-slot
- Added new API prop called
slotName
- Fixes #16
Minor Fix
Fixes the slot issue, refer #13
Thanks to @Iyongbudiarso
Patchwork: README updated
1.0.9 1.0.9
Removed document.load crude operation
🔥 offline
/online
events without waiting for document.load
- All credit to @probil
Feature Change
- Fixed the extra
<div>
wrapper. (Thanks for that, @probil)
Minor Fix
- Fixes
Cannot find module "dist/v-offline.min.js" in package [email protected]
error. Now works
[Major] Feature - Precompiling with rollup
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