From e8a03cbea29a60473763692b9d6646f455720603 Mon Sep 17 00:00:00 2001 From: Krishna Kishore Bandaru Date: Tue, 13 Feb 2024 22:41:59 +0530 Subject: [PATCH] Added change log --- VDS.xcodeproj/project.pbxproj | 4 ++ .../Notification/NotificationChangeLog.txt | 55 +++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 VDS/Components/Notification/NotificationChangeLog.txt diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index c28da8f9..00ef0933 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -12,6 +12,7 @@ 44604AD729CE196600E62B51 /* Line.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44604AD629CE196600E62B51 /* Line.swift */; }; 5F21D7BF28DCEB3D003E7CD6 /* Useable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F21D7BE28DCEB3D003E7CD6 /* Useable.swift */; }; 5FC35BE328D51405004EBEAC /* Button.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FC35BE228D51405004EBEAC /* Button.swift */; }; + 71C02B382B7BD98F00E93E66 /* NotificationChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = 71C02B372B7BD98F00E93E66 /* NotificationChangeLog.txt */; }; EA0B18022A9E236900F2D0CD /* SelectorGroupBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0B18012A9E236900F2D0CD /* SelectorGroupBase.swift */; }; EA0B18052A9E2D2D00F2D0CD /* SelectorBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0B18032A9E2D2D00F2D0CD /* SelectorBase.swift */; }; EA0B18062A9E2D2D00F2D0CD /* SelectorItemBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0B18042A9E2D2D00F2D0CD /* SelectorItemBase.swift */; }; @@ -173,6 +174,7 @@ 44604AD629CE196600E62B51 /* Line.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Line.swift; sourceTree = ""; }; 5F21D7BE28DCEB3D003E7CD6 /* Useable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Useable.swift; sourceTree = ""; }; 5FC35BE228D51405004EBEAC /* Button.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Button.swift; sourceTree = ""; }; + 71C02B372B7BD98F00E93E66 /* NotificationChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = NotificationChangeLog.txt; sourceTree = ""; }; EA0B18012A9E236900F2D0CD /* SelectorGroupBase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectorGroupBase.swift; sourceTree = ""; }; EA0B18032A9E2D2D00F2D0CD /* SelectorBase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectorBase.swift; sourceTree = ""; }; EA0B18042A9E2D2D00F2D0CD /* SelectorItemBase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectorItemBase.swift; sourceTree = ""; }; @@ -347,6 +349,7 @@ children = ( 445BA07729C07B3D0036A7C5 /* Notification.swift */, 44604AD329CE186A00E62B51 /* NotificationButtonModel.swift */, + 71C02B372B7BD98F00E93E66 /* NotificationChangeLog.txt */, ); path = Notification; sourceTree = ""; @@ -928,6 +931,7 @@ files = ( EAEEECA42B1F934600531FC2 /* IconChangeLog.txt in Resources */, EA3362042891E14D0071C351 /* VerizonNHGeTX-Bold.otf in Resources */, + 71C02B382B7BD98F00E93E66 /* NotificationChangeLog.txt in Resources */, EAEEECA72B1F952000531FC2 /* TabsChangeLog.txt in Resources */, EAEEEC962B1F893B00531FC2 /* ButtonChangeLog.txt in Resources */, EA5F86CC2A1D28B500BC83E4 /* ReleaseNotes.txt in Resources */, diff --git a/VDS/Components/Notification/NotificationChangeLog.txt b/VDS/Components/Notification/NotificationChangeLog.txt new file mode 100644 index 00000000..e8026180 --- /dev/null +++ b/VDS/Components/Notification/NotificationChangeLog.txt @@ -0,0 +1,55 @@ +MM/DD/YYYY +---------------- + +12/30/2021 +---------------- +- Updated Hover and Active state trigger specs. If triggered by mouse, Active same as Hover. If not, Active same as Default. + +03/03/2022 +---------------- +- Initial Brand 3.0 handoff + +03/07/2022 +---------------- +- Added Native positioning examples + +05/03/2022 +---------------- +- Finalized Native Positioning and Triggers sections. + +07/28/2022 +---------------- +- Added note to Anatomy that Border radius is only for Inline Notifications. + +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. + +01/12/2023 +---------------- +- Change VDS Button to Button in Anatomy
Moved Button combinations from Anatomy to Elements. + +04/12/2023 +---------------- +- Updated hex colors to reflect updated color tokens values. +- Updated visuals on the Native frame to reflect new guideline that the notification surface color should be based on whatever it is placed upon, or based on the color of the top navigation bar when displaying above the global nav. Added spec notation about this also. + +05/04/2023 +---------------- +- Button Icon Threading - CloseButton +- Anatomy section updated with info on Button Icon +- CloseButton updated with VDS Button Icon details +- Updated Viewport section with Button Icon Config +- Removed Elements section. Button combination is now part of Configurations section +- Updated visuals in all sections to cater to changes caused by Button Icon threading + +11/21/2023 +---------------- +- Added hideCloseButton property to align with React component build +- Added dev note to Error variant +- Removed close button from Error variant examples +- Removed Web/App Discrepancies list