Releases: pikax/vue-composable
Releases · pikax/vue-composable
1.0.0-dev.11
1.0.0-dev.10
Changed
- moving breakpoint and matchMedia from
web/misc
toweb/breakpoint
- breakpoint: Allow to pass width as string
${width}px
Added
- Chrome - reactive chrome breakpoints
- TailwindCSS - reactive TailwindCSS breakpoints
- format - Reactive string format
- Validation - model based validation inspired by vuelidate
1.0.0-dev.9
1.0.0-dev.8
Added
- BroadcastChannel - reactive
BroadcastChannel API
- sharedRef - cross-tab reactive
ref
- Geolocation API
- useNow : Return reactive custom timer with specified refresh rate
- useDateNow : Returns reactive
Date.now()
with custom refresh rate - usePerformanceNow : Returns reactive
performance.now()
with custom refresh rate - NuxtJS SSR support
Changed
- Axios: Allow calling exec with a string
1.0.0-dev.7
Changed
- Fix readme storage links
1.0.0-dev.6
Added
- Online - reactive
navigator.onLine
wrapper - PageVisibility - reactive
Page Visibility API
- Language - reactive
NavigatorLanguage
- WebStorage - Reactive access to
Storage API
,useLocalStorage
anduseSessionStorage
use this - storage - uses
localStorage
or on safari private it usessessionStorage
- sessionStorage - Reactive access to a
sessionStorage
Changed
- localStorage - refractor implementation to
useWebStorage
and added tab sync functionality
1.0.0-alpha.7
Added
- Online - reactive
navigator.onLine
wrapper - PageVisibility - reactive
Page Visibility API
- Language - reactive
NavigatorLanguage
- WebStorage - Reactive access to
Storage API
,useLocalStorage
anduseSessionStorage
use this - storage - uses
localStorage
or on safari private it usessessionStorage
- sessionStorage - Reactive access to a
sessionStorage
Changed
- localStorage - refractor implementation to
useWebStorage
and added tab sync functionality
1.0.0-dev.4
Added
- NetworkInformation - reactive
NetworkInformation
wrapper #70
v1.0.0-alpha.5
Changed
- changing
peerDependencies
todependencies
- fix
cjs
modules, missingindex.js
in some packages, preventing it from being used in codesandbox
Added
usePromise
- added new argumentthrowException
, default:false
, if true it will return the exception when usingexec
useCancellablePromise
- added new argumentthrowException
, default:false
, if true it will return the exception when usingexec
useAxios
- added new argumentthrowException
, default:false
, if true it will return the exception when usingexec
useAxios
-cancel(message?)
allows to cancel the latest axios request
1.0.0-dev.2
Added
- IntersectionObserver - Provides functionality to IntersectionObserver #27
- breakpoint - reactive
breakpoints
based onwindow.innerWidth
#14 - matchMedia - reactive
matchMedia
#14