1.0.0-beta.23 (2021-04-24)
1.0.0-beta.23 (2021-04-24)
1.0.0-beta.22 (2021-04-10)
1.0.0-beta.21 (2021-03-27)
1.0.0-beta.20 (2021-03-06)
- ssr: SSR check changed to also taking
process.env
into consideration (8ef1ad0)
1.0.0-beta.19 (2021-03-06)
- ssr: changing SSR check from
process.env.SSR
toimport.meta.env.SSR
(957fab3)
1.0.0-beta.18 (2021-02-21)
1.0.0-beta.17 (2021-02-20)
- validation: add
$touch
/$reset
methods and some return changes (7b3b83d), closes #753 - add useCookie composable (#745) (03e6633)
1.0.0-beta.16 (2021-01-23)
1.0.0-beta.15 (2021-01-16)
1.0.0-beta.14 (2021-01-06)
- refDebounced: support passing a ref as a value (f8a26b9)
- useValidation: add
toObject
(#723) (28e9fd3)
1.0.0-beta.13 (2021-01-01)
1.0.0-beta.12 (2020-10-31)
- add
useRefDebounced
(#579) (42c027a) - injectFactory: use
inject
with treatDefaultAsFactory: true (2b378c0) - onScroll: add
scrollBy
andscrollIntoView
methods (3f6e559), closes #640
1.0.0-beta.11 (2020-10-11)
- add
useMouseDistanceFromElement
(#578) (a09cb69) - onMouseMove: add
pageX
andpageY
properties (ed4788d) - remove devtools code from production build (916187e)
1.0.0-beta.10 (2020-09-15)
1.0.0-beta.8 (2020-09-14)
1.0.0-beta.7 (2020-09-13)
- devtools: return the new created callback (9ef375a)
1.0.0-beta.6 (2020-09-13)
- valueSync:
vue3
prevent recursive error when assigning a newref
to a list (3350183)
1.0.0-beta.5 (2020-08-28)
- axios: add postinstall script for @vue-composable/axios (8f7dab4)
1.0.0-beta.4 (2020-08-15)
- cancellablePromise: automatically cancel promise on unmount (#517) (b18b21d)
- fetch: automatically cancel on going request on unmount (#516) (a030179)
- validation: add to $errors if the validator has $message (#521) (7e79920)
- build(deps-dev): bump @vue/* (6dc3650)
1.0.0-beta.3 (2020-07-27)
- useInterval: add
useInterval
composable (#343) (499908e) - useOnOutsidePress: add
useOnOutsidePress
composable (#383) (b8fa41f) - useScrollLock: add useScrollLock composable (#330) (0da2f44)
- useTimeline: add
useTimeline
composable (#342) (618842b) - useValueSync: add
useValueSync
composable (#348) (04f4bbf)
1.0.0-beta.2 (2020-07-24)
1.0.0-beta.1 (2020-07-18)
1.0.0-dev.37 (2020-07-18)
1.0.0-dev.36 (2020-06-14)
1.0.0-dev.35 (2020-06-13)
- @vue/composition-api: update to 0.6.2 (0a24556)
- @vue/composition-api: updated to 0.6.0 (c554c55)
- useUndo: add
useUndo
composable (#347) (63aa3f0)
1.0.0-dev.34 (2020-06-03)
- useBreakpointTailwind: use injectFactory instead of inject (e8d0e9c)
- vmodel: add useVModel composable (#337) (f703908)
- add
injectFactory
composable (#324) (f571463) - useHydration: add useHydration composable (5af0bc7)
1.0.0-dev.33 (2020-05-31)
- useTitle: useTitle composable (#331) (42670d3)
- add
__SSR__
fromprocess.env.SSR === 'true'
(ebe2f43) - improve return types and update deps, fixing outstanding PRs (#316) (c2e0afc)
1.0.0-dev.32 (2020-04-22)
- Build wrongly outputting
__VUE_2__
env variable instead of replacing
- Export
COMMIT
,VERSION
andVUE_VERSION
in theindex.ts
1.0.0-dev.29 (2020-04-22)
- add makeAxios (#248) (4ae8cc5)
- add useShare composable (#253) (8d842fc)
- merge packages and build and test for composition-api plugin and v3 (#239) (36c8b57), closes #75
1.0.0-dev.21 (2020-04-13)
1.0.0-dev.20 (2020-04-06)
- fixed return type for useWorkerFunction
1.0.0-dev.18 (2020-04-06)
1.0.0-dev.17 (2020-04-05)
- fetch - fix parameter typing and tweak API
- [event][https://pikax.me/vue-composable/composable/event/event.html] - improve typing
- path - Improve array path access and add dev warnings
- i18n - Allow to have factory based locale messages
- i18n - Added console warnings when removing locales
- i18n - Improve overriding locales
- i18n - Setting new locale if the current locale is removed
- update peer dependency to [email protected]
- i18n - Added
$tc
, same as$t
but returns a string, sugar for usage in the template.
- [useValidation] - Fix tracking of
$value
when is notref
- TailwindCSS - improve typings and fix bug when sending custom breakpoints
1.0.0-dev.16 (2020-03-27)
- execute promise immediately BREAKING CHANGE (#197) (57c24d1), closes #194
- Only update usePromise.result when the promise is complete (#190) (dcfbd9c)
1.0.0-dev.15 (2020-03-09)
1.0.0-dev.14 (2020-03-05)
1.0.0-dev.13 (2020-02-27)
- localStorage: can only keep one
ref
per key!
1.0.0-dev.12 (2020-02-27)
- onScroll: add scrollTopTo and scrollLeftTo functions and watch scrollTop and ScrollLeft refs (c003669)
1.0.0-dev.11 (2020-02-24)
1.0.0-dev.10 (2020-02-23)
- added project logo (#147) (122fb18)
- format: add useFormat (#141) (f3d4a31)
- web: added breakpointChrome and breakpointTailwindCSS (#132) (923e7de)
- web: improve tailwind breakpoints (42b12be)
1.0.0-dev.9 (2020-02-07)
- fetch: add abortController and allow execute when called with options (#130) (275df33)
- web: allow onScroll to default to window, if no argument is passed and expose scrollTO (27bd03b)
1.0.0-dev.8 (2020-02-04)
- docs: remove setInterval when bulding docs (23ed997)
- add geolocation API (#86) (7ebf12d)
- add nuxtJS and SSR support (#109) (4d73885)
- useBroadcastChannel, refShared and useSharedRef (#104) (ebf33e1)
- axios: allow calling useAxios.exec with string (58b11ba)
1.0.0-dev.7 (2020-01-19)
- Fix readme storage links
1.0.0-dev.6 (2020-01-19)
- add language (#87) (a48af30)
- add online (#89) (c47b7e7)
- add visibilityState (#88) (3b86c6b)
- Improve storage and add sessionStorage and webStorage (#98) (2618f52)
1.0.0-dev.4 (2020-01-13)
1.0.0-dev.2 (2019-12-28)
- add useIntersectionObserver (#27) (a7b3e79)
- add useMatchMedia and useBreakpoint (#14) (a519c45)
- Monorepo project (#55) (b225f62)
0.2.2 (2019-12-10)
- Revert "chore: use optional chaining" (e96ca76)
0.2.0 (2019-11-03)
- axios build (11f99e0)
- add useAxios support (ebb1331)
- Add vuepress Docs (#13) (2648d97)
- added webSocket composable (51e92dc)
- useLocalStorage (#10) (d0b0aeb)
- useRetry Composable (#9) (6a0dae8)