From e209705d290e47d57dfc9228b9149e8d9745404e Mon Sep 17 00:00:00 2001 From: Tayeb Sedraia Date: Wed, 22 May 2024 10:40:30 +0200 Subject: [PATCH 1/3] library : add size button info --- .../Components/Lists/Internal/TrailingView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift b/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift index 92b55c0a..38ce5262 100644 --- a/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift +++ b/OrangeDesignSystem/Sources/OrangeDesignSystem/Components/Lists/Internal/TrailingView.swift @@ -42,6 +42,7 @@ struct TrailingView: View { ODSIconButton(image: Image(systemName: "info.circle"), action: action) .foregroundColor(theme.componentColors.accent) + .frame(width: height, height: height) .buttonStyle(PlainButtonStyle()) } From 386126cd3121662f786b33e1bbf3a9fb971c244e Mon Sep 17 00:00:00 2001 From: Tayeb Sedraia Date: Wed, 22 May 2024 10:48:49 +0200 Subject: [PATCH 2/3] add changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f56ff5a..9aeaff4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/1.1.0...qualif) +## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/1.2.0...qualif) + +### Fixed + +- [A11y] Target size is too small for info and chevron components, difficult to tap without mistake. ([#732](https://github.com/Orange-OpenSource/ods-ios/issues/732)) + +## [1.2.0](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...1.2.0) - 2024-05-06 ### Added From b1d934fa1ee63b8e622be1b843604711a61e79dd Mon Sep 17 00:00:00 2001 From: Ludovic PINEL Date: Mon, 27 May 2024 15:50:24 +0200 Subject: [PATCH 3/3] review: update changelog --- CHANGELOG.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aeaff4f..13c96dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/1.2.0...qualif) - -### Fixed - -- [A11y] Target size is too small for info and chevron components, difficult to tap without mistake. ([#732](https://github.com/Orange-OpenSource/ods-ios/issues/732)) - -## [1.2.0](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...1.2.0) - 2024-05-06 +## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/1.1.0...qualif) ### Added @@ -29,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- [DemoApp] A11y - Target size is too small for info and chevron components, difficult to tap without mistake. ([#732](https://github.com/Orange-OpenSource/ods-ios/issues/732)) - [DemoApp] A11y - Buttons component : group labels and buttons ([#760](https://github.com/Orange-OpenSource/ods-ios/issues/760)) - [DemoApp] A11y - Title is the same for both variants "Progress bar demo", title must be unique. ([#724](https://github.com/Orange-OpenSource/ods-ios/issues/724))