-
semantic-release-bot authored
# [12.0.0](gitlab-org/gitlab-ui@v11.7.0...v12.0.0) (2020-04-15) ### Code Refactoring * rename GlNewButton to GlButton ([abc81566](gitlab-org/gitlab-ui@abc81566)) ### BREAKING CHANGES * The GlNewButton component has been renamed to GlButton Make sure to update your import statements: ```patch - import { GlNewButton } from '@gitlab/ui'; + import { GlButton } from '@gitlab/ui'; ``` And your templates: ```patch - <gl-new-button></gl-new-button> + <gl-button></gl-button> ```
285aeb17semantic-release-bot authored# [12.0.0](gitlab-org/gitlab-ui@v11.7.0...v12.0.0) (2020-04-15) ### Code Refactoring * rename GlNewButton to GlButton ([abc81566](gitlab-org/gitlab-ui@abc81566)) ### BREAKING CHANGES * The GlNewButton component has been renamed to GlButton Make sure to update your import statements: ```patch - import { GlNewButton } from '@gitlab/ui'; + import { GlButton } from '@gitlab/ui'; ``` And your templates: ```patch - <gl-new-button></gl-new-button> + <gl-button></gl-button> ```
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading