Merge branch 'develop' into vasavk/listUnordered

This commit is contained in:
Matt Bruce 2025-01-06 17:16:27 -06:00
commit 58850aeb6e
2 changed files with 3 additions and 1 deletions

View File

@ -207,7 +207,7 @@ open class FootnoteItem: View {
// Update symbolLabel // Update symbolLabel
symbolLabel.text = symbolType symbolLabel.text = symbolType
symbolLabel.isHidden = hideSymbol symbolLabel.isHidden = symbolType.isEmpty ? true : hideSymbol
symbolLabel.textColor = kind.colorConfiguration.getColor(self) symbolLabel.textColor = kind.colorConfiguration.getColor(self)
symbolLabel.textStyle = size.textStyle.regular symbolLabel.textStyle = size.textStyle.regular
symbolLabel.surface = surface symbolLabel.surface = surface

View File

@ -3,6 +3,8 @@
- ONEAPP-11355 - ListUnordered - Finished Development - ONEAPP-11355 - ListUnordered - Finished Development
- CXTDT-630735 - PriceLockup - Accessibility - CXTDT-630735 - PriceLockup - Accessibility
- CXTDT-626164 - FootnoteGroup - Dark mode - CXTDT-626164 - FootnoteGroup - Dark mode
- CXTDT-626180 - FootnoteItem - Symbol type padding
- CXTDT-586383 - Table - Line style can be selected for each row.
1.0.75 1.0.75
---------------- ----------------