Skip to content

Commit e5348a4

Browse files
committed
chore: apply review comments (#1623)
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
1 parent 50d1ad4 commit e5348a4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Changed
2020

21-
- Detection of forced legacy layout for navigations elements
21+
- Detection of forced legacy layout for navigation elements
2222
- **BREAKING**: `.neutral` and `.accent` `badge icon status` signatures
2323
- **BREAKING**: `.neutral` and `.accent` `alert status` parameter name
2424
- **BREAKING**: `.icon` and `.textAndIcon` layouts for `chip picker data` object
@@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343

4444
### Removed
4545

46-
- **BREAKING**: `forceOUDSLegacyTabBar` and `OUDSLegacyTabBarModifier`, for `forceOUDSLegacyLayout` and `OUDSLegacyLayoutModifier`
46+
- **BREAKING**: `forceOUDSLegacyTabBar` and `OUDSLegacyTabBarModifier`, for `forceOUDSLegacyLayout` and `OUDSLegacyLayoutModifier`
4747
- **BREAKING**: Deprecated `OUDSBadge` API
4848
- **BREAKING**: Deprecated type `OUDSIcon`
4949
- **BREAKING**: Deprecated initializers for `button`, `checkbox`, `chips`, `radio`, `switch`, `checkbox`, `text input`, `badge`, `link`, `tag` components

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ To be aligned with new `OUDSImage` API, the `accent` and `neutral` `badge icon s
224224

225225
**Reason for Change**: Use new `OUDSImage` API
226226

227-
### Renamed layout modifier for legacy tab bar
227+
### Renamed legacy layout modifier
228228

229229
The `.forceOUDSLegacyTabBar()` view modifier and its underlying `OUDSLegacyTabBarModifier` type have been renamed to reflect a broader layout scope.
230230

OUDS/Core/Components/Sources/_/ViewModifiers/LayoutModifiers/OUDSLegacyLayoutModifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import SwiftUI
3434
///
3535
/// **Note: You should use this view modifier in your root view because the flag is defines in deeper levels is used for all navigations components like bars**
3636
///
37-
/// - Since: 3.0.0
37+
/// - Since: 3.0.0H
3838
public struct OUDSLegacyLayoutModifier: ViewModifier {
3939

4040
/// To prevent to pollute logs

0 commit comments

Comments
 (0)