Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ui5-button): rename type property to design #504

Merged
merged 3 commits into from
Jun 19, 2019

Conversation

fifoosid
Copy link
Contributor

@fifoosid fifoosid commented Jun 4, 2019

BREAKING CHANGE: type property is changed to design

@@ -29,7 +29,7 @@ const metadata = {
* @defaultvalue "Default"
* @public
*/
type: { type: ButtonType, defaultValue: ButtonType.Default },
design: { type: ButtonType, defaultValue: ButtonType.Default },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ButtonType also should be renamed to ButtonDesign

@fifoosid fifoosid merged commit a62b471 into master Jun 19, 2019
@fifoosid fifoosid deleted the button-property-change branch June 19, 2019 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants