From 578cb2ef120cea8ec0105812b2784cc0c152849b Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 31 Jan 2024 10:10:01 -0600 Subject: [PATCH 1/2] ONEAPP-6244 - TitleLockup TitleLabel marked as .heading for Accessibility Signed-off-by: Matt Bruce --- VDS/Components/TitleLockup/TitleLockup.swift | 2 ++ VDS/SupportingFiles/ReleaseNotes.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/VDS/Components/TitleLockup/TitleLockup.swift b/VDS/Components/TitleLockup/TitleLockup.swift index 455ed92b..6567de25 100644 --- a/VDS/Components/TitleLockup/TitleLockup.swift +++ b/VDS/Components/TitleLockup/TitleLockup.swift @@ -77,6 +77,7 @@ open class TitleLockup: View { /// Label used to render the title model. open var titleLabel = Label().with { $0.setContentCompressionResistancePriority(.required, for: .vertical) + $0.accessibilityTraits.insert([.header]) } /// Model used in rendering the title label. @@ -388,3 +389,4 @@ open class TitleLockup: View { } } +6 diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index bf045627..b4ae5bbb 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,3 +1,7 @@ +1.0.52 +---------------- +- ONEAPP-6244 - TitleLockup TitleLabel marked as .heading for Accessibility. + 1.0.51 ---------------- - ONEAPP-6239 - Loader is still showing when inactive. From 4e0832fa64fe7a33995b2ebe6cc204338f00e99b Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 31 Jan 2024 14:37:59 -0600 Subject: [PATCH 2/2] updated version Signed-off-by: Matt Bruce --- VDS.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 28cadb8a..c28da8f9 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -1233,7 +1233,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -1270,7 +1270,7 @@ BUILD_LIBRARY_FOR_DISTRIBUTION = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 51; + CURRENT_PROJECT_VERSION = 52; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1;