From f3cd0a112e4dff334767f08d402bc0935e365f54 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 5 Dec 2023 11:33:53 -0600 Subject: [PATCH] added change logs Signed-off-by: Matt Bruce --- VDS.xcodeproj/project.pbxproj | 14 +++++++++ VDS/Components/Icon/IconChangeLog.txt | 22 ++++++++++++++ VDS/Components/Label/LabelChangeLog.txt | 9 ++++++ VDS/Components/Loader/LoaderChangeLog.txt | 12 ++++++++ VDS/Components/Tabs/TabsChangeLog.txt | 37 +++++++++++++++++++++++ 5 files changed, 94 insertions(+) create mode 100644 VDS/Components/Icon/IconChangeLog.txt create mode 100644 VDS/Components/Label/LabelChangeLog.txt create mode 100644 VDS/Components/Loader/LoaderChangeLog.txt create mode 100644 VDS/Components/Tabs/TabsChangeLog.txt diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 6daed63e..5fe8cae1 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -130,6 +130,9 @@ 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 */; }; + EAEEECA22B1F92AD00531FC2 /* LabelChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEECA12B1F92AD00531FC2 /* LabelChangeLog.txt */; }; + EAEEECA42B1F934600531FC2 /* IconChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEECA32B1F934600531FC2 /* IconChangeLog.txt */; }; + EAEEECA72B1F952000531FC2 /* TabsChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEECA62B1F952000531FC2 /* TabsChangeLog.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 */; }; @@ -285,6 +288,10 @@ 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 = ""; }; + EAEEECA12B1F92AD00531FC2 /* LabelChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LabelChangeLog.txt; sourceTree = ""; }; + EAEEECA32B1F934600531FC2 /* IconChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = IconChangeLog.txt; sourceTree = ""; }; + EAEEECA52B1F941100531FC2 /* LoaderChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LoaderChangeLog.txt; sourceTree = ""; }; + EAEEECA62B1F952000531FC2 /* TabsChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TabsChangeLog.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 = ""; }; @@ -589,6 +596,7 @@ isa = PBXGroup; children = ( EA33623F2892EF6B0071C351 /* Label.swift */, + EAEEECA12B1F92AD00531FC2 /* LabelChangeLog.txt */, EAF7F0A9289B13EF00B287F5 /* Attributes */, ); path = Label; @@ -610,6 +618,7 @@ EA5F86C72A1BD99100BC83E4 /* TabModel.swift */, EA596ABE2A16B4F500300C4B /* Tabs.swift */, EA5F86CF2A1F936100BC83E4 /* TabsContainer.swift */, + EAEEECA62B1F952000531FC2 /* TabsChangeLog.txt */, ); path = Tabs; sourceTree = ""; @@ -671,6 +680,7 @@ EA985BF4296C60C000F2FF2E /* Icon.swift */, EA985BF6296C665E00F2FF2E /* IconName.swift */, EA985C682971B90B00F2FF2E /* IconSize.swift */, + EAEEECA32B1F934600531FC2 /* IconChangeLog.txt */, ); path = Icon; sourceTree = ""; @@ -770,6 +780,7 @@ EAD0688D2A55F819002E3A2D /* Loader.swift */, EAD068912A560B65002E3A2D /* LoaderViewController.swift */, EAD068932A560C13002E3A2D /* LoaderLaunchable.swift */, + EAEEECA52B1F941100531FC2 /* LoaderChangeLog.txt */, ); path = Loader; sourceTree = ""; @@ -903,10 +914,13 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + EAEEECA42B1F934600531FC2 /* IconChangeLog.txt in Resources */, EA3362042891E14D0071C351 /* VerizonNHGeTX-Bold.otf in Resources */, + EAEEECA72B1F952000531FC2 /* TabsChangeLog.txt in Resources */, EAEEEC962B1F893B00531FC2 /* ButtonChangeLog.txt in Resources */, EA5F86CC2A1D28B500BC83E4 /* ReleaseNotes.txt in Resources */, EAEEEC982B1F8DD100531FC2 /* LineChangeLog.txt in Resources */, + EAEEECA22B1F92AD00531FC2 /* LabelChangeLog.txt in Resources */, EA3362072891E14D0071C351 /* VerizonNHGeDS-Regular.otf in Resources */, EAEEEC9A2B1F8E4400531FC2 /* TextLinkChangeLog.txt in Resources */, EAEEEC922B1F807300531FC2 /* BadgeChangeLog.txt in Resources */, diff --git a/VDS/Components/Icon/IconChangeLog.txt b/VDS/Components/Icon/IconChangeLog.txt new file mode 100644 index 00000000..12e847fe --- /dev/null +++ b/VDS/Components/Icon/IconChangeLog.txt @@ -0,0 +1,22 @@ +MM/DD/YYYY +---------------- +- Initial Brand 3.0 handoff + +02/25/2022 +---------------- +- EOL XSmall size +- Added custom icon size dev note +- Added “Color” section to “Configurations” +- EOL vector effect prop +- Removed “States” frame +- Added “Index” and “Assets” frame +- Provided link to download all icon assets + +02/09/2023 +---------------- +- All categories removed with the exception of Component use only. Icon are organized in alphabetical order. + +09/01/2023 +---------------- +- Only includes internal Icons needed. +- Create instructions on how to add new icons for iOS. diff --git a/VDS/Components/Label/LabelChangeLog.txt b/VDS/Components/Label/LabelChangeLog.txt new file mode 100644 index 00000000..81ba7c29 --- /dev/null +++ b/VDS/Components/Label/LabelChangeLog.txt @@ -0,0 +1,9 @@ +07/26/2023 +---------------- +- Added iOS Bottom Inset section to Specs section +- Updated all type styles to reflect the new tokens. +- Added Bottom Inset value for iOS to multiple type sizes on Desktop/Tablet and Mobile + +08/04/2023 +---------------- +- Clarified Letter Spacing values for all font weights, even when value is zero diff --git a/VDS/Components/Loader/LoaderChangeLog.txt b/VDS/Components/Loader/LoaderChangeLog.txt new file mode 100644 index 00000000..1dc5cd58 --- /dev/null +++ b/VDS/Components/Loader/LoaderChangeLog.txt @@ -0,0 +1,12 @@ +MM/DD/YYYY +Initial Brand 3.0 handoff with iOS + +05/16/2022 +Removed the word “icon” from loader mentions since this component is built in CSS and does not use an icon asset +Added spec dimension detail to anatomy to make it more evident that the shape is a perfect circle + +08/10/2022 +Updated default and inverted prop to light and dark surface. + +02/06/2023 +Added Background Overlay item to Anatomy and Configurations diff --git a/VDS/Components/Tabs/TabsChangeLog.txt b/VDS/Components/Tabs/TabsChangeLog.txt new file mode 100644 index 00000000..7678ef09 --- /dev/null +++ b/VDS/Components/Tabs/TabsChangeLog.txt @@ -0,0 +1,37 @@ +12/23/2021 +---------------- +- Initial Brand 3.0 handoff + +05/18/2022 +---------------- +- Added Animation specs in Animation section + +06/02/2022 +---------------- +- Adjusted tab label alignment when wrapped to multiple lines to be vertically centered to match Storybook. + +06/02/2022 +---------------- +- Adjusted tab label alignment when wrapped to multiple lines to be vertically centered to match Storybook. + +08/10/2022 +---------------- +- Updated default and inverted prop to light and dark surface. + +08/19/2022 +---------------- +- Updated “Label text” to “Label” in anatomy, updated size variants to Medium and Large. + +08/31/2022 +---------------- +- Updated Fill Container section under Configurations to show that Border line on mobile does not bleed. + +12/14/2022 +---------------- +- Added "(web only)" to any instance of "keyboard focus" +- Replaced focus border pixel and style & spacing values with tokens. +- Updated borderLine color in Surface section with elements tokens. + +06/09/2022 +---------------- +- Made Label Overflow (or Overflow) a web-only prop and specified that overflow scrolling is enabled always for native.