You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(list items): rename info & infoState properties (#3259)
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
0 commit comments