-
Notifications
You must be signed in to change notification settings - Fork 273
fix(list items): rename info & infoState properties #3259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At all it looks okey for me. We can add someone from @SAP/ui5-webcomponents-topic-rl to approve the changes in input files
{{#if info}} | ||
<span part="info" class="ui5-li-info">{{info}}</span> | ||
{{#if additionalText}} | ||
<span part="additionalText" class="ui5-li-info">{{additionalText}}</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with part but should we keep its value in camelCase style?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nnaydenow we decided to write the CSS Shadow Parts in kebab-case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check some css class naming in relation to the prop name change, described inline
For me it looks okey now. |
Part of #3107 BREAKING_CHANGE: ```info``` and ```infoState``` properties of ```StandardListItem``` have been deprecated in favour of ```additionalText``` and ```AdditionalTextState``` properties BREAKING_CHANGE: ```info``` and ```infoState``` properties of ```SuggestionItem``` have been deprecated in favour of ```additionalText``` and ```AdditionalTextState``` properties BREAKING_CHANGE: ```info``` and ```infoState``` properties of ```TreeItem``` have been deprecated in favour of ```additionalText``` and ```AdditionalTextState``` properties BREAKING_CHANGE: ```info``` and ```infoState``` properties of ```TreeListItem``` have been deprecated in favour of ```additionalText``` and ```AdditionalTextState``` properties
Part of #3107
BREAKING_CHANGE:
info
andinfoState
properties ofStandardListItem
have been deprecated in favour ofadditionalText
andAdditionalTextState
propertiesBREAKING_CHANGE:
info
andinfoState
properties ofSuggestionItem
have been deprecated in favour ofadditionalText
andAdditionalTextState
propertiesBREAKING_CHANGE:
info
andinfoState
properties ofTreeItem
have been deprecated in favour ofadditionalText
andAdditionalTextState
propertiesBREAKING_CHANGE:
info
andinfoState
properties ofTreeListItem
have been deprecated in favour ofadditionalText
andAdditionalTextState
properties