Skip to content

Releases: knocklabs/javascript

@knocklabs/[email protected]

06 Feb 17:21
860a7c7
Compare
Choose a tag to compare

Patch Changes

@knocklabs/[email protected]

06 Feb 17:21
860a7c7
Compare
Choose a tag to compare

Patch Changes

  • 12bc993: Use SWR in useConnectedSlackChannels hook

    useConnectedSlackChannels now uses SWR under the hood. The returned array of connections (data) will now update optimistically when updateConnectedChannels is called.

  • Updated dependencies [4f76cd6]

@knocklabs/[email protected]

06 Feb 17:21
860a7c7
Compare
Choose a tag to compare

Patch Changes

@knocklabs/[email protected]

06 Feb 17:21
860a7c7
Compare
Choose a tag to compare

Patch Changes

  • 4f76cd6: fix: raise when calling user methods before auth

@knocklabs/[email protected]

29 Jan 19:55
2e79a68
Compare
Choose a tag to compare

Minor Changes

  • 2161d3f: Add MsTeamsChannelCombobox component to allow connecting Microsoft Teams channels to a Knock object

Patch Changes

@knocklabs/[email protected]

29 Jan 19:55
2e79a68
Compare
Choose a tag to compare

Patch Changes

@knocklabs/[email protected]

29 Jan 19:55
2e79a68
Compare
Choose a tag to compare

Patch Changes

  • 85418a0: rename constants.ts to interfaces.ts
  • 8cc9338: Fix types in useConnectedSlackChannels.ts
  • da84a75: deprecate tenant in favor of tenantId in KnockSlackProvider and useKnockSlackClient
  • 2161d3f: Use SWR for data fetching in useConnectedMsTeamsChannels hook
  • 1ba1393: add TeamsKit hooks for teams and channels
  • Updated dependencies [2161d3f]
  • Updated dependencies [2161d3f]
  • Updated dependencies [1ba1393]
  • Updated dependencies [b4b5c02]

@knocklabs/[email protected]

29 Jan 19:55
2e79a68
Compare
Choose a tag to compare

Patch Changes

@knocklabs/[email protected]

29 Jan 19:55
2e79a68
Compare
Choose a tag to compare

Patch Changes

  • 2161d3f: Make id and displayName required in MsTeamsTeam and MsTeamsChannel types
  • 2161d3f: Add ms_teams_team_id to MsTeamsChannelConnection type
  • 1ba1393: add TeamsKit hooks for teams and channels
  • b4b5c02: add getTeams and getChannels to MsTeamsClient

@knocklabs/[email protected]

24 Jan 17:05
d862b74
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • f442962: feat: add in app messages client, hooks, provider, and components