- Pass triggerOnChangeWhileDragging prop from slider to slider-core.
- Updated demo.
- Don't fire onChange on render.
- Optionally opt-out of firing onChange while dragging.
- Performance upgrades to the slider so that containers using its onChange handler can update itself before the slider re-renders itself.
- Added hooks for onDragStart, onDragEnd and pass the position in the onChange callback.