-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat(slider): resolve parity issue two handle feature #18450
base: main
Are you sure you want to change the base?
feat(slider): resolve parity issue two handle feature #18450
Conversation
…/sangeethababu9223/carbon into fix/slider-parity-check-react-wc
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18450 +/- ##
==========================================
- Coverage 84.17% 84.16% -0.01%
==========================================
Files 408 408
Lines 14435 14449 +14
Branches 4690 4646 -44
==========================================
+ Hits 12150 12161 +11
- Misses 2121 2124 +3
Partials 164 164 ☔ View full report in Codecov by Sentry. |
Closes #17580
The two handle slider feature, available in React but missing in Web Components, is being added to Web Components.
Changelog
New
The two handle slider feature has been added.
Testing / Reviewing
Go to
Slider
stories in storybook and it should have a newTwo handle slider
story under it.