-
Notifications
You must be signed in to change notification settings - Fork 324
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
feat: V6.0.0 #2844
Merged
Merged
feat: V6.0.0 #2844
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: change quotedMessage type to MessageType or undefined * docs: fix lint issues
…e-resizer (#2534) * 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: change react-native-image-resizer to @bam.tech/react-native-image-resizer * fix: remove reaction_counts from offline DB * chore: update yarn.lock files
* feat: move react-native-quick-sqlite to op-sqlite * docs: update docs * fix: podfile changes * docs: add troubleshoot guide * fix: issues with import * fix: update yarn.lock
…ake it optional dependency (#2578) * feat: use react-native-blob-util instead of the react-native-fs and make it optional dependency * chore: fix peerdeps and add dcos * fix: deps version on package.json * docs: add migration guide for v5 to v6 * docs: add migration guide for v5 to v6 * docs: add migration guide for v5 to v6
…rop picker to new arch compatible version
…er and make it optional
…picker fix: upgrade cameraroll, documentpicker, haptics feedback and image crop picker to new arch compatible version
fix: change react-native-image-crop-picker to react-native-image-picker and made it optional
* fix: resolve conflicts from branch develop to v6 * fix: remove cameraroll on ts messaging app * fix: remove shared folder * chore: bump vale version * chore: bump vale version * chore: update vale version
fix: asset library issues
# Conflicts: # examples/SampleApp/yarn.lock # package/expo-package/yarn.lock # package/native-package/package.json # package/native-package/yarn.lock # package/src/components/Channel/Channel.tsx # package/src/components/Chat/Chat.tsx # package/src/components/Message/Message.tsx # package/src/components/Message/MessageSimple/MessageContent.tsx # package/src/components/Message/MessageSimple/MessageFooter.tsx # package/src/components/Message/MessageSimple/MessageSimple.tsx # package/src/components/Message/MessageSimple/utils/renderText.tsx # package/src/components/MessageOverlay/MessageOverlay.tsx # package/src/contexts/chatContext/ChatContext.tsx # package/src/contexts/messageInputContext/MessageInputContext.tsx # package/src/contexts/messagesContext/MessagesContext.tsx # package/yarn.lock
* refactor: remove stale subscriber count logic and types refactor (#2782) * fix: lint issues
#2799) * refactor: remove stale subscriber count logic and types refactor (#2782) * feat: new message list pagination implementation * fix: channel state initial data * fix: revert back the onStartReached change * fix: lint and tests * fix: added tests for the hooks and message pagination * fix: podlock file for sample app * fix: throttle logic for the copy message state * fix: add back channel.deleted event * fix: useeffect deps
fix: poll cyclical requires
* fix: infinite image loading issue * fix: image gallery animations issue
* chore: write tests for disallowed sending messages (#2839) * chore: write tests for disallowed sending messages * fix: make test name more concise * chore: remove redundant assertion * chore: add test for the editing state as well * fix: only disable message input ui when capabilities change (#2836) * chore: remove disableIfFrozenChannel prop * fix: lint issues
* fix: image gallery header and footer safe area view * fix: old arch image resizer native module spec file name fix
# Conflicts: # package/native-package/package.json
SDK Size
|
🎉 This PR is included in version 6.0.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
This PR is responsible for moving V6 as our latest and default codebase going forward. To be merged tomorrow.
🛠 Implementation details
🎨 UI Changes
iOS
Android
🧪 Testing
☑️ Checklist
develop
branch