Skip to content

Commit

Permalink
[Calling] Update changelog (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelprystinka authored Sep 11, 2024
1 parent f99d30e commit fc826ac
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AzureCommunicationUI/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target 'AzureCommunicationUICalling' do
project 'sdk/AzureCommunicationUICalling/AzureCommunicationUICalling.xcodeproj'
use_frameworks!
pod 'AzureCore', '1.0.0-beta.15'
pod 'AzureCommunicationCalling', '2.12.0'
pod 'AzureCommunicationCalling', '2.13.0-beta.2'
pod 'MicrosoftFluentUI/Avatar_ios', '0.10.0'
pod 'MicrosoftFluentUI/BottomSheet_ios', '0.10.0'
pod 'MicrosoftFluentUI/Button_ios', '0.10.0'
Expand Down Expand Up @@ -49,7 +49,7 @@ end
target 'AzureCommunicationUIDemoApp' do
project 'AzureCommunicationUIDemoApp/AzureCommunicationUIDemoApp.xcodeproj'
use_frameworks!
pod 'AzureCommunicationCalling', '2.12.0'
pod 'AzureCommunicationCalling', '2.13.0-beta.2'
pod 'AzureCommunicationChat', '1.3.3'
pod 'MicrosoftFluentUI/Avatar_ios', '0.10.0'
pod 'MicrosoftFluentUI/BottomSheet_ios', '0.10.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.pod_target_xcconfig = { "ENABLE_BITCODE": "NO"}
spec.info_plist = {'UILibrarySemVersion' => "#{spec.version}"}

spec.dependency 'AzureCommunicationCalling', '2.12.0'
spec.dependency 'AzureCommunicationCalling', '2.13.0-beta.2'
spec.dependency 'AzureCore', '1.0.0-beta.15'
spec.dependency 'MicrosoftFluentUI/Avatar_ios', '0.10.0'
spec.dependency 'MicrosoftFluentUI/BottomSheet_ios', '0.10.0'
Expand Down
16 changes: 16 additions & 0 deletions AzureCommunicationUI/sdk/AzureCommunicationUICalling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Azure Communication UI Calling Release History

## 1.11.0-beta.2 (2024-09-11)

### Features
- Call screen information header title/subtitle customization
- Ability to hide or disable buttons and create custom buttons

### Bugfixes
- Camera button doesn't work on the Setup screen when the internet is off
- On hold title is not centred in some conditions
- Some labels not announces correctly via accessibility

# 1.11.0-beta.1 (2024-08-28)
### Features
- Call screen control bar custom button support


## 1.10.0 (2024-08-14)

### Features
Expand Down

0 comments on commit fc826ac

Please sign in to comment.