Vue Use Web Versions Save

🕸 Web APIs implemented as Vue.js composition functions

v1.0.0

4 years ago

First Major release of vue-use-web due to **Breaking changes on useFetch, the documentation have been updated.

New function : useNotification.

v0.10.1

4 years ago

v0.10.0

4 years ago

🆕 Functions

Added useHardwareConcurrency and useMemoryStatus

v0.7.0

4 years ago

🆕 Functions

  • added useWebSocket and its documentation can be found here.

v0.6.0

4 years ago

🆕 New Functions

  • added useMedia function which allows you to watch media list queries.

The documentation for it can be found here.

v0.5.0

4 years ago
🆕

Added type, status, statusText, headers to the useFetch function.

v0.4.0

4 years ago

🆕 New Functions

v0.3.1

4 years ago

🐛 Fixes

  • Better support for Safari and IE by using the old MQ addListener instead of addEventListener.

v0.3.0

4 years ago

🆕 Composables Functions

  • Added usePreferredLanguages. #7 (#10) thanks to @infix

v0.2.3

4 years ago

🐛 Fix

  • Fixed usePreferredColorScheme not returning the value.