- 06367bf: chore(deps): bump the telegraph-packages group with 2 updates
- ffa7bd2: [Guide] Remove guide toolbar v1 support
- Updated dependencies [ffa7bd2]
- @knocklabs/react-core@0.13.13
- @knocklabs/client@0.21.12
- a04781b: [Guides] Rename stage results keys to
byKeyandbyType - Updated dependencies [a04781b]
- @knocklabs/client@0.21.11
- @knocklabs/react-core@0.13.12
- e474413: [Guide] Skip re-rendering in transient state in guide toolbar
- 9d81dc2: [Guide] Add hotkey support for moving focus in guide toolbar
- c22289c: chore(deps): bump the telegraph-packages group with 5 updates
- ee35de2: [Guides] Only re-subscribe per listenForUpdates when exiting debugging in guide toolbar v2
- Updated dependencies [ee35de2]
- @knocklabs/react-core@0.13.11
- @knocklabs/client@0.21.10
- 5d54e48: Update
@telegraph/*dependencies to use>=current_versionranges instead of^(caret) ranges. This ensures that any version of a@telegraph/*package installed by a downstream project will satisfy@knocklabs/react's dependency range, preventing Yarn from installing duplicate copies of Telegraph packages. - Updated dependencies [e4fe593]
- @knocklabs/client@0.21.9
- @knocklabs/react-core@0.13.10
- 4863fe5: [Slack] Add support for nonce verification in slack auth
- Updated dependencies [4863fe5]
- @knocklabs/react-core@0.13.9
- d3587a6: chore: update @telegraph packages to latest versions
- 014eecc: Wire up @telegraph/style-engine PostCSS plugin in the Vite config and remove the manual @import workaround for @telegraph/toggle CSS.
- af81cf2: [Guides] Add a Open in dashboard button to guide toolbar v2
- 31dffc1: [Guides] Use
readyToTargetto coordinate fetching guides in guide toolbar v2 - 2798bbb: [Guides] Add reset engagement button in guide toolbar v2
- 474120d: [Guides] Remove local storage persistence of guide toolbar v2 run config
- 8137b4d: [Guides] Address more polish + feedback items in guide toolbar v2
- Updated dependencies [af81cf2]
- Updated dependencies [31dffc1]
- Updated dependencies [2798bbb]
- @knocklabs/client@0.21.8
- @knocklabs/react-core@0.13.8
- 82c646d: [Guides] Improve tooltips in guide toolbar v2 in various places
- e060fcb: [Guides] Change filter options to (All,Active,Eligible) in guide toolbar v2
- 6931347: [Guides] Add FocusChin to highlight focus mode w/ dedicated controls
- 79155de: [guides] handle better errors for focused guide key param in toolbar v2
- 6f079ff: [Guides] Move the guide toolbar v2 setting UIs into the expandable area
- e6dc9af: [guides] Add a hotkey to toggle toolbar v2 expanded/collapsed
- Updated dependencies [6d3c9e2]
- @knocklabs/client@0.21.7
- @knocklabs/react-core@0.13.7
- Updated dependencies [afae7ce]
- @knocklabs/client@0.21.6
- @knocklabs/react-core@0.13.6
- 4cc5bac: chore(deps): bump the telegraph-packages group with 8 updates
- 766e5c1: chore(deps): bump the telegraph-packages group with 7 updates
- Updated dependencies [c5babb3]
- @knocklabs/client@0.21.5
- @knocklabs/react-core@0.13.5
- 9e8e3ae: [guides] default to v2 toolbar in KnockGuideProvider
- 838b1fd: [guides] designs update for guide toolbar v2
- c134f53: [guides] read and write toolbar run config via local stroage
- ddb24b4: [guides] add support for focused_guide_key param in toolbar run config
- Updated dependencies [c134f53]
- @knocklabs/client@0.21.4
- @knocklabs/react-core@0.13.4
-
1ed4f75: [Guides] Add additional debug settings to guide client, and improvements to the guide toolbar V2
- Add
focusedGuideKeysdebug setting to pin a target guide during preview - Add
ignoreDisplayIntervaldebug setting to ignore throttling during preview - Add
skipEngagementTrackingdebug setting to skip sending engagement updates to the API during preview - Add control UIs to the guide toolbar V2 for the newly added debug settings
- Add a drag handle to the guide toolbar for drag and drop
- Add
-
Updated dependencies [1ed4f75]
- @knocklabs/client@0.21.3
- @knocklabs/react-core@0.13.3
- 4dbf94e: chore: upgrade telegraph dependencies to their latest versions
- f26dffa: fix: add missing @telegraph/select package to @knocklabs/react
- b7b3708: [guides] add guide toolbar v2 poc
- Updated dependencies [cb7148b]
- Updated dependencies [04a8f16]
- Updated dependencies [b7b3708]
- @knocklabs/client@0.21.2
- @knocklabs/react-core@0.13.2
- 7f8bdfe: Add accessible labels to
UnseenBadgeso screen readers announce the count with context (e.g. "3 unseen notifications") instead of just the bare number - Updated dependencies [ddd7981]
- Updated dependencies [7f8bdfe]
- @knocklabs/client@0.21.1
- @knocklabs/react-core@0.13.1
-
2af3f5e: Initialize feeds in
"compact"mode by defaultThe feed client can now be initialized with a
modeoption, set to either"compact"or"rich". Whenmodeis"compact", the following restrictions will apply when the feed is fetched:- The
activitiesandtotal_activitiesfields will not be present on feed items - The
datafield will not include nested arrays and objects - The
actorsfield will only have up to one actor
By default, feeds are initialized in
"compact"mode. If you need to accessactivities,total_activities, the completedata, or the complete array ofactors, you must initialize your feed in"rich"mode.If you are using the feed client via
@knocklabs/clientdirectly:const knockFeed = knockClient.feeds.initialize( process.env.KNOCK_FEED_CHANNEL_ID, { mode: "rich" }, );
If you are using
<KnockFeedProvider>via@knocklabs/react,@knocklabs/react-native, or@knocklabs/expo:<KnockFeedProvider feedId={process.env.KNOCK_FEED_CHANNEL_ID} defaultFeedOptions={{ mode: "rich" }} />
If you are using the
useNotificationshook via@knocklabs/react-core:const feedClient = useNotifications( knockClient, process.env.KNOCK_FEED_CHANNEL_ID, { mode: "rich" }, );
- The
- Updated dependencies [2af3f5e]
- @knocklabs/client@0.21.0
- @knocklabs/react-core@0.13.0
- Updated dependencies [1c486d3]
- @knocklabs/client@0.20.4
- @knocklabs/react-core@0.12.5
- f9aca69: fix: poll to check if OAuth connection succeeded in case popup communication fails during Slack and Microsoft Teams auth flows
- Updated dependencies [f9aca69]
- @knocklabs/react-core@0.12.4
- Updated dependencies [cf04e5f]
- @knocklabs/client@0.20.3
- @knocklabs/react-core@0.12.3
- Updated dependencies [09c11a3]
- @knocklabs/client@0.20.2
- @knocklabs/react-core@0.12.2
- Updated dependencies [01d07af]
- @knocklabs/client@0.20.1
- @knocklabs/react-core@0.12.1
- f0c892f: [guides] update selectGuides and useGuides to be subject to throttling by default
- Updated dependencies [2d29ebf]
- @knocklabs/react-core@0.12.0
- @knocklabs/client@0.20.0
- Updated dependencies [a56bf70]
- @knocklabs/client@0.19.4
- @knocklabs/react-core@0.11.4
- 96cfa22: Update Next.js devDependency from 15.3.3 to 15.3.6
-
f4529cc: Enable use of SlackKit with branches
The
useSlackAuthhook exported by@knocklabs/react-corehas been updated so that it works with branches. You can now use either this hook or the<SlackAuthButton>component exported by@knocklabs/reactto test connecting Slack workspaces to Knock tenants while working on a branch. -
f278892: Enable use of TeamsKit with branches
The
useMsTeamsAuthhook exported by@knocklabs/react-corehas been updated so that it works with branches. You can now use either this hook or the<MsTeamsAuthButton>component exported by@knocklabs/reactto test connecting Microsoft Teams organizations to Knock tenants while working on a branch. -
Updated dependencies [571abb1]
-
Updated dependencies [f4529cc]
-
Updated dependencies [f278892]
-
Updated dependencies [571abb1]
-
Updated dependencies [571abb1]
- @knocklabs/react-core@0.11.3
- @knocklabs/client@0.19.3
- 79d7608: [guide] add KnockGuideLocationSensor helper component for Tanstack Router
- 1e538b9: [guide] add a secondary entry point for nextjs specific helpers for guide location detection
- Updated dependencies [1e538b9]
- @knocklabs/client@0.19.2
- @knocklabs/react-core@0.11.2
- c4e67da: revert 4b888c4 to remove nextjs helper components and fix module resolution error
- Updated dependencies [c4e67da]
- @knocklabs/client@0.19.1
- @knocklabs/react-core@0.11.1
- 40d8e8a: Added renderLoading prop to NotificationFeed, allowing for custom loading components
- 4b888c4: [guides] add dedicated nextjs helper components for detecting location changes
- Updated dependencies [be65601]
- Updated dependencies [4b888c4]
- @knocklabs/react-core@0.11.0
- @knocklabs/client@0.19.0
- 3d8df10: fix: utilize telegraph lucide-react instance so versions are synced
- 7da00f8: chore(deps): bump the telegraph-packages group with 2 updates
- Updated dependencies [56ab8c0]
- @knocklabs/client@0.18.7
- @knocklabs/react-core@0.10.7
- Updated dependencies [49df373]
- @knocklabs/client@0.18.6
- @knocklabs/react-core@0.10.6
- bf7677a: feat: persist guide debug state in local storage
- Updated dependencies [bf7677a]
- Updated dependencies [9eba682]
- @knocklabs/client@0.18.5
- @knocklabs/react-core@0.10.5
- Updated dependencies [c64098e]
- @knocklabs/client@0.18.4
- @knocklabs/react-core@0.10.4
- Updated dependencies [9f0d317]
- @knocklabs/client@0.18.3
- @knocklabs/react-core@0.10.3
- Updated dependencies [1fc802b]
- @knocklabs/client@0.18.2
- @knocklabs/react-core@0.10.2
- 74366b3: export useStore from react-core to include in use client directive
- Updated dependencies [74366b3]
- @knocklabs/react-core@0.10.1
- @knocklabs/client@0.18.1
- Updated dependencies [5fc0af9]
- @knocklabs/react-core@0.10.0
- @knocklabs/client@0.18.0
- 00d3f8c: chore(deps): bump the telegraph-packages group with 2 updates
- Updated dependencies [23b7057]
- Updated dependencies [1c24f68]
- @knocklabs/client@0.17.2
- @knocklabs/react-core@0.9.2
- 5b77f18: fix: increase z-index of guide toolbar
- Updated dependencies [5b77f18]
- @knocklabs/client@0.17.1
- @knocklabs/react-core@0.9.1
- c761e7c: feat: support live previewing guides content
- b8b64e4: feat(beta): add support for basic guide debugging
- 3558784: add support for activation url rules in guide client
- 7fb9334: chore(deps): bump lucide-react from 0.539.0 to 0.541.0
- Updated dependencies [c761e7c]
- Updated dependencies [3558784]
- Updated dependencies [b8b64e4]
- @knocklabs/client@0.17.0
- @knocklabs/react-core@0.9.0
- Updated dependencies [dc84f25]
- @knocklabs/client@0.16.5
- @knocklabs/react-core@0.8.5
- Updated dependencies [49f791b]
- @knocklabs/client@0.16.4
- @knocklabs/react-core@0.8.4
- aadfd6f: chore(deps): bump the telegraph-packages group with 4 updates
- 4aa17ab: chore(deps): bump the telegraph-packages group with 2 updates
- 79204f0: fix: export useGuides hook to react package
- Updated dependencies [79204f0]
- @knocklabs/react-core@0.8.3
- @knocklabs/client@0.16.3
- Updated dependencies [5a19d82]
- @knocklabs/client@0.16.2
- @knocklabs/react-core@0.8.2
- Updated dependencies [35b5445]
- Updated dependencies [5d758d7]
- Updated dependencies [d2fd092]
- @knocklabs/client@0.16.1
- @knocklabs/react-core@0.8.1
- Updated dependencies [48e9c77]
- @knocklabs/react-core@0.8.0
- @knocklabs/client@0.16.0
- Updated dependencies [fb68ce1]
- Updated dependencies [d7e5371]
- @knocklabs/client@0.15.2
- @knocklabs/react-core@0.7.5
- 001690a: Rename
msTeamsBotIdprop of<MsTeamsAuthButton>component tographApiClientId - Updated dependencies [001690a]
- @knocklabs/react-core@0.7.4
- Updated dependencies [c3efcf9]
- Updated dependencies [befd7b9]
- @knocklabs/react-core@0.7.3
- @knocklabs/client@0.15.1
- cbb2aa0: bump telegraph packages to latest
- a475157: chore(deps): bump the telegraph packages
- 3703cf6: feat: adds
usePreferenceshook for fetching and updating user preferences in react apps. - fdc6d82: chore(deps): bump the telegraph-packages group across 1 directory with 9 updates
- Updated dependencies [3703cf6]
- Updated dependencies [fdc6d82]
- @knocklabs/react-core@0.7.2
- Updated dependencies [aa16c97]
- @knocklabs/react-core@0.7.1
- 60c383c: fix: prevent popover from reopening when clicking notification icon button
- Updated dependencies [2a0b3e2]
- @knocklabs/react-core@0.7.0
- @knocklabs/client@0.15.0
-
325f2ac: chore: upgrade telegraph deps + migrate telegraph icons to updated strategy
We changed how we import icons from
lucide-reactso that the package is treeshaken properly. This means that when utilizing knock packages, you won't need to worry about having extralucide-reacticons in your bundle.
- ec704d1: upgrade telegraph dependencies to remove legacy vanilla extract style engine
- Updated dependencies [6539c97]
- @knocklabs/client@0.14.11
- @knocklabs/react-core@0.6.15
- Updated dependencies [e05ad61]
- Updated dependencies [e05ad61]
- Updated dependencies [e05ad61]
- @knocklabs/react-core@0.6.14
- @knocklabs/client@0.14.10
- Updated dependencies [e69da7b]
- @knocklabs/react-core@0.6.14-canary.2
- @knocklabs/client@0.14.10-canary.2
- Updated dependencies [c76b2d9]
- @knocklabs/react-core@0.6.14-canary.1
- @knocklabs/client@0.14.10-canary.1
- Updated dependencies [86a72cc]
- @knocklabs/react-core@0.6.14-canary.0
- @knocklabs/client@0.14.10-canary.0
- 732a4f7: add use client directive to @knocklabs/react package
- bea5604: update @knocklabs/react & @knocklabs/react-core to use named exports instead of barrel exports
- Updated dependencies [bea5604]
- @knocklabs/react-core@0.6.13
- 742af1f: update telegraph dependencies
- Updated dependencies [4e73f12]
- @knocklabs/client@0.14.9
- @knocklabs/react-core@0.6.12
- Updated dependencies [dbbbaf7]
- @knocklabs/react-core@0.6.11
- ca3cf14: Support an optional image field in Modal and Card components
- 337bade: feat: introduce ability to override slack scopes
- Updated dependencies [337bade]
- @knocklabs/react-core@0.6.10
- Updated dependencies [329ee05]
- @knocklabs/react-core@0.6.9
- @knocklabs/client@0.14.8
- Updated dependencies [efd1005]
- @knocklabs/client@0.14.7
- @knocklabs/react-core@0.6.8
- Updated dependencies [a5c615e]
- @knocklabs/client@0.14.6
- @knocklabs/react-core@0.6.7
- 8f00623: activation location rules support for guides
- Updated dependencies [8f00623]
- @knocklabs/client@0.14.5
- @knocklabs/react-core@0.6.6
- e800896: feat: typescript fixes + quality of life improvements
- Updated dependencies [e800896]
- @knocklabs/react-core@0.6.5
- @knocklabs/client@0.14.4
- Updated dependencies [96d70bc]
- @knocklabs/react-core@0.6.4
- Updated dependencies [c97a1d9]
- @knocklabs/react-core@0.6.3
- @knocklabs/client@0.14.3
- Updated dependencies [00439a2]
- @knocklabs/client@0.14.2
- @knocklabs/react-core@0.6.2
- Updated dependencies [4c41841]
- @knocklabs/client@0.14.1
- @knocklabs/react-core@0.6.1
- 711948c: feat: add guide client, hooks, provider, and components
- Updated dependencies [711948c]
- @knocklabs/react-core@0.6.0
- @knocklabs/client@0.14.0
- Updated dependencies [187abc1]
- @knocklabs/client@0.13.1
- @knocklabs/react-core@0.5.2
- Updated dependencies [4cd1b1e]
- @knocklabs/client@0.13.0
- @knocklabs/react-core@0.5.1
- 8ba5dcb: [JS] Support React 19 in React SDKs
- Updated dependencies [8ba5dcb]
- @knocklabs/client@0.12.0
- @knocklabs/react-core@0.5.0
- Updated dependencies [226e319]
- @knocklabs/react-core@0.4.2
-
9e638a2: Make
SlackChannelComboboxandMsTeamsChannelComboboxnon-modalThis fixes a bug whereby the page layout could shift when the combobox dropdown menu opens and the
<body>element has non-zero padding. -
Updated dependencies [1b86a0c]
- @knocklabs/react-core@0.4.1
-
7904b65: Update design of
SlackChannelComboboxWe've given SlackKit a facelift! 🎉
With this release, we've redone the user interface of SlackKit's
SlackChannelComboboxcomponent so that it uses Telegraph, Knock's design system. These changes improve its accessibility and make it visually consistent with TeamsKit'sMsTeamsChannelCombobox. We recommend manually testing this update to verify this improved version ofSlackChannelComboboxlooks as expected in your application's user interface.In addition, we've removed the following props from
SlackChannelCombobox:showConnectedChannelTags(SlackChannelComboboxnow automatically shows connected channels within the combobox itself.)inputPropsinputContainerPropslistBoxPropschannelOptionProps
The
inputMessagesprop has also been updated to remove thesingleChannelConnectedandmultipleChannelsConnectedstrings.
- Updated dependencies [7904b65]
- @knocklabs/react-core@0.4.0
-
68f2c5c: Fix a11y issues caught by eslint-plugin-jsx-a11y
-
96872de: Update Telegraph dependencies
-
33c5cd8: Update Telegraph dependencies
-
5d674c3: Update label of channel picker in
MsTeamsChannelComboboxThe label now says "Channels" rather than "Channel".
-
Updated dependencies [8ea25f4]
- @knocklabs/client@0.11.4
- @knocklabs/react-core@0.3.4
-
12bc993: Use SWR to update connected channels in
SlackChannelComboboxSlackChannelComboboxnow 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 byNotificationFeedPopovernow has an appropriate accessible name. - Decorative icons are now hidden from the accessibility tree using
aria-hidden.
- The dialog
-
Updated dependencies [12bc993]
-
Updated dependencies [4f76cd6]
- @knocklabs/react-core@0.3.3
- @knocklabs/client@0.11.3
- 2161d3f: Add
MsTeamsChannelComboboxcomponent to allow connecting Microsoft Teams channels to a Knock object
- 1ba1393: add TeamsKit hooks for teams and channels
- Updated dependencies [85418a0]
- Updated dependencies [2161d3f]
- Updated dependencies [8cc9338]
- Updated dependencies [da84a75]
- Updated dependencies [2161d3f]
- Updated dependencies [2161d3f]
- Updated dependencies [1ba1393]
- Updated dependencies [b4b5c02]
- @knocklabs/react-core@0.3.2
- @knocklabs/client@0.11.2
- Updated dependencies [b9f6712]
- @knocklabs/react-core@0.3.1
- @knocklabs/client@0.11.1
- 013ad8d: feat: add MsTeamsAuthButton
- Updated dependencies [013ad8d]
- @knocklabs/react-core@0.3.0
- @knocklabs/client@0.11.0
- Updated dependencies [26db496]
- Updated dependencies [988aaf9]
- @knocklabs/client@0.10.17
- @knocklabs/react-core@0.2.29
- Updated dependencies [bc99374]
- @knocklabs/client@0.10.16
- @knocklabs/react-core@0.2.28
- Updated dependencies [26166e3]
- @knocklabs/client@0.10.15
- @knocklabs/react-core@0.2.27
- e8dfae8: Pin Radix dependencies to support React 16
- Updated dependencies [7510909]
- @knocklabs/client@0.10.14
- @knocklabs/react-core@0.2.26
- 47a88da: feature: allow passing additional OAuth scope to SlackAuthButton
- Updated dependencies [47a88da]
- @knocklabs/react-core@0.2.25
- 9b91c18: fix: add label to notification filter select
- Updated dependencies [1d440f7]
- @knocklabs/client@0.10.13
- @knocklabs/react-core@0.2.24
- 5545f9e: feat: support passing metadata for interactions
- Updated dependencies [5545f9e]
- @knocklabs/client@0.10.12
- @knocklabs/react-core@0.2.23
- c97661a: fix: wrap long, unbroken text in notification cell
- Updated dependencies [395f0ca]
- @knocklabs/client@0.10.11
- @knocklabs/react-core@0.2.22
- a4d520c: chore: update generic types
- e88c1c0: remove stop propogation from useComponentVisible hook to prevent page reloads with react-router-dom
- Updated dependencies [a4d520c]
- @knocklabs/react-core@0.2.21
- @knocklabs/client@0.10.10
- Updated dependencies [d0adb14]
- @knocklabs/client@0.10.9
- @knocklabs/react-core@0.2.20
- Updated dependencies [1e60c19]
- @knocklabs/react-core@0.2.19
- 29e3942: fix: introduce new useNotificationStore hook to prevent issues that prevent state updates
- Updated dependencies [29e3942]
- @knocklabs/react-core@0.2.18
- @knocklabs/client@0.10.8
- Updated dependencies [f25b112]
- @knocklabs/react-core@0.2.17
- @knocklabs/client@0.10.7
- Updated dependencies [5d2ddab]
- @knocklabs/react-core@0.2.16
- b29a47a: Add KnockExpoPushNotificationProvider to react-native sdk
- Updated dependencies [b29a47a]
- @knocklabs/react-core@0.2.15
- @knocklabs/client@0.10.6
- Updated dependencies [5fe3063]
- @knocklabs/react-core@0.2.14
- Updated dependencies [044eb0f]
- @knocklabs/client@0.10.5
- @knocklabs/react-core@0.2.13
- Updated dependencies [5a7c56e]
- @knocklabs/client@0.10.4
- @knocklabs/react-core@0.2.12
- Updated dependencies [a71ce51]
- @knocklabs/client@0.10.3
- @knocklabs/react-core@0.2.11
- b8b3fc9: fix: don't use propswithchildren w/o props
- 42ba22c: fix: improve typing for react < 18
- Updated dependencies [42ba22c]
- @knocklabs/react-core@0.2.10
- @knocklabs/client@0.10.2
- 3288352: chore: add generic type to RenderItemProps to pass to FeedItem
- 354dd1a: fix: move away from jsx runtime to support react 16 + 17
- Updated dependencies [354dd1a]
- @knocklabs/react-core@0.2.9
- 3c277cb: fix: remove react-query and replace with swr for react 16+ support
- 0e4bd20: fix: remove unused dependencies
- Updated dependencies [3c277cb]
- Updated dependencies [567e24f]
- @knocklabs/react-core@0.2.8
- @knocklabs/client@0.10.1
- Updated dependencies [8bdc75b]
- @knocklabs/client@0.10.0
- @knocklabs/react-core@0.2.7
- Updated dependencies [f58371c]
- @knocklabs/client@0.9.4
- @knocklabs/react-core@0.2.6
- Updated dependencies [10b5646]
- @knocklabs/react-core@0.2.5
- Updated dependencies [bc69618]
- @knocklabs/react-core@0.2.4
- @knocklabs/client@0.9.3
- fed0f8c: add support for actions in notification feed cells
- Updated dependencies [fed0f8c]
- @knocklabs/client@0.9.2
- @knocklabs/react-core@0.2.3
- Updated dependencies [282d005]
- @knocklabs/react-core@0.2.2
- 16ff6b4: Adds an onAuthenticationComplete callback to the SlackAuthButton component and to the example apps.
- 05826b3: Add optional connected channel list to SlackChannelCombobox + to example apps.
- 094fb39: Make the SlackCombobox background opaque so that elements underneath aren't visible when it's popped out.
- Updated dependencies [f37d680]
- @knocklabs/client@0.9.1
- @knocklabs/react-core@0.2.1
- 627e643: Add SlackKit components, hooks, client JS functions, and example apps.
- e076109: Fix hover state for connect button.
- Updated dependencies [e076109]
- Updated dependencies [627e643]
- @knocklabs/react-core@0.2.0
- @knocklabs/client@0.9.0
- c9faba5: fix esm build issues with mjs files
- Updated dependencies [c9faba5]
- @knocklabs/react-core@0.1.6
- @knocklabs/client@0.8.21
- Re-releasing packages
- Updated dependencies
- @knocklabs/client@0.8.20
- @knocklabs/react-core@0.1.5
- 9dd0d15: chore: update dependencies
- 7786ec5: chore: upgrade to yarn modern and update local package references
- 9dd0d15: feat: add onUserTokenExpiring callback option to client
- Updated dependencies [7786ec5]
- Updated dependencies [9dd0d15]
- @knocklabs/react-core@0.1.4
- @knocklabs/client@0.8.19
- 59ce044: fix: build process causing esm issues
- 1050660: feat: switch timestamp formatting to date-fns intlFormatDistance
- Updated dependencies [e53c200]
- Updated dependencies [1050660]
- Updated dependencies [d4ba1f2]
- @knocklabs/client@0.8.18
- @knocklabs/react-core@0.1.3
- 4c16762: fix: update popperjs dependency
- 4673d95: fix: scope feed provider styles to only Knock elements
- Updated dependencies [7bc5e4a]
- @knocklabs/client@0.8.16
- 8988230: Fix esm exports and date-fns/locale imports
- 8315372: Fix cjs build output for React components
- Updated dependencies [8988230]
- Updated dependencies [8315372]
- @knocklabs/react-core@0.1.2
- d8a216e: fix: react-core build process fix: remove headless prop from KnockFeedProvider fix: move KnockFeedContainer from react-core to react and rename to NotificationFeedContainer
- Updated dependencies [d8a216e]
- @knocklabs/react-core@0.1.1
- 5850374: chore: only redirect when action url is not empty feat: add a11y improvements to buttons
- bcdbc86: Initialize monorepo
- Updated dependencies [bcdbc86]
- @knocklabs/react-core@0.1.0