stream-chat-react
stream-chat-react copied to clipboard
feat: remove default timestamp formatting props from DateSeparator, EventComponent, MessageTimestamp
🎯 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.