stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

feat: remove default timestamp formatting props from DateSeparator, EventComponent, MessageTimestamp

Open MartinCupela opened this issue 1 year ago • 2 comments

🎯 Goal

Provide a betted DX for those that want to override the defaults via i18n. This way there is no need to nullify the default component prop values. Based on direct customer feedback.

BREAKING CHANGE: Removed default values for timestamp formatting props like calendar or format for DateSeparator, EventComponent, MessageTimestamp. The formatting configuration now entirely relies on i18n translations.

MartinCupela avatar Jul 01 '24 17:07 MartinCupela