v5.32.0
Highlights
The main highlights of this release are:
- New Reactions implementation using the
reaction_groups
and show count along with Reaction in ReactionList. - Globally Override date format for the SDK using i18n translations so that you don't have to customize the components here and there.
- Better docs for expo installation and permissions setup so that you don't face any issues anymore.
What's Changed
- fix: empty message list UI and scrolling issue by @khushal87 in #2533
- fix: add expo-clipboard to peer deps of expo-package by @khushal87 in #2537
- fix: Correct Japanese translation by @toshisugimo in #2540
- fix: example app TS issue and icons props issue by @khushal87 in #2544
- fix: derive reaction list from reaction_groups and show reaction count while maintaining the order by @khushal87 in #2523
- fix: permissions issue on expo sample app on iOS and add docs for the same by @khushal87 in #2546
- feat: use queryReactions to fetch and show reactions in OverlayReactions. by @khushal87 in #2532
- fix: message edited label edited time stamp by @khushal87 in #2547
- fix: store message_text_updated_at field in the offline DB by @khushal87 in #2548
- fix: use i18n-parser for build-translations and improve related scripts by @khushal87 in #2553
- feat: global date time formatting through i18n by @khushal87 in #2552
New Contributors
- @toshisugimo made their first contribution in #2540
Full Changelog: v5.31.1...v5.32.0