New react Inbox limitations #255
-
|
The new React Inbox component (@magicbell/react) has been released, and the old inbox (@magicbell/magicbell-react) has been deprecated. I could not find the following features in the new inbox:
Could you please confirm whether these features are planned to be added in future releases, or if they already exist and I may have overlooked them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @RuslanHryn , There are some changes to the new SDK, as we believe it should be opinionated while suiting most our customers. For that reason, some features from the old SDK did not make it to the new SDK.
|
Beta Was this translation helpful? Give feedback.
Hi @RuslanHryn ,
There are some changes to the new SDK, as we believe it should be opinionated while suiting most our customers. For that reason, some features from the old SDK did not make it to the new SDK.
Tabs; this is one of the features that we don't natively support any more. However, it should be trivial to build it on your end using the components our SDK exports.
HTML tags; I've pushed an update adding support for HTML tags in notification titles & content. Please update to
@magicbell/[email protected]Bell Counter, please see the usage example under Bell Icon. The old "BellCounter", is now the "InlineNotification" which offers more functionality. It can be rendered anywhere in …