From 247e167cec58fa1bbbd7670361bf55b30b0f3996 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 5 Dec 2023 11:16:03 -0600 Subject: [PATCH] added badge indicator change log Signed-off-by: Matt Bruce --- VDS.xcodeproj/project.pbxproj | 4 +++ .../BadgeIndicatorChangeLog.txt | 29 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 VDS/Components/BadgeIndicator/BadgeIndicatorChangeLog.txt diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index ba15a075..6daed63e 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -129,6 +129,7 @@ EAEEEC9A2B1F8E4400531FC2 /* TextLinkChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC992B1F8E4400531FC2 /* TextLinkChangeLog.txt */; }; EAEEEC9C2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC9B2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt */; }; EAEEEC9E2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC9D2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt */; }; + EAEEECA02B1F908200531FC2 /* BadgeIndicatorChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC9F2B1F908200531FC2 /* BadgeIndicatorChangeLog.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 */; }; @@ -283,6 +284,7 @@ EAEEEC992B1F8E4400531FC2 /* TextLinkChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextLinkChangeLog.txt; sourceTree = ""; }; EAEEEC9B2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextLinkCaretChangeLog.txt; sourceTree = ""; }; EAEEEC9D2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ButtonGroupChangeLog.txt; sourceTree = ""; }; + EAEEEC9F2B1F908200531FC2 /* BadgeIndicatorChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = BadgeIndicatorChangeLog.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 = ""; }; @@ -757,6 +759,7 @@ isa = PBXGroup; children = ( EAD062AF2A3B873E0015965D /* BadgeIndicator.swift */, + EAEEEC9F2B1F908200531FC2 /* BadgeIndicatorChangeLog.txt */, ); path = BadgeIndicator; sourceTree = ""; @@ -910,6 +913,7 @@ EAEEEC9E2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt in Resources */, EA3362062891E14D0071C351 /* VerizonNHGeTX-Regular.otf in Resources */, EA3362052891E14D0071C351 /* VerizonNHGeDS-Bold.otf in Resources */, + EAEEECA02B1F908200531FC2 /* BadgeIndicatorChangeLog.txt in Resources */, EAA5EEB928ECD24B003B3210 /* Icons.xcassets in Resources */, EAEEEC9C2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt in Resources */, EAA5EEE428F5B855003B3210 /* VerizonNHGDS-Light.otf in Resources */, diff --git a/VDS/Components/BadgeIndicator/BadgeIndicatorChangeLog.txt b/VDS/Components/BadgeIndicator/BadgeIndicatorChangeLog.txt new file mode 100644 index 00000000..54161566 --- /dev/null +++ b/VDS/Components/BadgeIndicator/BadgeIndicatorChangeLog.txt @@ -0,0 +1,29 @@ +05/25/2023 +---------------- +- Handoff for Iggy release + +06/28/2023 +---------------- +- Updated the Simple dot size to 4px. +- Added option for “None” to the maximumDigits prop. +- Updated Size specs to use individual style tokens instead of Typography styles. +- Changed prop name “Color fill” to “fillColor” + +07/13/2023 +---------------- +- Updated Width and Alignment sections under Layout and spacing. +- Removed Height section since this is addressed in Properties. +- Added padding and containerSize sections to Properties. +- Updated dev notes under Kind prop. + +07/18/2023 +---------------- +- Added trailingText prop with default "new". +- Updated dev note for trailingText +- Changed Gray to Gray High Contrast under fillColor section + +11/22/2023 +---------------- +- Added leadingCharacter and trailingText in Anatomy. +- Added dev note re: Text color to fillColor section. +- Remove dev note re: space from trailingText to Spacing subsection.