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

Update checkbox to Polaris v1.11.0 #95

Merged
merged 2 commits into from
Feb 26, 2018
Merged

Conversation

andrewpye
Copy link
Member

Adds a couple of bits to the polaris-checkbox component that were added to the React component between the previous version of Polaris we were using and the new version.

@andrewpye andrewpye self-assigned this Feb 22, 2018
@andrewpye andrewpye mentioned this pull request Feb 22, 2018
28 tasks
Copy link
Member

@vladucu vladucu left a comment

Choose a reason for hiding this comment

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

looks great, one minor comment

return this.get('isIndeterminate') ? 'mixed' : `${ this.get('isChecked') }`;
}).readOnly(),

checkboxClass: computed('isIndeterminate', function() {
Copy link
Member

Choose a reason for hiding this comment

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

nit: can we name this checkboxClasses

@andrewpye andrewpye merged commit 5ca0d4a into master Feb 26, 2018
@andrewpye andrewpye deleted the enhancement/update-checkbox branch February 26, 2018 13:48
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.

None yet

2 participants