-
-
Notifications
You must be signed in to change notification settings - Fork 497
Feature/restricted range #638
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
Feature/restricted range #638
Conversation
Codecov Report
@@ Coverage Diff @@
## master #638 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 950 970 +20
=====================================
+ Hits 950 970 +20
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really, really good PR, with docs and tests! Such a pleasure to review :)
Just added one comment for a question, then it's ready to merge in my opinion.
src/rzslider.js
Outdated
this.ticks = jElem | ||
break | ||
} | ||
}, | ||
this | ||
) | ||
|
||
// Initialize position cache properties | ||
this.selBar.rzsp = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove this part?
ALso, I check the fiddle: https://jsfiddle.net/2hxm9cop/1/. Why is the restricted color not red? |
Apologies, I messed up while squashing the old branch. Thanks for reviewing with attention! |
Perfect! Releasing it right now at 6.6.0 :) |
Done 🎉 |
See #583 (comment) (made new clean branch)