Skip to content

GitLab UI: rename GlButton to GlDeprecatedButton

What does this MR do?

This is an integration branch to prepare the changes being made in this GitLab UI MR: gitlab-ui!1223 (merged)

To discourage the use of the old button component in favor of the new one. We're renaming GlButton to GlDeprecatedButton and GlNewButton will be renamed to GlButton.

In this first iteration, we're focusing on renaming GlButton to GlDeprecatedButton, which requires that we update all usages of GlButton in GitLab's codebase to rely on GlDeprecatedButton instead.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Paul Gascou-Vaillancourt

Merge request reports