Skip to content

Releases: Tarektouati/vue-use-web

🆕 Functions and API changes

08 May 13:22
1c3be8b
Compare
Choose a tag to compare
Pre-release

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

New function : useNotification.

v0.10.1

03 Mar 12:52
7fe0a59
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release
chore(deps-dev): bump typescript from 3.7.5 to 3.8.3 (#93)

v0.10.0

24 Nov 22:04
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

🆕 Functions

Added useHardwareConcurrency and useMemoryStatus

v0.7.0

27 Oct 22:29
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

🆕 Functions

  • added useWebSocket and its documentation can be found here.

v0.6.0

23 Oct 22:29
Compare
Choose a tag to compare

🆕 New Functions

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

The documentation for it can be found here.

v0.5.0

19 Oct 12:38
Compare
Choose a tag to compare
🆕

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

v0.4.0

09 Oct 22:08
Compare
Choose a tag to compare

🆕 New Functions

v0.3.1

05 Oct 18:34
Compare
Choose a tag to compare

🐛 Fixes

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

v0.3.0

05 Oct 09:02
Compare
Choose a tag to compare

🆕 Composables Functions

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

v0.2.3

04 Oct 14:43
Compare
Choose a tag to compare

🐛 Fix

  • Fixed usePreferredColorScheme not returning the value.