Skip to content

Releases: knocklabs/javascript

@knocklabs/[email protected]

12 Feb 18:15
4e8e296
Compare
Choose a tag to compare

Patch Changes

@knocklabs/[email protected]

12 Feb 18:15
4e8e296
Compare
Choose a tag to compare

Patch Changes

@knocklabs/[email protected]

12 Feb 21:46
5a50303
Compare
Choose a tag to compare

Patch Changes

@knocklabs/[email protected]

12 Feb 18:15
4e8e296
Compare
Choose a tag to compare

Patch Changes

  • 8ea25f4: fix: include missing timestamp fields on FeedItem and Message

@knocklabs/[email protected]

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

Patch Changes

  • 12bc993: Use SWR to update connected channels in SlackChannelCombobox

    SlackChannelCombobox now uses SWR to retrieve and update connected Slack channels. There should be no change in the behavior of this component.

  • b61c92b: Improve accessibility of notification feed components

    • The dialog <div> rendered by NotificationFeedPopover now has an appropriate accessible name.
    • Decorative icons are now hidden from the accessibility tree using aria-hidden.
  • Updated dependencies [12bc993]

  • 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

  • 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