From c2662aaf307023e21e73e50ca7440de5d15a3fa6 Mon Sep 17 00:00:00 2001 From: vasavk Date: Fri, 23 Feb 2024 19:26:41 +0530 Subject: [PATCH] Digital ACT191 story ONEAPP-6682 added change log --- VDS.xcodeproj/project.pbxproj | 4 ++ .../TextFields/TextArea/TextAreaChangeLog.txt | 38 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 VDS/Components/TextFields/TextArea/TextAreaChangeLog.txt diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index b13f7df5..125d88a8 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 186B2A8A2B88DA7F001AB71F /* TextAreaChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = 186B2A892B88DA7F001AB71F /* TextAreaChangeLog.txt */; }; 18792A902B7431F2008C0D29 /* ButtonIconBadgeIndicatorModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18792A8F2B7431F2008C0D29 /* ButtonIconBadgeIndicatorModel.swift */; }; 18BDEE822B75316E00452358 /* ButtonIconChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = 18BDEE812B75316E00452358 /* ButtonIconChangeLog.txt */; }; 445BA07829C07B3D0036A7C5 /* Notification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 445BA07729C07B3D0036A7C5 /* Notification.swift */; }; @@ -173,6 +174,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 186B2A892B88DA7F001AB71F /* TextAreaChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextAreaChangeLog.txt; sourceTree = ""; }; 18792A8F2B7431F2008C0D29 /* ButtonIconBadgeIndicatorModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonIconBadgeIndicatorModel.swift; sourceTree = ""; }; 18BDEE812B75316E00452358 /* ButtonIconChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ButtonIconChangeLog.txt; sourceTree = ""; }; 445BA07729C07B3D0036A7C5 /* Notification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notification.swift; sourceTree = ""; }; @@ -715,6 +717,7 @@ isa = PBXGroup; children = ( EA985C22296E033A00F2FF2E /* TextArea.swift */, + 186B2A892B88DA7F001AB71F /* TextAreaChangeLog.txt */, ); path = TextArea; sourceTree = ""; @@ -946,6 +949,7 @@ EA3362042891E14D0071C351 /* VerizonNHGeTX-Bold.otf in Resources */, 71C02B382B7BD98F00E93E66 /* NotificationChangeLog.txt in Resources */, EAEEECA72B1F952000531FC2 /* TabsChangeLog.txt in Resources */, + 186B2A8A2B88DA7F001AB71F /* TextAreaChangeLog.txt in Resources */, EAEEEC962B1F893B00531FC2 /* ButtonChangeLog.txt in Resources */, EA5F86CC2A1D28B500BC83E4 /* ReleaseNotes.txt in Resources */, EAEEEC982B1F8DD100531FC2 /* LineChangeLog.txt in Resources */, diff --git a/VDS/Components/TextFields/TextArea/TextAreaChangeLog.txt b/VDS/Components/TextFields/TextArea/TextAreaChangeLog.txt new file mode 100644 index 00000000..555ad730 --- /dev/null +++ b/VDS/Components/TextFields/TextArea/TextAreaChangeLog.txt @@ -0,0 +1,38 @@ +MM/DD/YYYY +---------------- +- Initial Brand 3.0 handoff + +12/27/2021 +---------------- +- Removed Max idth Updated the SPECS with FormControl tokens + +02/25/2022 +---------------- +- Replaced Info and Error Non-Scaling icons with VDS Icon. +- Removed “weight” and “vector effect” from Anatomy and States. + +07/27/2022 +---------------- +- Added Configurations section with transparentBackground principles. + +08/10/2022 +---------------- +- Updated default and inverted prop to light and dark surface. + +11/30/2022 +---------------- +- Added "(web only)" to any instance of "keyboard focus" + +12/13/2022 +---------------- +- Replaced form border and focus border pixel values and style & spacing with tokens. + +01/18/2023 +---------------- +- Updated Anatomy items: +- Added “Highlight” to item #10 +- Changed item #7 to “Tooltip” from “Tooltip Component” + +04/12/2023 +---------------- +- Updated hex colors for updated feedback tokens in error states.