Skip to content

0.5.0

Latest

Choose a tag to compare

@Stryzhevskyi Stryzhevskyi released this 21 Mar 16:58
035c0f9

v0.5.0

New

  • ESM module support — import via import RangeSlider from 'range-slider' alongside existing UMD/CJS usage
  • Dual package exports: import (ESM) and require (CJS) entry points in package.json

Fixed

  • Vertical slider position calculation was off due to incorrect initial offset value
  • getFirstNumberLike utility was misnamed (getFirsNumberLike)

Breaking

  • Minimum Node.js version raised from 6 to 18