Skip to content

Add React Hooks for customization (part 10)#2551

Merged
corinagum merged 3 commits intomicrosoft:masterfrom
compulim:feat-redux-hooks-10
Nov 20, 2019
Merged

Add React Hooks for customization (part 10)#2551
corinagum merged 3 commits intomicrosoft:masterfrom
compulim:feat-redux-hooks-10

Conversation

@compulim
Copy link
Copy Markdown
Contributor

@compulim compulim commented Nov 4, 2019

Related to #2539.

Please merge #2540, #2541, #2542, #2543, #2544, #2547, #2548, #2549, #2550 before reviewing this one.

Changelog Entry

  • Resolves #2539, added React hooks for customization, by @compulim, in the following PRs:
    • PR #2540: useActivities, useReferenceGrammarID, useSendBoxDictationStarted
    • PR #2541: useStyleOptions, useStyleSet
    • PR #2542: useLanguage, useLocalize, useLocalizeDate
    • PR #2543: useAdaptiveCardsHostConfig, useAdaptiveCardsPackage, useRenderMarkdownAsHTML
    • PR #2544: useAvatarForBot, useAvatarForUser
    • PR #2547: useEmitTypingIndicator, usePeformCardAction, usePostActivity, useSendEvent, useSendFiles, useSendMessage, useSendMessageBack, useSendPostBack
    • PR #2548: useDisabled
    • PR #2549: useSuggestedActions
    • PR #2550: useConnectivityStatus, useGroupTimestamp, useTimeoutForSend, useUserID, useUsername
    • PR #2551: useLastTypingAt, useSendTypingIndicator, useTypingIndicator

Description

Add several post message related hooks:

  • useLastTypingAt
  • useSendTypingIndicator
  • useTypingIndicator

Specific Changes

  • Added the following hooks:
    • useLastTypingAt
    • useSendTypingIndicator
    • useTypingIndicator
  • Updated components to use aforementioned hooks

  • Testing Added

@coveralls
Copy link
Copy Markdown

coveralls commented Nov 4, 2019

Coverage Status

Coverage increased (+0.03%) to 64.038% when pulling ccfb4fd on compulim:feat-redux-hooks-10 into 62e0e88 on microsoft:master.

@compulim compulim force-pushed the feat-redux-hooks-10 branch from 752b346 to 3128a9f Compare November 12, 2019 08:51
@compulim compulim force-pushed the feat-redux-hooks-10 branch from 2d212eb to 09ea985 Compare November 20, 2019 07:54
@corinagum corinagum merged commit 96460e2 into microsoft:master Nov 20, 2019
@corinagum corinagum deleted the feat-redux-hooks-10 branch November 20, 2019 23:36
@corinagum corinagum added the R7 label Dec 3, 2019
@compulim compulim mentioned this pull request Dec 10, 2019
73 tasks
@corinagum corinagum mentioned this pull request Dec 13, 2019
73 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move to Redux Hooks

3 participants