Migrate deprecated colors variants on GlButton component
Problem
In gitlab-ui@v104 the info variant was removed (see gitlab-ui@2da00cd5), which was marked as a breaking change.
Proposal
To receive further updates for the gitlab-ui package we need to find and resolve all places where we use any deprecated variant.
What should be done?
-
variant="info"should bevariant="confirm". -
variant="success"should bevariant="confirm".
Edited by Vitaly Slobodin