Inline action support in feed components

Actionable notifications are key in creating a great notification experience for your customers. This is especially useful for things like approvals, or for inline comment replies inside of your application, so your users can take a quick, contextual action right in the notification feed.

Previously, you'd have to extend our NotificationCell component to add inline actions, but with the new v0.5.3 release of the @knocklabs/react-notification-feed library, you can now easily add actions using our pre-built components. Use our button components to add asyncronous actions like approve or reject flows, or bring your own components to introduce any kind of inline action to your notifications.

Take a look at the documentation to get started.

Fixes and improvements

  • 👀 We added support for showing the uploaded account icon in the top left corner of the dashboard
  • 🐛 We fixed an issue with our SMS providers where users created in the dashboard could cause messages to fail to send
  • 🐛 We fixed a bug with our template editor where the page would reload and you would lose your work in certain circumstances