Skip to content

Commit

Permalink
V12 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Sep 13, 2018
1 parent b0afe16 commit af321ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ Changelog
---------

### 12.0.0 (*unreleased*)
- License changed to MIT;
- Build process is now based on NPM scripts, phasing out the Grunt task runner.
noUiSlider 12 does not include any breaking API changes.
Unless you depend on specifics of the build process, there should be no issues upgrading.
- Change: License changed to MIT;
- Change: Build process is now based on NPM scripts, phasing out the Grunt task runner.
- Fixed: Aria values are now as per spec (#889);
- Change: Pips formatting are now written as HTML (#875);
- Change: The `filter` option is now called for all pips (#754);
- Added: The `filter` option can now return `-1` to hide a pip (#754);
Expand All @@ -42,7 +45,7 @@ Refactor of source code. There are no meaningful changes in the distributed file
- Fixed: Relative `.noUi-handle` has unintended margin (#854);

### 11.0.0 (*2018-01-12*)
noUiSlider 11 doesn't include any breaking API changes.
noUiSlider 11 does not include any breaking API changes.
Unless major changes were made to the stylesheet or you specifically depend
on the handle/connect order in the DOM, there should be no issues upgrading.
- Change: Use CSS transforms for handle movement, resulting in a massive performance improvement (#718);
Expand Down
6 changes: 1 addition & 5 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ In your root (e.g. `C:/Web`), start the server:

You can now access the documentation at `http://localhost/nouislider/`.

To install Grunt globally:

```npm install grunt-cli -g```

The documentation uses noUiSlider from the `distribute` folder, so you can test any changes you've made to the main source in the documentation after running `grunt`.
The documentation uses noUiSlider from the `distribute` folder, so you can test any changes you've made to the main source in the documentation after running ` npm run build`.
2 changes: 1 addition & 1 deletion tests/slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link href="https://code.jquery.com/qunit/qunit-2.6.2.css" rel="stylesheet">
<link href="../distribute/nouislider.css" rel="stylesheet">

<script src="../src/nouislider.js" data-cover></script>
<script src="../distribute/nouislider.js" data-cover></script>

<script src="https://code.jquery.com/qunit/qunit-2.6.2.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jsdom-simulant.umd.min.js"></script>
Expand Down

0 comments on commit af321ba

Please sign in to comment.