Skip to content

Commit

Permalink
v 0.4.1
Browse files Browse the repository at this point in the history
- fix missing ./dist
- fix vertical slider on touch devices
  • Loading branch information
Serhii Stryzhevskyi authored and Serhii Stryzhevskyi committed Jun 1, 2017
1 parent c062916 commit 5d7a28c
Show file tree
Hide file tree
Showing 10 changed files with 1,119 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install with [npm](https://www.npmjs.org/):

## Usage

```JavaScript
```js
// Initialize a new plugin instance for element or array of elements.
var slider = document.querySelectorAll('input[type="range"]');
rangeSlider.create(slider, {
Expand Down Expand Up @@ -65,7 +65,7 @@ slider.rangeSlider.onSlideStart: function (position, value) {

```

```HTML
```html
<input
type="range"
min="0"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rangeslider-pure",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/Stryzhevskyi/rangeSlider",
"authors": [
"André Ruffert <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions dist/range-slider.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/range-slider.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d7a28c

Please sign in to comment.