Skip to content

Commit

Permalink
Supporting documents
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Oct 25, 2015
1 parent f464345 commit 606ead3
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 131 deletions.
56 changes: 15 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,31 @@ An extensive documentation, including **examples**, **options** and **configurat

Changelog
---------
###8.1.0
### 8.1.0 (latest)
- Fixed Microsoft Edge support
- Merged several pull requests containing bug fixes
- Fixed an issue where a slider handle could get 'stuck' to a mouse cursor after moving out of a window.
- Combed through code using a profiler, fixed some performance issues.
- Added support for basic tooltips.

###8.0.2
Fix #464, added NPM information;

###8.0.1
Fixed an issue with IE11 on touch devices.

###8.0.0
### 8.0.0
Removed jQuery dependency! For more info and other changes, see [the release information](http://refreshless.com/nouislider/new-version).

Devices
-------

Devices/browsers tested:
- Surface Pro 3 (Windows 10)
- iPad Air 2 (iOS 9.0)
- iPad 3 (iOS 8.4)
- Moto E (Android 5.1, Chrome)
- Asus S400C (Windows 10, Touch + mouse)
+ Chrome
+ Firefox
+ Edge
+ IE11
+ IE10 (Emulated)
+ IE9 (Emulated)
- Surface Pro 3 (Windows 10)
- iPad Air 2 (iOS 9.0)
- iPad 3 (iOS 8.4)
- Moto E (Android 5.1, Chrome)
- Asus S400C (Windows 10, Touch + mouse)
+ Chrome
+ Firefox
+ Edge
+ IE11
+ IE10 (Emulated)
+ IE9 (Emulated)

Bower
-----
Expand Down Expand Up @@ -79,9 +73,8 @@ noUiSlider.create(slider, {
Browser support
---------------

We support all major browsers.

But **to support IE8** you will need to include this in the `<head>` of your document:
All major browsers are supported. **To support IE8** you'll need to shim several ES5 features.
[shawnbot/aight](https://github.com/shawnbot/aight) is a project aiming at providing the necessary missing features of ES5/DOM to IE8.

```html
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
Expand All @@ -90,25 +83,6 @@ But **to support IE8** you will need to include this in the `<head>` of your doc
<![endif]-->
```

Because supporting IE8 is a lot of work and it does not have to be done in every library.

[shawnbot/aight](https://github.com/shawnbot/aight) is a project aiming at providing the necessary
missing features of ES5/DOM to IE8.

Building
--------

```sh
npm run build
```

Testing
-------

```sh
npm run dev
```

Version numbering
------------------------------
Version numbering follows the 'Semantic versioning' style.
Expand Down
Loading

0 comments on commit 606ead3

Please sign in to comment.