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
SectionContentTitle: New component that specifies the style of a title inside of a SectionContent
SectionContent: The SectionContent has a new prop called layout to specify how the children are arranged inside the section content
Breaking
SectionContentTwoColumn component has been removed. You should replace it with <SectionContent layout={Layout.twoColumnGrid}>
LoadingDetails component has been removed. SectionContentLoadingDetails can be used as a replacement, but be careful as this component only contains a SectionContent and not a full Section anymore.
LoadingEdit component has been removed. SectionContentLoadingForm can be used as a replacement, but be careful as this component only contains a SectionContent and not a full Section anymore.
LoadingList component has been removed. SectionContentListLoading can be used as a replacement, but be careful as this component only contains a SectionContent and not a full Section anymore.
SectionContentListError has been removed. SectionContentError can be used as a replacement, but be careful as this component contains a SectionContent.
SectionContentListEmpty has been removed. SectionContentMessage can be used as a replacement, but be careful as this component contains a SectionContent.
Bug fixes
FormError: ReactUI v0.0.2 changed the behavior of the FormError. FormErrors will now again not be shown if the children are null or undefined.
FormError: Default theme style was wrongly applying a col-span-2 on all screen size instead of just xl.
ListItemLink: Add missing bottom border.
SectionContent: Remove vertical gap for children in default layout.