added badge indicator change log

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-12-05 11:16:03 -06:00
parent 3d2a277b20
commit 247e167cec
2 changed files with 33 additions and 0 deletions

View File

@ -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 = "<group>"; };
EAEEEC9B2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextLinkCaretChangeLog.txt; sourceTree = "<group>"; };
EAEEEC9D2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ButtonGroupChangeLog.txt; sourceTree = "<group>"; };
EAEEEC9F2B1F908200531FC2 /* BadgeIndicatorChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = BadgeIndicatorChangeLog.txt; sourceTree = "<group>"; };
EAF1FE9829D4850E00101452 /* Clickable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Clickable.swift; sourceTree = "<group>"; };
EAF1FE9A29DB1A6000101452 /* Changeable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Changeable.swift; sourceTree = "<group>"; };
EAF7F0932899861000B287F5 /* CheckboxItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckboxItem.swift; sourceTree = "<group>"; };
@ -757,6 +759,7 @@
isa = PBXGroup;
children = (
EAD062AF2A3B873E0015965D /* BadgeIndicator.swift */,
EAEEEC9F2B1F908200531FC2 /* BadgeIndicatorChangeLog.txt */,
);
path = BadgeIndicator;
sourceTree = "<group>";
@ -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 */,

View File

@ -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.