Releases: Tarektouati/vue-use-web
Releases · Tarektouati/vue-use-web
🆕 Functions and API changes
08 May 13:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
chore(deps-dev): bump typescript from 3.7.5 to 3.8.3 (#93)
v0.10.0
24 Nov 22:04
Compare
Sorry, something went wrong.
No results found
🆕 Functions
Added useHardwareConcurrency
and useMemoryStatus
v0.7.0
27 Oct 22:29
Compare
Sorry, something went wrong.
No results found
🆕 Functions
added useWebSocket
and its documentation can be found here .
v0.6.0
23 Oct 22:29
Compare
Sorry, something went wrong.
No results found
🆕 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
Sorry, something went wrong.
No results found
🆕
Added type
, status
, statusText
, headers
to the useFetch
function.
v0.4.0
09 Oct 22:08
Compare
Sorry, something went wrong.
No results found
v0.3.1
05 Oct 18:34
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Better support for Safari and IE by using the old MQ addListener
instead of addEventListener
.
v0.3.0
05 Oct 09:02
Compare
Sorry, something went wrong.
No results found
v0.2.3
04 Oct 14:43
Compare
Sorry, something went wrong.
No results found
🐛 Fix
Fixed usePreferredColorScheme
not returning the value.