-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next Release #2555
Merged
Next Release #2555
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: empty message list UI and scrolling issue * fix: tests
…t while maintaining the order (#2523) * fix: reaction list reactions sorting order based on created_at * fix: show reactions using reactions_group * fix: tests * fix: useProcessReactions hook * fix: useProcessReactions hook and Channel message spread * fix: remove reaction_counts from offline DB * fix: reaction summary type
… same (#2546) * fix: permissions issue on expo sample app on iOS and add docs for the same * fix: permissions text * fix: permissions message on sample apps
…ons. (#2532) * fix: reaction list reactions sorting order based on created_at * fix: show reactions using reactions_group * fix: tests * fix: useProcessReactions hook * fix: useProcessReactions hook and Channel message spread * feat: use queryReactions API to query and show reactions in OverlayReactions * feat: use queryReactions API to query and show reactions in OverlayReactions * fix: improve useFetchReactions hook * docs: old docs lint fix * fix: remove repeated code * fix: remove repeated code * fix: useFetchReactions hook * fix: reactions query limit * fix: use usememo in the reactions array
* feat: store message_text_updates_at field in the offline DB * fix: update tests
Next releasesv5.32.05.32.0 (2024-06-17)Features
Bug Fixes
[email protected]1.27.3 (2024-06-17)Bug Fixes
Workspaces
|
…ts (#2553) * fix: use i18n-parser for build-translations and improve related scripts * fix: use i18n-parser for build-translations and improve related scripts * fix: prettier config * debug commit * debug commit * Delete package/src/i18n/pt-BR.json * debug commit * debug commit * set keepRemoved true
* feat: global date time formatting through i18n * fix: build and lint issues * fix: StickyHeader code * fix: broken translations for date time * fix: broken translations for date time * fix: build issues * fix: remove timestampTranslationKey prop * tests: fix broken tests * tests: fix broken tests * fix: memoize the getDatestring logic * fix: memoize the getDatestring logic * fix: memoize the getDatestring logic * fix: translations test * fix: add tests * fix: use i18n-parser for build-translations and improve related scripts * fix: use i18n-parser for build-translations and improve related scripts * fix: prettier config * debug commit * debug commit * Delete package/src/i18n/pt-BR.json * debug commit * debug commit * set keepRemoved true * fix: build config * fix: build config
🎉 This PR is included in version 5.32.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎯 Goal
🛠 Implementation details
🎨 UI Changes
iOS
Android
🧪 Testing
☑️ Checklist
develop
branch