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/misctoweb/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.onLinewrapper - PageVisibility - reactive
Page Visibility API - Language - reactive
NavigatorLanguage - WebStorage - Reactive access to
Storage API,useLocalStorageanduseSessionStorageuse this - storage - uses
localStorageor on safari private it usessessionStorage - sessionStorage - Reactive access to a
sessionStorage
Changed
- localStorage - refractor implementation to
useWebStorageand added tab sync functionality
1.0.0-alpha.7
Added
- Online - reactive
navigator.onLinewrapper - PageVisibility - reactive
Page Visibility API - Language - reactive
NavigatorLanguage - WebStorage - Reactive access to
Storage API,useLocalStorageanduseSessionStorageuse this - storage - uses
localStorageor on safari private it usessessionStorage - sessionStorage - Reactive access to a
sessionStorage
Changed
- localStorage - refractor implementation to
useWebStorageand added tab sync functionality
1.0.0-dev.4
Added
- NetworkInformation - reactive
NetworkInformationwrapper #70
v1.0.0-alpha.5
Changed
- changing
peerDependenciestodependencies - fix
cjsmodules, missingindex.jsin some packages, preventing it from being used in codesandbox
Added
usePromise- added new argumentthrowException, default:false, if true it will return the exception when usingexecuseCancellablePromise- added new argumentthrowException, default:false, if true it will return the exception when usingexecuseAxios- added new argumentthrowException, default:false, if true it will return the exception when usingexecuseAxios-cancel(message?)allows to cancel the latest axios request
1.0.0-dev.2
Added
- IntersectionObserver - Provides functionality to IntersectionObserver #27
- breakpoint - reactive
breakpointsbased onwindow.innerWidth#14 - matchMedia - reactive
matchMedia#14