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

fix(slider): change prop to stepMultiplier and deprecate stepMuliplier #5251

Merged
merged 6 commits into from
Feb 4, 2020
Merged

fix(slider): change prop to stepMultiplier and deprecate stepMuliplier #5251

merged 6 commits into from
Feb 4, 2020

Conversation

abbeyhrt
Copy link
Contributor

@abbeyhrt abbeyhrt commented Feb 3, 2020

Closes #4897

This adds the deprecation warning to stepMuliplier and replaces it with stepMultiplier and adds logic so that both the new and old prop implement the same behavior

Changelog

New

-stepMultiplier

Changed

  • deprecates stepMuliplier

Testing / Reviewing

Check that stepMultiplier works the same way as stepMuliplier.

@abbeyhrt abbeyhrt requested a review from a team as a code owner February 3, 2020 17:30
@ghost ghost requested review from asudoh and tw15egan February 3, 2020 17:30
@netlify
Copy link

netlify bot commented Feb 3, 2020

Deploy preview for carbon-elements ready!

Built with commit 4aa9cbd

https://deploy-preview-5251--carbon-elements.netlify.com

@netlify
Copy link

netlify bot commented Feb 3, 2020

Deploy preview for carbon-components-react failed.

Built with commit 4aa9cbd

https://app.netlify.com/sites/carbon-components-react/deploys/5e39a078607a20000800aefe

Copy link
Member

@tw15egan tw15egan left a comment

Choose a reason for hiding this comment

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

LGTM 👍 ✅

Copy link
Contributor

@asudoh asudoh left a comment

Choose a reason for hiding this comment

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

LGTM 👍 - Thanks @abbeyhrt!

@abbeyhrt abbeyhrt merged commit dbce794 into carbon-design-system:master Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider "stepMultiplier" prop is incorrectly named "stepMuliplier"
3 participants