From ae86948502f8c67328924ae48acfa6413be6957a Mon Sep 17 00:00:00 2001 From: vasavk Date: Tue, 2 Apr 2024 18:27:15 +0530 Subject: [PATCH] Digital ACT-191 ONEAPP-7135 story: added change log for DropdownSelect --- VDS.xcodeproj/project.pbxproj | 4 ++ .../DropdownSelectChangeLog.txt | 45 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 VDS/Components/DropdownSelect/DropdownSelectChangeLog.txt diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 7bf3c054..b071240b 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 1855EC662BAABF2A002ACAC2 /* BreadcrumbItemModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1855EC652BAABF2A002ACAC2 /* BreadcrumbItemModel.swift */; }; 186B2A8A2B88DA7F001AB71F /* TextAreaChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = 186B2A892B88DA7F001AB71F /* TextAreaChangeLog.txt */; }; 186D13CB2BBA8B1500986B53 /* DropdownSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186D13CA2BBA8B1500986B53 /* DropdownSelect.swift */; }; + 186D13CF2BBC36EF00986B53 /* DropdownSelectChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = 186D13CE2BBC36EE00986B53 /* DropdownSelectChangeLog.txt */; }; 18792A902B7431F2008C0D29 /* ButtonIconBadgeIndicatorModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18792A8F2B7431F2008C0D29 /* ButtonIconBadgeIndicatorModel.swift */; }; 18A65A022B96E848006602CC /* Breadcrumbs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A65A012B96E848006602CC /* Breadcrumbs.swift */; }; 18A65A042B96F050006602CC /* BreadcrumbItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18A65A032B96F050006602CC /* BreadcrumbItem.swift */; }; @@ -204,6 +205,7 @@ 1855EC652BAABF2A002ACAC2 /* BreadcrumbItemModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BreadcrumbItemModel.swift; sourceTree = ""; }; 186B2A892B88DA7F001AB71F /* TextAreaChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextAreaChangeLog.txt; sourceTree = ""; }; 186D13CA2BBA8B1500986B53 /* DropdownSelect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DropdownSelect.swift; sourceTree = ""; }; + 186D13CE2BBC36EE00986B53 /* DropdownSelectChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = DropdownSelectChangeLog.txt; sourceTree = ""; }; 18792A8F2B7431F2008C0D29 /* ButtonIconBadgeIndicatorModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonIconBadgeIndicatorModel.swift; sourceTree = ""; }; 18A65A012B96E848006602CC /* Breadcrumbs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Breadcrumbs.swift; sourceTree = ""; }; 18A65A032B96F050006602CC /* BreadcrumbItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BreadcrumbItem.swift; sourceTree = ""; }; @@ -413,6 +415,7 @@ isa = PBXGroup; children = ( 186D13CA2BBA8B1500986B53 /* DropdownSelect.swift */, + 186D13CE2BBC36EE00986B53 /* DropdownSelectChangeLog.txt */, ); path = DropdownSelect; sourceTree = ""; @@ -1069,6 +1072,7 @@ EAEEECA02B1F908200531FC2 /* BadgeIndicatorChangeLog.txt in Resources */, EAA5EEB928ECD24B003B3210 /* Icons.xcassets in Resources */, EAEEECA92B1F969700531FC2 /* TooltipChangeLog.txt in Resources */, + 186D13CF2BBC36EF00986B53 /* DropdownSelectChangeLog.txt in Resources */, EAEEEC9C2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt in Resources */, EAA5EEE428F5B855003B3210 /* VerizonNHGDS-Light.otf in Resources */, 71B5FCBB2B95A0CA00269BCC /* PaginationChangeLog.txt in Resources */, diff --git a/VDS/Components/DropdownSelect/DropdownSelectChangeLog.txt b/VDS/Components/DropdownSelect/DropdownSelectChangeLog.txt new file mode 100644 index 00000000..537b6532 --- /dev/null +++ b/VDS/Components/DropdownSelect/DropdownSelectChangeLog.txt @@ -0,0 +1,45 @@ +MM/DD/YYYY +---------------- +Initial Brand 3.0 handoff + +12/27/2021 +---------------- +- Removed Max Width, Increased Min width. +- Updated the tokens with FormControl tokens + +02/24/2022 +---------------- +- Replaced Error and Caret Down Non-Scaling icons with VDS Icon. + +05/02/2022 +---------------- +- Anatomy: Noted that Label and Inline Label are optional within the code + +07/27/2022 +---------------- +- Updated Dropdown Select Configurations to include Background Transparent Boolean. + +08/10/2022 +---------------- +- Updated surface prop from inverted to light and dark + +11/30/2022 +---------------- +- Added "(web only)" to any instance of "keyboard focus" + +12/13/2022 +---------------- +- Replaced form border and focus border pixel values and styles & spacing with tokens. + +01/19/2023 +---------------- +- Added Tooltip and Optional Indicator to Anatomy Updated Specs to use new SPEC Templates and SPEC DOC Components. +- Added “Option List” and artwork to Anatomy. + +04/12/2023 +---------------- +- Updated hex colors for updated feedback tokens in error states. + +12/27/23 +---------------- +- Removed Web/App Parity Discrepancies section