Split up the Group component into different components #1486
Labels
fe-v4
Issues to be solved before v4 goes gold
kind/breaking-change
Issue/pull request containing a breaking change
quality/debt
Description
After #1406, we've come a bit further on the quest to split up the Group component. With different types for each sub-component, it is obvious that we should do the rest of the job and separate these components altogether.
My suggestion:
RepeatingGroup
replaces a repeatingGroup
LikertGroup
replaces a repeatingGroup
with edit-mode set tolikert
Group
stays as-is, or is renamed toCollection
or similar. If it is not renamed, we should make sure app developers are given ample warnings if they re-use old configuration.Group
withPanel
styling should be moved to thePanel
component, usingchildren
, if possibleRepeatingGroupReference
?)Additional Information
The text was updated successfully, but these errors were encountered: