From d743c8b4ac19af08d4f48beb0f7f577e1c963768 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 5 Dec 2023 11:01:05 -0600 Subject: [PATCH] added line and textlink changelog Signed-off-by: Matt Bruce --- VDS.xcodeproj/project.pbxproj | 8 ++++ .../Buttons/TextLink/TextLinkChangeLog.txt | 41 +++++++++++++++++++ VDS/Components/Line/LineChangeLog.txt | 24 +++++++++++ 3 files changed, 73 insertions(+) create mode 100644 VDS/Components/Buttons/TextLink/TextLinkChangeLog.txt create mode 100644 VDS/Components/Line/LineChangeLog.txt diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 5d6840b6..754e8541 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -125,6 +125,8 @@ EAD8D2C128BFDE8B006EB6A6 /* UIGestureRecognizer+Publisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD8D2C028BFDE8B006EB6A6 /* UIGestureRecognizer+Publisher.swift */; }; EAEEEC922B1F807300531FC2 /* BadgeChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC912B1F807300531FC2 /* BadgeChangeLog.txt */; }; EAEEEC962B1F893B00531FC2 /* ButtonChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC952B1F893B00531FC2 /* ButtonChangeLog.txt */; }; + EAEEEC982B1F8DD100531FC2 /* LineChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC972B1F8DD100531FC2 /* LineChangeLog.txt */; }; + EAEEEC9A2B1F8E4400531FC2 /* TextLinkChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC992B1F8E4400531FC2 /* TextLinkChangeLog.txt */; }; EAF1FE9929D4850E00101452 /* Clickable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF1FE9829D4850E00101452 /* Clickable.swift */; }; EAF1FE9B29DB1A6000101452 /* Changeable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF1FE9A29DB1A6000101452 /* Changeable.swift */; }; EAF7F0952899861000B287F5 /* CheckboxItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF7F0932899861000B287F5 /* CheckboxItem.swift */; }; @@ -275,6 +277,8 @@ EAD8D2C028BFDE8B006EB6A6 /* UIGestureRecognizer+Publisher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIGestureRecognizer+Publisher.swift"; sourceTree = ""; }; EAEEEC912B1F807300531FC2 /* BadgeChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = BadgeChangeLog.txt; sourceTree = ""; }; EAEEEC952B1F893B00531FC2 /* ButtonChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ButtonChangeLog.txt; sourceTree = ""; }; + EAEEEC972B1F8DD100531FC2 /* LineChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LineChangeLog.txt; sourceTree = ""; }; + EAEEEC992B1F8E4400531FC2 /* TextLinkChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextLinkChangeLog.txt; sourceTree = ""; }; EAF1FE9829D4850E00101452 /* Clickable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Clickable.swift; sourceTree = ""; }; EAF1FE9A29DB1A6000101452 /* Changeable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Changeable.swift; sourceTree = ""; }; EAF7F0932899861000B287F5 /* CheckboxItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckboxItem.swift; sourceTree = ""; }; @@ -330,6 +334,7 @@ isa = PBXGroup; children = ( 44604AD629CE196600E62B51 /* Line.swift */, + EAEEEC972B1F8DD100531FC2 /* LineChangeLog.txt */, ); path = Line; sourceTree = ""; @@ -711,6 +716,7 @@ isa = PBXGroup; children = ( EAC9257C29119B5400091998 /* TextLink.swift */, + EAEEEC992B1F8E4400531FC2 /* TextLinkChangeLog.txt */, ); path = TextLink; sourceTree = ""; @@ -891,7 +897,9 @@ EA3362042891E14D0071C351 /* VerizonNHGeTX-Bold.otf in Resources */, EAEEEC962B1F893B00531FC2 /* ButtonChangeLog.txt in Resources */, EA5F86CC2A1D28B500BC83E4 /* ReleaseNotes.txt in Resources */, + EAEEEC982B1F8DD100531FC2 /* LineChangeLog.txt in Resources */, EA3362072891E14D0071C351 /* VerizonNHGeDS-Regular.otf in Resources */, + EAEEEC9A2B1F8E4400531FC2 /* TextLinkChangeLog.txt in Resources */, EAEEEC922B1F807300531FC2 /* BadgeChangeLog.txt in Resources */, EA3362062891E14D0071C351 /* VerizonNHGeTX-Regular.otf in Resources */, EA3362052891E14D0071C351 /* VerizonNHGeDS-Bold.otf in Resources */, diff --git a/VDS/Components/Buttons/TextLink/TextLinkChangeLog.txt b/VDS/Components/Buttons/TextLink/TextLinkChangeLog.txt new file mode 100644 index 00000000..403f9b6f --- /dev/null +++ b/VDS/Components/Buttons/TextLink/TextLinkChangeLog.txt @@ -0,0 +1,41 @@ +MM/DD/YYYY +---------------- +- Initial Brand 3.0 handoff + +12/17/2021 +---------------- +- Replaced focusring colors (previously interactive/onlight/ondark) with accessibility/onlight/ondark colors +- Updated focus border name (previously interactive.focusring.onlight) with focusring.onlight/ondark +- Removed interactive.hover.onlight/ondark and replaced with palette colors + +12/30/2021 +---------------- +- Remove Text Link bold. Removed Weight section from spec. +- Update Default Hover state to Black and 2px underline +- Update Inverted Hover state to White and 2px underline +- Updated Hover and Active state trigger specs. If triggered by mouse, Active underline same as Hover. If not, Active underline same as Default. + +02/22/2022 +---------------- +- Native handoff +- Adding Spacing section + +06/13/2022 +---------------- +- Updated “Inverted” to “Surface”. Changed False/True to Light/Dark. + +11/30/2022 +---------------- +- Added "(web only)" to any instance of "keyboard focus" + +12/13/2022 +---------------- +- Replaced focus border pixel and style & spacing values with tokens. + +03/13/2023 +---------------- +- Added clarifying dev note within States that inline text links inherit the default color from the parent text. + +09/12/2023 +---------------- +- Added new States for inline Text Link on Native platforms (iOS and Android). diff --git a/VDS/Components/Line/LineChangeLog.txt b/VDS/Components/Line/LineChangeLog.txt new file mode 100644 index 00000000..887fc4bf --- /dev/null +++ b/VDS/Components/Line/LineChangeLog.txt @@ -0,0 +1,24 @@ +MM/DD/YYYY +---------------- +- Initial Brand 3.0 handoff + +12/17/2021 +---------------- +- Replaced focusring colors (previously interactive/onlight/ondark) with accessibility/onlight/ondark colors +- Updated focus border name (previously interactive.focusring.onlight) with focusring.onlight/ondark + +08/10/2022 +---------------- +- Updated inverted and default prop to surface light and dark. + +12/14/2022 +---------------- +- Updated border color values to use element tokens. + +07/24/2023 +---------------- +- Added Layout and spacing > Orientation to describe vertical line orientation + +08/18/2023 +---------------- +- Noted Primary as default version of Line in Anatomy section.