-
Notifications
You must be signed in to change notification settings - Fork 227
4.74.0 Release #3619
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
Merged
Merged
4.74.0 Release #3619
Conversation
This file contains hidden or 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
* Add AttributedString extension for parsing markdown and enabling styling in the MarkdownFormatter * Add tests for AttributedString markdown styling * Use paragraph style for setting correct text alignment in lists * Remove MarkdownStyles.linkFont because we use UITextView for rendering and UITextView overrides it * Document linkFont removal and attributed string parsing * Basic support for RTL and remove background color from code blocks * Use unicode bullet for lists in markdown * Be more careful with insertion index and skip parsing if string is empty * Use Fonts for default fonts in markdown * Remove SwiftyMarkdown * Turn off markdown styles in the demo app * Do not use markdown regex
…to persistent store) (#3601)
… channel (#3618) * Fix channel membership not updated when current user adds itself to a channel * Update CHANGELOG.md
Generated by 🚫 Danger |
|
Build for regression testing №123457058 has been uploaded to TestFlight 🎁 |
Collaborator
Author
SDK Performance
|
Collaborator
Author
SDK Size
|
|
Collaborator
Author
SDK Performance
|
testableapple
approved these changes
Mar 14, 2025
Contributor
|
/merge release |
Contributor
|
Publication of the release has been launched 👍 |
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.



StreamChat
✅ Added
MarkdownParserfor parsing and styling markdown strings #3590Fonts.title2for supporting markdown headers #3590ChatChannelController.loadChannelReads(),ChatChannelController.loadMoreChannelReads()Chat.loadMembers()🐞 Fixed
ChatRemoteNotificationHandlercan lead to persistent store's data inconsistencies #3601ChannelListSortingKey.default3615StreamChatUI
🔄 Changed
AttributedString#3590MarkdownFormatter.format(_:)toMarkdownFormatter.format(_:attributes:)for allowing to pass in current text attributes💥 Removed
MarkdownStyles.linkFontbecause link attributes are ignored byUITextView. UpdateChatMessageContentView.textView.linkTextAttributesinstead #3590DefaultMarkdownFormatter.markdownRegexPatternbecause regular expression based validation was removed #3590MarkdownFormatter.containsMarkdown(_:), optionally validate input strings inMarkdownFormatter.format(_:attributes:)instead #3590