Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review: Make global dependencies configurable #184

Closed
17 of 83 tasks
antfu opened this issue Nov 6, 2020 · 4 comments
Closed
17 of 83 tasks

Review: Make global dependencies configurable #184

antfu opened this issue Nov 6, 2020 · 4 comments
Labels

Comments

@antfu
Copy link
Member

antfu commented Nov 6, 2020

Global dependencies such as window, document, navigator should be configurable. #173

Checklist

This is a checklist of all the functions of VueUse. It's is useful for review or making changes the go through every function.

shared (21)

  • biSyncRef
  • controlledComputed
  • debouncedWatch
  • extendRef
  • makeDestructurable
  • pausableWatch
  • syncRef
  • throttledWatch
  • tryOnMounted
  • tryOnUnmounted
  • useDebounce
  • useDebounceFn
  • useInterval
  • useIntervalFn
  • useThrottle
  • useThrottleFn
  • useTimeout
  • useTimeoutFn
  • utils
  • watchWithFilter
  • when

core (51)

  • asyncComputed
  • createGlobalState
  • onStartTyping
  • useAsyncState
  • useBattery
  • useBrowserLocation
  • useClipboard
  • useCounter
  • useCssVar
  • useDeviceLight
  • useDeviceMotion
  • useDeviceOrientation
  • useDevicePixelRatio
  • useDocumentVisibility
  • useElementVisibility
  • useEventListener
  • useEventSource
  • useFavicon
  • useFullscreen
  • useGeolocation
  • useIdle
  • useIntersectionObserver
  • useLocalStorage
  • useMediaQuery
  • useMouse
  • useMouseInElement
  • useMutationObserver
  • useNetwork
  • useOnline
  • usePageLeave
  • useParallax
  • usePermission
  • usePreferredColorScheme
  • usePreferredDark
  • usePreferredLanguages
  • useRafFn
  • useRefHistory
  • useResizeObserver
  • useSessionStorage
  • useShare
  • useSpeechRecognition
  • useStorage
  • useTimestamp
  • useTitle
  • useTransition
  • useVModel
  • useWebSocket
  • useWebWorker
  • useWebWorkerFn
  • useWindowScroll
  • useWindowSize

router (2)

  • useRouteHash
  • useRouteQuery

integrations (3)

  • useAxios
  • useCookies
  • useQRCode

rxjs (4)

  • from
  • toObserver
  • useObservable
  • useSubscription

firebase (2)

  • useFirestore
  • useRTDB
@antfu antfu added the review label Nov 6, 2020
@antfu antfu mentioned this issue Nov 6, 2020
16 tasks
@anteriovieira
Copy link
Member

anteriovieira commented Nov 7, 2020

Hi @antfu , I can do this

@antfu
Copy link
Member Author

antfu commented Nov 7, 2020

@anteriovieira that would be great! I think I have done most on dev branch (but kinda randomly), so I made this list. You can help go through the functions and review them a bit. You should have permission to update the list.

Thank you!

@antfu antfu added the 4.0 label Nov 9, 2020
@anteriovieira
Copy link
Member

@antfu , I must send it to dev, right? Considering that we may have changes in the signature of the functions.

@antfu
Copy link
Member Author

antfu commented Nov 13, 2020

Yes, let's do that on dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants