noUiSlider v13.0.0 Release Notes

Release Date: 2019-02-06 // about 5 years ago
  • noUiSlider 13 does not include any breaking API changes. โฌ†๏ธ Keyboard support is now built-in, so any custom implementations should be removed when upgrading. ๐Ÿ‘ Alternatively, built-in keyboard support can be disabled using keyboardSupport: false.

    • โž• Added: Built-in keyboard support (#724);
    • โž• Added: .noUi-touch-area element (#924);
    • ๐Ÿ›  Fixed: Dragging a range does not check for handle disabled state (#938);
    • ๐Ÿ›  Fixed: Incorrect CSS transform in pips (#931);