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

Move to Redux Hooks #2539

Closed
53 tasks
compulim opened this issue Nov 1, 2019 · 0 comments · Fixed by #2540, #2541, #2542, #2543 or #2544
Closed
53 tasks

Move to Redux Hooks #2539

compulim opened this issue Nov 1, 2019 · 0 comments · Fixed by #2540, #2541, #2542, #2543 or #2544

Comments

@compulim
Copy link
Contributor

compulim commented Nov 1, 2019

Feature Request

  • Expose customization hooks
  • Add deprecation notes for Context/HOC-based access
  • Add test for reference grammar ID
    • Mock DirectLineJS to return referenceGrammarID
    • Expect: Web Chat should pass referenceGrammarID to webSpeechPonyfillFactory

Expose customization hooks

  • General hooks
    • useActivities
    • useAdaptiveCardsHostConfig
    • useAdaptiveCardsPackage
    • useAvatarForBot
    • useAvatarForUser
    • useConnectivityStatus
    • useDictateInterims
    • useDictateState
    • useDisabled
    • useEmitTypingIndicator
    • useFocusSendBox
    • useGrammars
    • useGroupTimestamp
    • useLanguage
    • useLastTypingAt
    • useLocalize
    • useMarkActivityAsSpoken
    • usePerformCardAction
    • usePostActivity
    • useReferenceGrammarID
    • useRenderActivity
    • useRenderAttachment
    • useRenderMarkdownAsHTML
    • useScrollToEnd
    • useSendBoxValue
    • useSendEvent
    • useSendFiles
    • useSendMessage
    • useSendMessageBack
    • useSendPostBack
    • useSendTypingIndicator
    • useShouldSpeakIncomingActivity
    • useStartDictate
    • useStopDictate
    • useStyleOptions
    • useStyleSet
    • useSubmitSendBox
    • useSuggestedActions
    • useTimeoutForSend
    • useUserID
    • useUsername
    • useVoiceSelector
    • useWebSpeechPonyfill
  • Component-specific hooks
    • useMicrophoneButtonClick
    • useMicrophoneButtonDisabled
    • useSendBoxDictationStarted
    • useTextBoxSubmit
    • useTextBoxValue
    • useTypingIndicatorVisible
    • useUploadButtonSendFiles

[Enhancement]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment