Skip to content

Commit 982c210

Browse files
committed
Release
1 parent 6aca6a6 commit 982c210

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ npm [(package)](https://www.npmjs.com/package/nouislider)
2727
Changelog
2828
---------
2929

30+
### 11.0.1 (*2018-01-20*)
31+
- Fixed: Slider ignores clicks on `.noUi-target` outside of `.noUi-base` (#842);
32+
- Fixed: `.noUi-origin` moving out of the page causes horizontal scrolling (#852);
33+
- Fixed: Relative `.noUi-handle` has unintended margin (#854);
34+
3035
### 11.0.0 (*2018-01-12*)
3136
noUiSlider 11 doesn't include any breaking API changes.
3237
Unless major changes were made to the stylesheet or you specifically depend

distribute/nouislider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! nouislider - 11.0.0 - 2018-01-12 20:37:52 */
1+
/*! nouislider - 11.0.1 - 2018-01-20 18:00:49 */
22
/* Functional styling;
33
* These styles are required for noUiSlider to function.
44
* You don't need to change these rules to apply your design.

distribute/nouislider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! nouislider - 11.0.0 - 2018-01-12 20:37:52 */
1+
/*! nouislider - 11.0.1 - 2018-01-20 18:00:49 */
22

33
(function (factory) {
44

@@ -22,7 +22,7 @@
2222

2323
'use strict';
2424

25-
var VERSION = '11.0.0';
25+
var VERSION = '11.0.1';
2626

2727

2828
function isValidFormatter ( entry ) {

distribute/nouislider.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distribute/nouislider.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nouislider",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"main": "distribute/nouislider",
55
"style": "distribute/nouislider.min.css",
66
"license": "WTFPL",

0 commit comments

Comments
 (0)