Skip to content
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

4.70.0 Release #716

Merged
merged 15 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 0 additions & 7 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,7 @@ jobs:
- xcode: 16.1
os: macos-15
- xcode: 15.4
os: macos-14
- ios: 18.1
xcode: 16.1
os: macos-15
device: "iPhone 16 Pro"
setup_runtime: false
- xcode: 15.0.1
os: macos-14
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
build-test-app-and-frameworks:
name: Build Test App and Frameworks
runs-on: macos-14
runs-on: macos-15
if: ${{ github.event_name != 'push' }}
steps:
- uses: actions/[email protected]
Expand All @@ -35,8 +35,6 @@ jobs:
- name: Build
run: bundle exec fastlane build_test_app_and_frameworks
timeout-minutes: 60
env:
XCODE_VERSION: "15.2" # Should match the minimum version in dependent jobs
- uses: actions/upload-artifact@v4
if: success()
with:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### 🔄 Changed

# [4.70.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.70.0)
_January 15, 2025_

### ✅ Added
- Use `AppSettings.fileUploadConfig` for setting supported UTI types for the file picker [#713](https://github.com/GetStream/stream-chat-swiftui/pull/713)
- Colors and images for voice recording view [#704](https://github.com/GetStream/stream-chat-swiftui/pull/704)
- `ColorPalette.voiceMessageControlBackground`
- `Images.pauseFilled`
- Exposes all the default message actions [#711](https://github.com/GetStream/stream-chat-swiftui/pull/711)
### 🐞 Fixed
- Use bright color for typing indicator animation in dark mode [#702](https://github.com/GetStream/stream-chat-swiftui/pull/702)
- Refresh quoted message preview when the quoted message is deleted [#705](https://github.com/GetStream/stream-chat-swiftui/pull/705)
- Fix composer command view not Themable [#710](https://github.com/GetStream/stream-chat-swiftui/pull/710)
- Fix reactions users view not paginating results [#712](https://github.com/GetStream/stream-chat-swiftui/pull/712)

### 🔄 Changed
- Support theming and update layout of `VoiceRecordingContainerView` [#704](https://github.com/GetStream/stream-chat-swiftui/pull/704)
- Use `ColorPalette.highlightedAccentBackground` for `AudioVisualizationView.highlightedBarColor` [#704](https://github.com/GetStream/stream-chat-swiftui/pull/704)

# [4.69.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.69.0)
_December 18, 2024_

Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import Sentry
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/AppleMessageComposerView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/ChannelHeader/BlockedUsersView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChatSwiftUI
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/ChannelHeader/BlockedUsersViewModel.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/ChannelHeader/CustomChannelHeader.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/ChannelHeader/NewChatView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/ChannelHeader/NewChatViewModel.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/CreateGroupView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/CreateGroupViewModel.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/CustomAttachment.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/CustomComposerAttachmentView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/DemoAppSwiftUIApp.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import Combine
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/DemoUser.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/GroupNameView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChatSwiftUI
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/LaunchAnimationState.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import SwiftUI
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/LaunchScreen.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import SwiftUI
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

"channel.name.and" = "and";
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/LoginView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChatSwiftUI
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/LoginViewModel.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/NotificationsHandler.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/PinChannelHelpers.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/SceneDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/UserRepository.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/ViewFactoryExamples.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/WhatsAppChannelHeader.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion DemoAppSwiftUI/iMessagePocView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.69.0"),
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.70.0"),
],
targets: [
.target(
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">
<a href="https://sonarcloud.io/summary/new_code?id=GetStream_stream-chat-swiftui"><img src="https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-chat-swiftui&metric=coverage" /></a>

<img id="stream-chat-swiftui-label" alt="StreamChatSwiftUI" src="https://img.shields.io/badge/StreamChatSwiftUI-8.2%20MB-blue"/>
<img id="stream-chat-swiftui-label" alt="StreamChatSwiftUI" src="https://img.shields.io/badge/StreamChatSwiftUI-8.22%20MB-blue"/>
</p>

## SwiftUI StreamChat SDK
Expand Down Expand Up @@ -83,7 +83,7 @@ Check out our current openings and apply via [Stream's website](https://getstrea
</tr>
<tr>
<td> A list of messages in a channel </td>
<th rowspan="12"><img src="ReadmeAssets/MessageListPreview.gif?raw=true" width="80%" /></th>
<th rowspan="14"><img src="ReadmeAssets/MessageListPreview.gif?raw=true" width="80%" /></th>
</tr>
<tr> <td> Photo attachments </td> </tr>
<tr> <td> Giphy attachments </td> </tr>
Expand All @@ -95,6 +95,8 @@ Check out our current openings and apply via [Stream's website](https://getstrea
<tr> <td> Message grouping based on the send time </td> </tr>
<tr> <td> Thread and inline replies </td> </tr>
<tr> <td> Typing and read indicators </td> </tr>
<tr> <td> Async voice messages </td> </tr>
<tr> <td> Polls support </td> </tr>
<tr><td> </td> </tr>
</tr>
</table>
Expand All @@ -110,11 +112,13 @@ Check out our current openings and apply via [Stream's website](https://getstrea
</tr>
<tr>
<td> Support for multiline text, expands and shrinks as needed </td>
<th rowspan="8"><img src="ReadmeAssets/Message_Composer_Bezels.png?raw=true" width="80%" /></th>
<th rowspan="10"><img src="ReadmeAssets/Message_Composer_Bezels.png?raw=true" width="80%" /></th>
</tr>
<tr> <td> Image, video and file attachments </td> </tr>
<tr> <td> Camera integration </td> </tr>
<tr> <td> Custom attachments </td> </tr>
<tr> <td> Recording async voice messages </td> </tr>
<tr> <td> Creation of polls </td> </tr>
<tr> <td> Mentions </td> </tr>
<tr> <td> Instant commands (e.g. giphy) </td> </tr>
<tr> <td> Custom commands </td> </tr>
Expand Down
2 changes: 1 addition & 1 deletion Scripts/GenerateSPMFileLists.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2021 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

// This script is used to generate list of excluded source files for StreamChat and StreamChatUI in Package.swift.
Expand Down
2 changes: 1 addition & 1 deletion Sources/StreamChatSwiftUI/Appearance.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import SwiftUI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import SwiftUI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright © 2024 Stream.io Inc. All rights reserved.
// Copyright © 2025 Stream.io Inc. All rights reserved.
//

import StreamChat
Expand Down
Loading
Loading